summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeRegisterInfo.cpp
Commit message (Expand)AuthorAge
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-14
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-04
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Refactoring fail.Evan Cheng2011-07-25
* More MC layering violations.Evan Cheng2011-07-25
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-25
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-28
* Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng2011-06-28
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* Don't crash on invalid instructions when disassembling MBlaze code.Wesley Peck2011-04-11
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Remove dead code and silence warnings.Benjamin Kramer2011-01-06
* Fix more stack layout issues in the MBlaze backend.Wesley Peck2011-01-03
* Fix stack layout error in MBlaze backend.Wesley Peck2010-12-29
* Teach the MBlaze asm parser how to parse special purpose register names.Wesley Peck2010-12-20
* The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...Wesley Peck2010-12-12
* 1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc...Wesley Peck2010-12-12
* Reworking the stack layout generated by the MBlaze backend.Wesley Peck2010-12-09
* 1. Fixing error where basic block labels were not being printed out when they...Wesley Peck2010-11-24
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-18
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-15
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-12
* Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck2010-10-21
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-26
* cleanupRafael Espindola2010-06-02
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-21
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-09
* Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck2010-03-06
* revert r97807, it introduced build warnings.Chris Lattner2010-03-06
* Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck2010-03-05
* Adding function "lookupGCCName" to MBlazeIntrinsicInfoWesley Peck2010-02-24
* Adding the MicroBlaze backend.Wesley Peck2010-02-23