Rename SDOperand to SDValue.
[oota-llvm.git] / lib / Target / CellSPU / SPUISelDAGToDAG.cpp
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-06-30 Evan ChengSplit scheduling from instruction selection.
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-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-30 Scott MichelBug fixes and updates for CellSPU, syncing up with...
2008-03-20 Scott MichelAdd more patterns to match in the integer comparison...
2008-03-10 Scott MichelInteger comparison tests for CellSPU.
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-01-30 Scott MichelMore cleanups for CellSPU:
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-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 strict-aliasing violation
2007-12-20 Scott MichelMore working CellSPU tests:
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-15 Scott MichelStart committing working test cases for CellSPU.
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".