| Age | Commit message (Expand) | Author |
| 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 |
| 2005-01-13 | Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode. | Chris Lattner |
| 2005-01-13 | Don't forget the existing root. | Chris Lattner |
| 2005-01-13 | Codegen independent ops as being independent. | Chris Lattner |
| 2005-01-13 | Legalize new node, add assertion. | Chris Lattner |
| 2005-01-13 | Print new node. | Chris Lattner |
| 2005-01-12 | Do not fold (zero_ext (sign_ext V)) -> (sign_ext V), they are not the same. | Chris Lattner |
| 2005-01-12 | New method | Chris Lattner |
| 2005-01-12 | Fix sign extend to long. When coming from sbyte, we used to generate: | Chris Lattner |
| 2005-01-12 | Shut up warnings with GCC 3.4.3 about uninitialized variables. | Reid Spencer |
| 2005-01-12 | Add an option to view the selection dags as they are generated. | Chris Lattner |
| 2005-01-11 | Print the value types in the nodes of the graph | Chris Lattner |
| 2005-01-11 | add an assertion, avoid creating copyfromreg/copytoreg pairs that are the | Chris Lattner |
| 2005-01-11 | Clear the whole array, always. | Chris Lattner |
| 2005-01-11 | Squelch optimized warning. | Chris Lattner |
| 2005-01-11 | Teach legalize to lower MEMSET/MEMCPY/MEMMOVE operations if the target | Chris Lattner |
| 2005-01-11 | Print new operations. | Chris Lattner |
| 2005-01-11 | Turn memset/memcpy/memmove into the corresponding operations. | Chris Lattner |
| 2005-01-11 | shift X, 0 -> X | Chris Lattner |
| 2005-01-11 | Print SelectionDAGs bottom up, include extra info in the node labels | Chris Lattner |
| 2005-01-10 | Add a marker for the graph root. | Chris Lattner |
| 2005-01-10 | Put the operation name in each node, put the function name on the graph. | Chris Lattner |
| 2005-01-10 | Split out SDNode::getOperationName into its own method. | Chris Lattner |
| 2005-01-10 | Implement initial selectiondag printing support. This gets us a nice | Chris Lattner |