aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPUISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix SPU BE to use all the available return registers.Kalle Raiskila2010-08-241-34/+16
* Remove some dead code from SPU BE that remainedKalle Raiskila2010-08-241-18/+6
* Fix a bug with insertelement on SPU. Kalle Raiskila2010-08-181-6/+11
* Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila2010-08-181-27/+0
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-091-9/+26
* Make SPU backend handle insertelement and Kalle Raiskila2010-08-041-1/+4
* More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila2010-08-021-0/+1
* Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila2010-08-021-0/+2
* Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila2010-08-021-3/+16
* Switch SPU calling convention (function arguments) Kalle Raiskila2010-07-081-12/+40
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-2/+4
* Propagate debug loc.Devang Patel2010-07-061-2/+3
* Remove some unused/redundant code.Kalle Raiskila2010-07-051-16/+0
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-3/+2
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-251-3/+1
* remove some dead variables reported by clang++Chris Lattner2010-06-211-2/+0
* Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats.Kalle Raiskila2010-06-211-1/+1
* Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithmKalle Raiskila2010-06-211-9/+14
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-181-1/+1
* Fix SPU to cope with vector insertelement to an undef position.Kalle Raiskila2010-06-091-3/+8
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-191-1/+1
* teach cellspu how to return i8 and i16 from calls,Chris Lattner2010-04-201-12/+2
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-8/+9
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-3/+6
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-3/+3
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-081-31/+14
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-9/+9
* Remove a bunch of integer width predicate functions in favor of MathExtras.Benjamin Kramer2010-03-291-1/+1
* From Kalle Raiskila:Chris Lattner2010-03-291-1/+2
* Remove dead parameter passing.Bill Wendling2010-03-021-2/+1
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-8/+13
* Revert 95130.Evan Cheng2010-02-021-1/+1
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-1/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-1/+3
* Remove dead variable.Bill Wendling2009-12-281-5/+1
* Remove dead store. The initial value was never used, but always overridden.Bill Wendling2009-12-281-7/+6
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-221-2/+2
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-3/+0
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-211-1/+0
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-2/+3
* Remove strange 'const' qualifiers, as warned about by iccDuncan Sands2009-09-061-2/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-3/+3
* Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)Scott Michel2009-08-251-16/+32
* 128-bit sign extension and vector shift cleanups, contributed by Ken WernerScott Michel2009-08-241-9/+45
* Initialize ShufBytes, as gcc 4.4 can't detect that the entire array isScott Michel2009-08-241-1/+3
* eliminate uses of cerr()Chris Lattner2009-08-231-22/+22
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-141-1/+1
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-121-7/+13
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-458/+458