aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430RegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-24/+24
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-9/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+5
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-3/+3
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-60/+0
* Remove unused variable, which should have been removed with r174083.Chad Rosier2013-01-311-1/+0
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-311-11/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Fix fallout from RegInfo => FrameLowering refactoring on MSP430.Anton Korobeynikov2012-10-171-14/+0
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-071-1/+2
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-5/+5
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-15/+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-5/+4
* 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/+3
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-3/+4
* Remove custom allocation order boilerplate that is no longer needed.Jakob Stoklund Olesen2011-06-091-1/+5
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+5
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-7/+7
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-20/+16
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-132/+0
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-6/+4
* Constify some arguments.Eric Christopher2010-07-201-1/+1
* Remove two other uses of ATTRIBUTE_UNUSED for variables only used withinChandler Carruth2010-07-111-2/+2
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-1/+1
* cleanupRafael Espindola2010-06-021-42/+0
* 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-2/+1
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+1
* Mark variable used by 'assert' as 'unused'.Bill Wendling2009-12-281-2/+2
* Mark FPW as allocable when frame address is taken.Anton Korobeynikov2009-12-211-5/+43
* Initial codegen support for MSP430 ISRsAnton Korobeynikov2009-12-071-3/+24
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-3/+3
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-2/+2
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-4/+6
* Remove some unused variables and methods warned about byDuncan Sands2009-09-061-1/+0
* Provide dynamic_stackalloc lowering for MSP430.Anton Korobeynikov2009-08-251-1/+10
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-291-4/+4
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-3/+3
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-3/+4
* Silence warning when building without assertions.Duncan Sands2009-07-031-0/+1
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-1/+1
* Add prologue/epilogue emission. Fix frame pointer handling.Anton Korobeynikov2009-05-031-5/+135
* Two more hooks for RA and FP registersAnton Korobeynikov2009-05-031-2/+2
* Proper handle loading of effective address of stack slot stuffAnton Korobeynikov2009-05-031-3/+28