summaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUISelLowering.h
Commit message (Expand)AuthorAge
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Have LowerOperandForConstraint handle multiple character constraints.Eric Christopher2011-06-02
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich2011-03-07
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-25
* Allow machine LICM to do its job on SPU.Kalle Raiskila2010-11-29
* Fix memory access lowering on SPU, addingKalle Raiskila2010-11-12
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-29
* Implement two virtual functions in SPUTargetLowering.Kalle Raiskila2010-10-07
* Remove some dead code from SPU BE that remainedKalle Raiskila2010-08-24
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-09
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-25
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Revert 95130.Evan Cheng2010-02-02
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-02
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-27
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* 128-bit sign extension and vector shift cleanups, contributed by Ken WernerScott Michel2009-08-24
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-10
* Major calling convention code refactoring.Dan Gohman2009-08-05
* Small cleanups in the PowerPC backend.Tilmann Scheller2009-07-03
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-01
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-30
* CellSPU:Scott Michel2009-03-17
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-06
* CellSPU:Scott Michel2009-01-26
* CellSPU:Scott Michel2009-01-21
* - Convert remaining i64 custom lowering into custom instruction emissionScott Michel2009-01-15
* CellSPU:Scott Michel2009-01-06
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-01
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-30
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-27
* CellSPU:Scott Michel2008-12-04
* Change the interface to the type legalization methodDuncan Sands2008-12-01
* CellSPU:Scott Michel2008-11-24
* CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was itScott Michel2008-11-22
* CellSPU: Fix bug 3606, as well as some ongoing work.Scott Michel2008-11-10
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-18
* Properly handle 'm' inline asm constraints. If a GV is being selected for the...Evan Cheng2008-09-24
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-23
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Add necessary 64-bit support so that gcc frontend compiles (mostly). CurrentScott Michel2008-06-02
* Bug fixes and updates for CellSPU, syncing up with trunk. Most notableScott Michel2008-04-30
* no need to implement this method and just have it callChris Lattner2008-04-26
* Integer comparison tests for CellSPU.Scott Michel2008-03-10