aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeFrameInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-449/+0
* Commit 122778 broke DWARF debug output when using the MBlaze backend. Fixed b...Wesley Peck2011-01-051-0/+10
* Fix more stack layout issues in the MBlaze backend.Wesley Peck2011-01-031-11/+35
* Fix stack layout error in MBlaze backend.Wesley Peck2010-12-291-30/+84
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-151-4/+99
* The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...Wesley Peck2010-12-121-2/+2
* 1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc...Wesley Peck2010-12-121-5/+122
* Reworking the stack layout generated by the MBlaze backend.Wesley Peck2010-12-091-57/+21
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-10/+12
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-0/+183