Rename SDOperand to SDValue.
[oota-llvm.git] / lib / Target / CellSPU / SPUISelLowering.cpp
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-16 Scott MichelSomehow, custom lowering of i64 multiplications got...
2008-07-02 Duncan SandsAdd a new getMergeValues method that does not need
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-22 Dan GohmanRemove unnecessary #includes.
2008-06-08 Duncan SandsRemove comparison methods for MVT. The main cause
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-02 Scott MichelAdd necessary 64-bit support so that gcc frontend compi...
2008-04-30 Scott MichelBug fixes and updates for CellSPU, syncing up with...
2008-04-26 Chris Lattnerno need to implement this method and just have it call
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-03-10 Scott Michel- Style cleanup in IA64ISelLowering.h: add 'virtual...
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Scott MichelInteger comparison tests for CellSPU.
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-06 Scott MichelRefine Cell's i64 constant generation code to cover...
2008-03-05 Scott Michel- Fix support for "special" i64 immediates that can...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-14 Nate BegemanFix single precision FP constants on SPU. They are...
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Chris Lattnerdon't try to avoid inserting loads when lowering FORMAL...
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-05 Evan ChengMove to getCALLSEQ_END to ensure CALLSEQ_END node produ...
2008-01-30 Evan ChengEven though InsertAtEndOfBasicBlock is an ugly hack...
2008-01-30 Scott MichelMore cleanups for CellSPU:
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2008-01-17 Scott MichelForward progress: crtbegin.c now compiles successfully!
2008-01-17 Chris LattnerThis commit changes:
2008-01-12 Chris Lattnerimprove cygwin compatibility, patch by Sam Bishop
2008-01-11 Scott MichelMore CellSPU refinements:
2008-01-11 Scott MichelMore CellSPU refinement and progress:
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-22 Chris Lattnerfix some warnings. This code needs to be de-tabified :(
2007-12-20 Scott MichelMore working CellSPU tests:
2007-12-19 Scott MichelCellSPU testcase, extract_elt.ll: extract vector element.
2007-12-19 Scott MichelTwo more test cases: or_ops.ll (arithmetic or operation...
2007-12-19 Scott MichelAdd new immed16.ll test case, fix CellSPU errata to...
2007-12-17 Scott Michel- Restore some i8 functionality in CellSPU
2007-12-05 Chris Lattnerfix warnings
2007-12-05 Scott MichelUpdated source file headers to llvm coding standard.
2007-12-04 Scott MichelMore of the Cell SPU code drop from "Team Aerospace".