| Age | Commit message (Expand) | Author |
| 2010-08-29 | Fix lowering of INSERT_VECTOR_ELT in SPU. | Kalle Raiskila |
| 2010-08-24 | Fix SPU BE to use all the available return registers. | Kalle Raiskila |
| 2010-08-24 | Remove some dead code from SPU BE that remained | Kalle Raiskila |
| 2010-08-18 | Fix a bug with insertelement on SPU. | Kalle Raiskila |
| 2010-08-18 | Remove all traces of v2[i,f]32 on SPU. | Kalle Raiskila |
| 2010-08-09 | Have SPU handle halfvec stores aligned by 8 bytes. | Kalle Raiskila |
| 2010-08-04 | Make SPU backend handle insertelement and | Kalle Raiskila |
| 2010-08-02 | More SPU v2f32 stuff added: insertelement and shuffle. | Kalle Raiskila |
| 2010-08-02 | Add preliminary v2f32 support for SPU. Like with v2i32, we just | Kalle Raiskila |
| 2010-08-02 | Add preliminary v2i32 support for SPU backend. As there are no | Kalle Raiskila |
| 2010-07-08 | Switch SPU calling convention (function arguments) | Kalle Raiskila |
| 2010-07-07 | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman |
| 2010-07-06 | Propagate debug loc. | Devang Patel |
| 2010-07-05 | Remove some unused/redundant code. | Kalle Raiskila |
| 2010-07-03 | Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl... | Evan Cheng |
| 2010-06-25 | The hasMemory argument is irrelevant to how the argument | Dale Johannesen |
| 2010-06-21 | remove some dead variables reported by clang++ | Chris Lattner |
| 2010-06-21 | Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats. | Kalle Raiskila |
| 2010-06-21 | Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithm | Kalle Raiskila |
| 2010-06-18 | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman |
| 2010-06-09 | Fix SPU to cope with vector insertelement to an undef position. | Kalle Raiskila |
| 2010-05-19 | Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa... | Evan Cheng |
| 2010-04-20 | teach cellspu how to return i8 and i16 from calls, | Chris Lattner |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-17 | Move per-function state out of TargetLowering subclasses and into | Dan Gohman |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-04-08 | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer |
| 2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
| 2010-03-29 | Remove a bunch of integer width predicate functions in favor of MathExtras. | Benjamin Kramer |
| 2010-03-29 | From Kalle Raiskila: | Chris Lattner |
| 2010-03-02 | Remove dead parameter passing. | Bill Wendling |
| 2010-02-15 | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov |
| 2010-02-15 | Remove an assumption of default arguments. This is in anticipation of a | David Greene |
| 2010-02-02 | Revert 95130. | Evan Cheng |
| 2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
| 2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
| 2009-12-28 | Remove dead variable. | Bill Wendling |
| 2009-12-28 | Remove dead store. The initial value was never used, but always overridden. | Bill Wendling |
| 2009-12-22 | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
| 2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
| 2009-09-06 | Remove strange 'const' qualifiers, as warned about by icc | Duncan Sands |
| 2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
| 2009-08-25 | Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM) | Scott Michel |
| 2009-08-24 | 128-bit sign extension and vector shift cleanups, contributed by Ken Werner | Scott Michel |
| 2009-08-24 | Initialize ShufBytes, as gcc 4.4 can't detect that the entire array is | Scott Michel |
| 2009-08-23 | eliminate uses of cerr() | Chris Lattner |
| 2009-08-14 | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov |
| 2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |