aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeRegisterInfo.cpp
AgeCommit message (Expand)Author
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-03-04Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-07-25Refactoring fail.Evan Cheng
2011-07-25More MC layering violations.Evan Cheng
2011-07-25Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-06-28Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng
2011-06-28Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola
2011-04-11Don't crash on invalid instructions when disassembling MBlaze code.Wesley Peck
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2011-01-06Remove dead code and silence warnings.Benjamin Kramer
2011-01-03Fix more stack layout issues in the MBlaze backend.Wesley Peck
2010-12-29Fix stack layout error in MBlaze backend.Wesley Peck
2010-12-20Teach the MBlaze asm parser how to parse special purpose register names.Wesley Peck
2010-12-12The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...Wesley Peck
2010-12-121. Change MBlaze indirect branches to use absolute branch BRALD instead of pc...Wesley Peck
2010-12-09Reworking the stack layout generated by the MBlaze backend.Wesley Peck
2010-11-241. Fixing error where basic block labels were not being printed out when they...Wesley Peck
2010-11-18Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov
2010-11-121. Finishing MBlaze MC asm parser test casesWesley Peck
2010-10-21Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach
2010-06-02cleanupRafael Espindola
2010-05-14Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling
2010-04-21Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng
2010-04-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner
2010-03-09Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach
2010-03-06Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck
2010-03-06revert r97807, it introduced build warnings.Chris Lattner
2010-03-05Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck
2010-02-24Adding function "lookupGCCName" to MBlazeIntrinsicInfoWesley Peck
2010-02-23Adding the MicroBlaze backend.Wesley Peck