summaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUISelLowering.cpp
Commit message (Expand)AuthorAge
...
* Propagate debug loc.Devang Patel2010-07-06
* Remove some unused/redundant code.Kalle Raiskila2010-07-05
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-03
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-25
* remove some dead variables reported by clang++Chris Lattner2010-06-21
* Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats.Kalle Raiskila2010-06-21
* Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithmKalle Raiskila2010-06-21
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-18
* Fix SPU to cope with vector insertelement to an undef position.Kalle Raiskila2010-06-09
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-19
* teach cellspu how to return i8 and i16 from calls,Chris Lattner2010-04-20
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-17
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-08
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* Remove a bunch of integer width predicate functions in favor of MathExtras.Benjamin Kramer2010-03-29
* From Kalle Raiskila:Chris Lattner2010-03-29
* Remove dead parameter passing.Bill Wendling2010-03-02
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-15
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-15
* 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
* Remove dead variable.Bill Wendling2009-12-28
* Remove dead store. The initial value was never used, but always overridden.Bill Wendling2009-12-28
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-22
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-23
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-21
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-12
* Remove strange 'const' qualifiers, as warned about by iccDuncan Sands2009-09-06
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)Scott Michel2009-08-25
* 128-bit sign extension and vector shift cleanups, contributed by Ken WernerScott Michel2009-08-24
* Initialize ShufBytes, as gcc 4.4 can't detect that the entire array isScott Michel2009-08-24
* eliminate uses of cerr()Chris Lattner2009-08-23
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-14
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-12
* 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
* SimpleValueType-ify a few more methods on TargetLowering.Owen Anderson2009-08-10
* Continue the SimpleValueType-ification.Owen Anderson2009-08-10
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-10
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Major calling convention code refactoring.Dan Gohman2009-08-05
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Add operation expansion/promotion for a bunch of operations, many of Eli Friedman2009-07-17
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14