| Age | Commit message (Expand) | Author |
| 2005-01-21 | Refactor libcall code a bit. Initial implementation of expanding int -> FP | Chris Lattner |
| 2005-01-20 | Simplify the shift-expansion code. | Chris Lattner |
| 2005-01-20 | Expand add/sub into ADD_PARTS/SUB_PARTS instead of a non-existant libcall. | Chris Lattner |
| 2005-01-20 | implement add_parts/sub_parts. | Chris Lattner |
| 2005-01-19 | Support targets that do not use i8 shift amounts. | Chris Lattner |
| 2005-01-19 | Add support for targets that pass args in registers to calls. | Chris Lattner |
| 2005-01-19 | Fold single use token factor nodes into other token factor nodes. | Chris Lattner |
| 2005-01-19 | Realize the individual pieces of an expanded copytoreg/store/load are | Chris Lattner |
| 2005-01-19 | Know some identities about tokenfactor nodes. | Chris Lattner |
| 2005-01-19 | Know some simple identities. This improves codegen for (1LL << N). | Chris Lattner |
| 2005-01-19 | Implement a way of expanding shifts. This applies to targets that offer | Chris Lattner |
| 2005-01-19 | Add a hook to find out how the target handles shift amounts that are out of | Chris Lattner |
| 2005-01-18 | Zero is cheaper than sign extend. | Chris Lattner |
| 2005-01-18 | Fix some fixmes (promoting bools for select and brcond), fix promotion | Chris Lattner |
| 2005-01-18 | Keep track of the retval type as well. | Chris Lattner |
| 2005-01-18 | Teach legalize to promote copy(from|to)reg, instead of making the isel pass | Chris Lattner |
| 2005-01-18 | Teach legalize to promote SetCC results. | Chris Lattner |
| 2005-01-18 | Allow setcc operations to have nonbool types. | Chris Lattner |
| 2005-01-18 | Fix the completely broken FP constant folds for setcc's. | Chris Lattner |
| 2005-01-17 | Non-volatile loads can be freely reordered against each other. This fixes | Chris Lattner |
| 2005-01-17 | Don't call SelectionDAG.getRoot() directly, go through a forwarding method. | Chris Lattner |
| 2005-01-17 | Implement a target independent optimization to codegen arguments only into | Chris Lattner |
| 2005-01-17 | Refactor code into a new method. | Chris Lattner |
| 2005-01-16 | Shift and setcc types default to the pointer type. | Chris Lattner |
| 2005-01-16 | Implement legalize of call nodes. | Chris Lattner |
| 2005-01-16 | Revamp supported ops. Instead of just being supported or not, we now keep | Chris Lattner |
| 2005-01-16 | add method stub | Chris Lattner |
| 2005-01-16 | Don't mash stuff together. | Chris Lattner |
| 2005-01-16 | Use enums, move virtual dtor out of line. | Chris Lattner |
| 2005-01-16 | Implement some more missing promotions. | Chris Lattner |
| 2005-01-16 | Clarify assertion. | Chris Lattner |
| 2005-01-16 | Add assertions. | Chris Lattner |
| 2005-01-16 | Add support for promoted registers being live across blocks. | Chris Lattner |
| 2005-01-16 | Set up identity transforms. | Chris Lattner |
| 2005-01-16 | Move some information into the TargetLowering object. | Chris Lattner |
| 2005-01-16 | Use the new TLI method to get this. | Chris Lattner |
| 2005-01-16 | Move some information out of LegalizeDAG into the generic Target interface. | Chris Lattner |
| 2005-01-16 | legalize a bunch of operations that I missed. | Chris Lattner |
| 2005-01-16 | Add support for targets that require promotions. | Chris Lattner |
| 2005-01-16 | Fix some serious bugs in promotion. | Chris Lattner |
| 2005-01-16 | Eliminate unneeded extensions. | Chris Lattner |
| 2005-01-15 | Implement promotion of a whole bunch more operators. I think that this is | Chris Lattner |
| 2005-01-15 | Print extra type for nodes with extra type info. | Chris Lattner |
| 2005-01-15 | Add support for legalizing FP_ROUND_INREG, SIGN_EXTEND_INREG, and | Chris Lattner |
| 2005-01-15 | Common code factored out. | Chris Lattner |
| 2005-01-15 | Add support for promoting ADD/MUL. | Chris Lattner |
| 2005-01-15 | Add new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_ROUND_INREG operators. | Chris Lattner |
| 2005-01-15 | Add intitial support for promoting some operators. | Chris Lattner |
| 2005-01-14 | Adjust to CopyFromReg changes, implement deletion of truncating/extending | Chris Lattner |
| 2005-01-14 | Start implementing truncating stores and extending loads. | Chris Lattner |