summaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430RegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-3/+2
* Constify some arguments.Eric Christopher2010-07-201-1/+1
* cleanupRafael Espindola2010-06-021-3/+0
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+1
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-121-1/+1
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-2/+3
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-291-1/+1
* Add prologue/epilogue emission. Fix frame pointer handling.Anton Korobeynikov2009-05-031-0/+2
* First draft of stack slot loads / stores loweringAnton Korobeynikov2009-05-031-0/+1
* Add call frame setup instruction elimination and lowerid for bunch of call-re...Anton Korobeynikov2009-05-031-1/+12
* Dummy MSP430 backendAnton Korobeynikov2009-05-031-0/+56