aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeRegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Refactoring fail.Evan Cheng2011-07-251-2/+0
* More MC layering violations.Evan Cheng2011-07-251-3/+0
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-251-3/+0
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-4/+0
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+3
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+1
* Don't crash on invalid instructions when disassembling MBlaze code.Wesley Peck2011-04-111-0/+2
* Teach the MBlaze asm parser how to parse special purpose register names.Wesley Peck2010-12-201-0/+1
* Reworking the stack layout generated by the MBlaze backend.Wesley Peck2010-12-091-3/+0
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-2/+0
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-8/+0
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-081-4/+4
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-3/+2
* cleanupRafael Espindola2010-06-021-3/+0
* 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-0/+6
* revert r97807, it introduced build warnings.Chris Lattner2010-03-061-6/+0
* Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck2010-03-051-0/+6
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+90