| Age | Commit message (Expand) | Author |
| 2008-12-23 | Avoid an unnecessary call to allnodes_size(), which is linear. | Dan Gohman |
| 2008-12-23 | One more permutation of subtracting off a base value. | Dale Johannesen |
| 2008-12-18 | Added support for vector widening. | Mon P Wang |
| 2008-12-17 | Fix expansion of vsetcc to set the high bit for true instead of 1. | Mon P Wang |
| 2008-12-17 | Double the amount of memory reserved for SUnits. This is a | Dan Gohman |
| 2008-12-17 | Fix for PR3225: disable a broken optimization in | Eli Friedman |
| 2008-12-16 | A new dag combine; several permutations of this | Dale Johannesen |
| 2008-12-16 | Preserve SourceValue information when lowering produces multiple loads from | Dan Gohman |
| 2008-12-16 | We have decided not to support inline asm where an output operand with a matc... | Evan Cheng |
| 2008-12-16 | Remove some special-case logic in ScheduleDAGSDNodes's | Dan Gohman |
| 2008-12-16 | Fix some register-alias-related bugs in the post-RA scheduler liveness | Dan Gohman |
| 2008-12-16 | Make addPred and removePred return void, since the return value is not | Dan Gohman |
| 2008-12-15 | Added support for splitting and scalarizing vector shifts. | Mon P Wang |
| 2008-12-15 | Fix printing of PseudoSourceValues in SDNode graphs. | Dan Gohman |
| 2008-12-15 | Added support to LegalizeType for expanding the operands of scalar to vector | Mon P Wang |
| 2008-12-14 | Reapply r60997, this time without forgetting that | Duncan Sands |
| 2008-12-13 | Temporarily revert r60997. It was causing this failure: | Bill Wendling |
| 2008-12-13 | LegalizeDAG is not supposed to introduce illegal | Duncan Sands |
| 2008-12-13 | Remove assertion to allow promotion of a truncating store operand | Mon P Wang |
| 2008-12-13 | Added basic support for expanding VSETCC | Mon P Wang |
| 2008-12-13 | On big-endian machines it is wrong to do a full | Duncan Sands |
| 2008-12-12 | When expanding unaligned loads and stores do not make | Duncan Sands |
| 2008-12-12 | Fix add/sub expansion: don't create ADD / SUB with two results (seems like ev... | Evan Cheng |
| 2008-12-12 | When using a 4 byte jump table on a 64 bit machine, | Duncan Sands |
| 2008-12-12 | Added support for SELECT v8i8 v4i16 for X86 (MMX) | Mon P Wang |
| 2008-12-12 | Redo the arithmetic with overflow architecture. I was changing the semantics of | Bill Wendling |
| 2008-12-11 | Avoid generating a convert_rndsat node when the src and dest type are the same. | Mon P Wang |
| 2008-12-11 | Clarify FIXME. | Bill Wendling |
| 2008-12-11 | Whitespace clean up (tabs with spaces) | Mon P Wang |
| 2008-12-11 | Make fix for r60829 less conservative to allow the proper optimization for | Mon P Wang |
| 2008-12-10 | If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation on | Bill Wendling |
| 2008-12-10 | For amusement, implement SADDO, SSUBO, UADDO, USUBO | Duncan Sands |
| 2008-12-10 | Fixed a bug when trying to optimize a extract vector element of a | Mon P Wang |
| 2008-12-10 | Whitespace changes. | Bill Wendling |
| 2008-12-10 | Whitespace fixes. | Bill Wendling |
| 2008-12-09 | Rewrite the SDep class, and simplify some of the related code. | Dan Gohman |
| 2008-12-09 | Add sub/mul overflow intrinsics. This currently doesn't have a | Bill Wendling |
| 2008-12-09 | Fix PR3117: not all nodes being legalized. The | Duncan Sands |
| 2008-12-09 | In LegalizeOp, don't change the result type of CONVERT_RNDSAT when promoting | Mon P Wang |
| 2008-12-09 | Fix getNode to allow a vector for the shift amount for shifts of vectors. | Mon P Wang |
| 2008-12-08 | Factor out the code for sign-extending/truncating gep indices | Dan Gohman |
| 2008-12-04 | When allocating a stack temporary, use the correct | Duncan Sands |
| 2008-12-04 | Make debug output more informative. | Dan Gohman |
| 2008-12-03 | Only check that the result of the mapping was not | Duncan Sands |
| 2008-12-02 | Remove a (what appears to be) overly strict assertion. Here is what happened: | Evan Cheng |
| 2008-12-02 | Non-functional change: make custom lowering for truncate stylistically | Scott Michel |
| 2008-12-02 | One more transformation. | Dale Johannesen |
| 2008-12-02 | make it possible to custom lower TRUNCATE (needed for the CellSPU target) | Tilmann Scheller |
| 2008-12-02 | Removed some unnecessary code in widening. | Mon P Wang |
| 2008-12-02 | Add a few more transformations. | Dale Johannesen |