aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUISelDAGToDAG.cpp
AgeCommit message (Expand)Author
2012-11-14Remove the CellSPU port.Eric Christopher
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-11-15Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad
2011-11-08Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-03-04Allow load from constant on SPU.Kalle Raiskila
2011-01-23Null initialize a few variables flagged byTed Kremenek
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-12-24Various bits of framework needed for precise machine-level selectionAndrew Trick
2010-12-09Dont' feed ILA two inputs - it takes just one.Kalle Raiskila
2010-11-29Add missing i128 case.Kalle Raiskila
2010-11-23Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck
2010-10-07Add the missing cases to the type->registerclass conversion function.Kalle Raiskila
2010-10-01Zap some redundant 'ori $?, $?, 0' from SPU.Kalle Raiskila
2010-09-21it's more elegant to put the "getConstantPool" andChris Lattner
2010-09-16Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction.Kalle Raiskila
2010-09-04zap dead code.Chris Lattner
2010-09-03Zap dead code.Benjamin Kramer
2010-08-25zap dead codeChris Lattner
2010-08-04Make SPU backend handle insertelement and Kalle Raiskila
2010-06-29Remove initialized but otherwise unused variables.Duncan Sands
2010-06-09Handle loading from/storing to undef pointers on SPU by inserting a Kalle Raiskila
2010-06-01Fix handling of 'load' nodes.Kalle Raiskila
2010-05-04"on the rare occasion the SPU BE produces illegal assembly - it tries to emit...Chris Lattner
2010-04-17Use cast instead of dyn_cast when assuming success.Dan Gohman
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-04-08Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-03-29Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer
2010-03-29Remove a bunch of integer width predicate functions in favor of MathExtras.Benjamin Kramer
2010-03-02Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner
2010-02-23reapply my cellspu changes with a fix to not break the old isel.Chris Lattner
2010-02-23Revert 96854, 96852, and 96849, unbreaking test/CodeGen/CellSPU/i64ops.ll.Dan Gohman
2010-02-23fix hte last cellspu failure.Chris Lattner
2010-02-23hack around more crimes in instruction selection.Chris Lattner
2010-02-23the cell backend is making all sorts of unsafe and incorrect assumptions Chris Lattner
2010-02-15Remove an assumption of default arguments. This is in anticipation of aDavid Greene
2010-01-05Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman
2009-11-05Remove uninteresting and confusing debug output.Dan Gohman
2009-09-25Rename getTargetNode to getMachineNode, for consistency with theDan Gohman
2009-08-24- Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundantScott Michel
2009-08-24128-bit sign extension and vector shift cleanups, contributed by Ken WernerScott Michel
2009-08-23eliminate uses of cerr()Chris Lattner
2009-08-12Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-31Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman