summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMFrameInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1012/+0
* PR8921: LDM/POP do not support interworking prior to v5t.Bob Wilson2011-01-061-1/+1
* Remove extra whitespace.Bob Wilson2011-01-061-2/+2
* Teach isCSRestore() that ARM/Thumb2 functions will use post-modify LDRJim Grosbach2010-12-101-0/+5
* ARM stm/ldm instructions require more than one register in the register list.Jim Grosbach2010-12-091-15/+55
* tidy up.Jim Grosbach2010-12-091-1/+1
* 80 columns.Jim Grosbach2010-12-091-3/+5
* Fix up some comments.Eric Christopher2010-12-091-2/+2
* Add comments.Evan Cheng2010-12-081-8/+11
* Fix a bad prologue / epilogue codegen bug where the compiler would emit illegalEvan Cheng2010-12-071-64/+87
* Code clean up; no functionality change.Evan Cheng2010-12-071-16/+14
* Code clean up; no functionality change.Evan Cheng2010-12-071-11/+8
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-301-10/+13
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-271-0/+325
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-271-5/+127
* Fix epilogue codegen to avoid leaving the stack pointer in an invalidEvan Cheng2010-11-221-7/+26
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-201-0/+90
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-2/+48
* Rewrite stack callee saved spills and restores to use push/pop instructions.Eric Christopher2010-11-181-67/+30
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-0/+376
OpenPOWER on IntegriCloud