aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPURegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-091-0/+1
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-161-3/+3
* Switch SPU calling convention (function arguments) Kalle Raiskila2010-07-081-27/+0
* cleanupRafael Espindola2010-06-021-30/+0
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-2/+2
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-081-8/+2
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-3/+3
* remove the MMI pointer from MachineFrameInfo.Chris Lattner2010-04-051-6/+6
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-2/+1
* Remove a bunch of integer width predicate functions in favor of MathExtras.Benjamin Kramer2010-03-291-5/+5
* From Kalle Raiskila:Chris Lattner2010-03-291-10/+73
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-141-4/+3
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-141-10/+8
* change the DBG_LABEL MachineInstr to always be createdChris Lattner2010-03-141-3/+6
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+2
* Revert this patch for the time being. Needs more testing.Scott Michel2010-02-251-67/+8
* Large stack frame patch for the CellSPU: handle stack frames that exceed 8176Scott Michel2010-02-251-8/+67
* 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
* eliminate uses of cerr()Chris Lattner2009-08-231-1/+1
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-291-2/+2
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-6/+11
* Propagate debug loc info through prologue/epilogue.Bill Wendling2009-02-231-2/+5
* Remove non-DebugLoc versions of BuildMI from Alpha and Cell.Dale Johannesen2009-02-131-20/+22
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-061-0/+7
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-301-20/+23
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-271-5/+0
* CellSPU: Fix prologue/epilogue emission when function contains calls butScott Michel2008-11-081-2/+2
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-261-2/+1
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-261-1/+2
* Trim unnecessary #includes.Dan Gohman2008-07-111-1/+0
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-3/+3
* Don't use ISD namespace opcodes for MachineInstrs.Dan Gohman2008-06-301-2/+2
* Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling2008-05-291-2/+1
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-311-9/+0
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-201-1/+1
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng2008-01-311-3/+3
* More cleanups for CellSPU:Scott Michel2008-01-301-15/+15
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-071-48/+0
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-169/+0
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-311-37/+0
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-4/+5
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-3/+3
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-9/+8
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-5/+4
* More working CellSPU tests:Scott Michel2007-12-201-2/+4
* Add new immed16.ll test case, fix CellSPU errata to make test case work.Scott Michel2007-12-191-2/+0