aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-2/+2
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Refactoring fail.Evan Cheng2011-07-251-41/+0
* More MC layering violations.Evan Cheng2011-07-251-51/+0
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-251-65/+0
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+0
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-13/+1
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-1/+0
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-281-2/+1
* Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng2011-06-281-2/+1
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+4
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-5/+4
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+4
* Don't crash on invalid instructions when disassembling MBlaze code.Wesley Peck2011-04-111-0/+20
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-5/+5
* Remove dead code and silence warnings.Benjamin Kramer2011-01-061-4/+4
* Fix more stack layout issues in the MBlaze backend.Wesley Peck2011-01-031-5/+0
* Fix stack layout error in MBlaze backend.Wesley Peck2010-12-291-7/+14
* Teach the MBlaze asm parser how to parse special purpose register names.Wesley Peck2010-12-201-32/+87
* 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-4/+9
* Reworking the stack layout generated by the MBlaze backend.Wesley Peck2010-12-091-7/+35
* 1. Fixing error where basic block labels were not being printed out when they...Wesley Peck2010-11-241-3/+2
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-9/+3
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-146/+0
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-121-5/+5
* Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck2010-10-211-32/+32
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-3/+2
* 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