| Age | Commit message (Expand) | Author |
| 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 |
| 2008-12-01 | Expand getVTList, getNodeValueTypes, and SelectNodeTo to handle more value ty... | Bill Wendling |
| 2008-12-01 | There are no longer any places that require a | Duncan Sands |
| 2008-12-01 | Change the interface to the type legalization method | Duncan Sands |
| 2008-11-30 | Followup to r60283: optimize arbitrary width signed divisions as well | Eli Friedman |
| 2008-11-30 | Fix for PR2164: allow transforming arbitrary-width unsigned divides into | Eli Friedman |
| 2008-11-30 | APIntify a test which is potentially unsafe otherwise, and fix the | Eli Friedman |
| 2008-11-27 | Removing redundant semicolons. No functionality change. | Sanjiv Gupta |
| 2008-11-27 | Add a missing case in visitADD. | Dale Johannesen |
| 2008-11-26 | Allow custom lowering of ADDE/ADDC/SUBE/SUBC operations. | Sanjiv Gupta |
| 2008-11-25 | A simplification for checking whether the signs of the operands and sum diffe... | Bill Wendling |
| 2008-11-25 | Now with the correct type for the 0. | Bill Wendling |
| 2008-11-25 | Get rid of unused variable. | Bill Wendling |
| 2008-11-25 | Hacker's Delight says, "Signed integer overflow of addition occurs if and only | Bill Wendling |
| 2008-11-25 | Initial support for anti-dependence breaking. Currently this code does not | Dan Gohman |
| 2008-11-24 | - Make lowering of "add with overflow" customizable by back-ends. | Bill Wendling |
| 2008-11-24 | Check in the rest of this change. The isAntiDep flag needs to be passed | Dan Gohman |
| 2008-11-24 | If the type legalizer actually legalized anything | Duncan Sands |
| 2008-11-24 | Eliminate some unused variable compile time warnings. | Evan Cheng |
| 2008-11-24 | Add support for llvm.uadd.with.overflow. | Bill Wendling |
| 2008-11-23 | Rename SetCCResultContents to BooleanContents. In | Duncan Sands |
| 2008-11-23 | Added check to avoid generating extract subvector beyond the end of the vecto... | Mon P Wang |
| 2008-11-22 | Cleanup of the [SU]ADDO type legalization code. Patch by Duncan! | Bill Wendling |
| 2008-11-22 | - Move conversion of [SU]ADDO from DAG combiner into legalizer. | Bill Wendling |