Dylan McKay
|
b57fbc72a0
|
Fix incorrect assertion in AVRFrameLowering.cpp
This wasn't looking at the right instruction, and would always fail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283640 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-10-08 01:10:36 +00:00 |
|
Dylan McKay
|
8af8e34e66
|
[AVR] Don't worry about call frame size when initializing frame pointer
We previously only used the frame pointer if the frame pointer was too
big. This was to work around a bug (described in this old commit)
https://sourceforge.net/p/avr-llvm/code/204/tree//llvm/trunk/AVR/AVRFrameLowering.cpp?diff=50d64d912718465cb887d17a:203
I mistakenly invered the condition assuming it was a typo. I am now
removing it because it doesn't seem to be a problem anymore (plus it's a
dirty hack).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283639 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-10-08 01:10:31 +00:00 |
|
Dylan McKay
|
ca1844d7ca
|
[AVR] Don't shadow container while iterating in range-based loop
This works on clang, but fails on GCC 4.6
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283638 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-10-08 01:09:06 +00:00 |
|
Dylan McKay
|
27025b7f3c
|
[AVR] Update return type of dynamic alloca pass
It was recently changed from 'const char*' to StringRef
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283312 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-10-05 12:32:24 +00:00 |
|
Dylan McKay
|
3aff1d4e47
|
[AVR] Add the AVR frame lowering code
Summary: This allows AVR to lower frames into assembly code.
Reviewers: arsenm, kparzysz
Subscribers: japaric, wdng, beanz, mgorny
Differential Revision: https://reviews.llvm.org/D25032
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283311 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-10-05 11:48:56 +00:00 |
|