| Age | Commit message (Expand) | Author |
| 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 |
| 2005-01-10 | Lower to the correct functions. This fixes FreeBench/fourinarow | Chris Lattner |
| 2005-01-10 | Implement a couple of more simplifications. This lets us codegen: | Chris Lattner |
| 2005-01-10 | Fix incorrect constant folds, fixing Stepanov after the SHR patch. | Chris Lattner |
| 2005-01-10 | Constant fold shifts, turning this loop: | Chris Lattner |
| 2005-01-09 | Add some folds for == and != comparisons. This allows us to | Chris Lattner |
| 2005-01-09 | Fix VC++ compilation error | Jeff Cohen |
| 2005-01-09 | Print the DAG out more like a DAG in nested format. | Chris Lattner |
| 2005-01-09 | Print out nodes sorted by their address to make it easier to find them in a l... | Chris Lattner |
| 2005-01-09 | Add a simple transformation. This allows us to compile one of the inner | Chris Lattner |
| 2005-01-09 | Fix a bug legalizing call instructions (make sure to remember all result | Chris Lattner |
| 2005-01-09 | Fix a minor bug legalizing dynamic_stackalloc. This allows us to compile | Chris Lattner |
| 2005-01-09 | Teach legalize to deal with DYNAMIC_STACKALLOC (aka a dynamic llvm alloca) | Chris Lattner |
| 2005-01-09 | Handle static alloca arguments to PHI nodes. | Chris Lattner |
| 2005-01-09 | Use new interfaces to correctly lower varargs and return/frame address intrin... | Chris Lattner |
| 2005-01-08 | Add support for llvm.setjmp and longjmp. Only 3 SingleSource/UnitTests fail ... | Chris Lattner |
| 2005-01-08 | Tighten up assertions. | Chris Lattner |
| 2005-01-08 | Silence VS warnings. | Chris Lattner |
| 2005-01-08 | Implement handling of most long operators through libcalls. | Chris Lattner |
| 2005-01-08 | Adjust to changes in LowerCAllTo interfaces | Chris Lattner |
| 2005-01-08 | Add support for FP->INT conversions and back. | Chris Lattner |
| 2005-01-08 | Implement the 'store FPIMM, Ptr' -> 'store INTIMM, Ptr' optimization for | Chris Lattner |
| 2005-01-08 | 1ULL << 64 is undefined, don't do it. | Chris Lattner |
| 2005-01-07 | Fix a pointer invalidation problem. This fixes Generic/badarg6.ll | Chris Lattner |
| 2005-01-07 | Fold conditional branches on constants away. | Chris Lattner |
| 2005-01-07 | Fix a thinko in the reassociation code, fixing Generic/badlive.ll | Chris Lattner |
| 2005-01-07 | Add support for truncating integer casts from long. | Chris Lattner |
| 2005-01-07 | Fix a bug in load expansion legalization and ret legalization. This fixes | Chris Lattner |