| Age | Commit message (Expand) | Author |
| 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 |
| 2008-11-21 | Update comments. | Dan Gohman |
| 2008-11-21 | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner |
| 2008-11-21 | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling |
| 2008-11-21 | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta |
| 2008-11-21 | Default to converting UADDO to the generic form that SADDO is converted to. | Bill Wendling |
| 2008-11-21 | Clean up normalization of shuffles | Mon P Wang |
| 2008-11-21 | Combine the two add with overflow intrinsics lowerings. They differ only in D... | Bill Wendling |
| 2008-11-21 | Generate code for llvm.uadd.with.overflow intrinsic. No conversion support yet. | Bill Wendling |
| 2008-11-21 | Add a flag to SDep for tracking which edges are anti-dependence edges. | Dan Gohman |
| 2008-11-21 | Remove chains. Unnecessary. | Bill Wendling |
| 2008-11-21 | Rename SDep's isSpecial to isArtificial, to make this field a little | Dan Gohman |
| 2008-11-21 | Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC" | Bill Wendling |
| 2008-11-21 | Implement the sadd_with_overflow intrinsic. This is converted into | Bill Wendling |
| 2008-11-21 | Use ComputeLatency in the MachineInstr scheduler. | Dan Gohman |
| 2008-11-21 | Remove the CycleBound computation code from the ScheduleDAGRRList | Dan Gohman |
| 2008-11-21 | Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor | Dan Gohman |
| 2008-11-21 | Add UADDO and SADDO nodes. These will be used for determining an overflow | Bill Wendling |
| 2008-11-21 | Change these schedulers to not emit no-ops. It turns out that | Dan Gohman |
| 2008-11-20 | Add some documentation. | Duncan Sands |
| 2008-11-20 | 80-column violation. | Bill Wendling |
| 2008-11-20 | Remove a remnant of list-burr's fast mode. | Dan Gohman |
| 2008-11-20 | Factor out the SethiUllman numbering logic from the list-burr and | Dan Gohman |
| 2008-11-20 | Remove the "fast" form of the list-burr scheduler, and use the | Dan Gohman |
| 2008-11-20 | Facter AddPseudoTwoAddrDeps and associated infrasructure out of | Dan Gohman |
| 2008-11-20 | Factor out the code for verifying the work of the scheduler, | Dan Gohman |
| 2008-11-19 | Simplify this code a little. In the fast scheduler, CreateNewSUnit | Dan Gohman |
| 2008-11-19 | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman |