aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* cleanupRafael Espindola2010-06-021-16/+0
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-6/+6
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-6/+5
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+1
* Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck2010-03-061-7/+50
* revert r97807, it introduced build warnings.Chris Lattner2010-03-061-50/+7
* Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck2010-03-051-7/+50
* Adding function "lookupGCCName" to MBlazeIntrinsicInfoWesley Peck2010-02-241-1/+1
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+378