summaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-15
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-08
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Allow load from constant on SPU.Kalle Raiskila2011-03-04
* Null initialize a few variables flagged byTed Kremenek2011-01-23
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* Dont' feed ILA two inputs - it takes just one.Kalle Raiskila2010-12-09
* Add missing i128 case.Kalle Raiskila2010-11-29
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-23
* Add the missing cases to the type->registerclass conversion function.Kalle Raiskila2010-10-07
* Zap some redundant 'ori $?, $?, 0' from SPU.Kalle Raiskila2010-10-01
* it's more elegant to put the "getConstantPool" andChris Lattner2010-09-21
* Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction.Kalle Raiskila2010-09-16
* zap dead code.Chris Lattner2010-09-04
* Zap dead code.Benjamin Kramer2010-09-03
* zap dead codeChris Lattner2010-08-25
* Make SPU backend handle insertelement and Kalle Raiskila2010-08-04
* Remove initialized but otherwise unused variables.Duncan Sands2010-06-29
* Handle loading from/storing to undef pointers on SPU by inserting a Kalle Raiskila2010-06-09
* Fix handling of 'load' nodes.Kalle Raiskila2010-06-01
* "on the rare occasion the SPU BE produces illegal assembly - it tries to emit...Chris Lattner2010-05-04
* Use cast instead of dyn_cast when assuming success.Dan Gohman2010-04-17
* Use const qualifiers with TargetLowering. This eliminates severalDan 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
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-29
* Remove a bunch of integer width predicate functions in favor of MathExtras.Benjamin Kramer2010-03-29
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-02
* reapply my cellspu changes with a fix to not break the old isel.Chris Lattner2010-02-23
* Revert 96854, 96852, and 96849, unbreaking test/CodeGen/CellSPU/i64ops.ll.Dan Gohman2010-02-23
* fix hte last cellspu failure.Chris Lattner2010-02-23
* hack around more crimes in instruction selection.Chris Lattner2010-02-23
* the cell backend is making all sorts of unsafe and incorrect assumptions Chris Lattner2010-02-23
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-15
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-05
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-05
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundantScott Michel2009-08-24
* 128-bit sign extension and vector shift cleanups, contributed by Ken WernerScott Michel2009-08-24
* eliminate uses of cerr()Chris Lattner2009-08-23
* 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
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-31
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-31
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-31
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-28
* Move a few more convenience factory functions from Constant to LLVMContext.Owen Anderson2009-07-15