summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeRegisterInfo.cpp
Commit message (Expand)AuthorAge
* 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