Alex Bradbury
|
f3040d7ba0
|
Fix build of WebAssembly and AVR backends after r321692
As experimental backends, I didn't have them configured to build in my local
build config.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321696 91177308-0d34-0410-b5e6-96231b3b80d8
|
2018-01-03 09:30:39 +00:00 |
|
Dylan McKay
|
823bc662fa
|
[AVR] Implement some missing code paths
This has been broken since r320009.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320348 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-12-11 11:01:27 +00:00 |
|
Dylan McKay
|
4f045484f2
|
Revert and accidentally committed revert commit
This reverts commit r320245.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320247 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-12-09 08:01:28 +00:00 |
|
Dylan McKay
|
b45d5a8523
|
Revert "[AVR] Override ParseDirective"
This reverts commit 57c16f9267.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320245 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-12-09 07:51:37 +00:00 |
|
Leslie Zhai
|
57c16f9267
|
[AVR] Override ParseDirective
Reviewers: dylanmckay, kparzysz
Reviewed By: dylanmckay
Differential Revision: https://reviews.llvm.org/D38029
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320009 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-12-07 06:56:09 +00:00 |
|
Dylan McKay
|
cfa7d5f70f
|
[AVR] Update to current LLVM API
r315410 broke a number of things in the AVR backend, which are now
fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316076 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-10-18 12:35:15 +00:00 |
|
Dylan McKay
|
f3b91ec06a
|
[AVR] Update AVRASmBackend from API change in r306906
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306923 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-07-01 01:18:12 +00:00 |
|
Leslie Zhai
|
2a1334dd59
|
[AVR] Migrate to new MCAsmBackend applyFixup and processFixupValue
Reviewers: rafael, dylanmckay, jroelofs, meadori
Reviewed By: rafael, meadori
Subscribers: meadori, llvm-commits
Differential Revision: https://reviews.llvm.org/D34551
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306359 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-06-27 03:29:27 +00:00 |
|
Jonathan Roelofs
|
6fb757e574
|
[AVR] Migrate to new MCAsmBackend applyFixup
https://reviews.llvm.org/D31875
Patch by Leslie Zhai!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299946 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-04-11 14:51:49 +00:00 |
|
Dylan McKay
|
bad1f71e1f
|
[AVR] Add the machine code backend
Summary:
This adds the AVR machine code backend (`AVRAsmBackend.cpp`). This will
allow us to generate machine code from assembled AVR instructions.
Reviewers: arsenm, kparzysz
Subscribers: modocache, japaric, wdng, beanz, mgorny
Differential Revision: https://reviews.llvm.org/D25029
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283297 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-10-05 05:30:19 +00:00 |
|