Age | Commit message (Expand) | Author |
2002-05-13 | Trivial cleanups | Chris Lattner |
2002-05-13 | Add method to check to see if two _Instructions_ dominate each other | Chris Lattner |
2002-05-10 | Initial checkin of LICM pass | Chris Lattner |
2002-05-10 | We actually need this code for the release build to prevent link errors, | Chris Lattner |
2002-05-10 | Add support for printing out statistics information when -stats is added to | Chris Lattner |
2002-05-10 | Fix some bugs, straighten stuff out, more work needs to be done. | Chris Lattner |
2002-05-10 | Initial checkin of Statistic class. | Chris Lattner |
2002-05-10 | * Add support for the -stats command line option to report how much is changed | Chris Lattner |
2002-05-10 | Initial checkin of the PiNodeInsertion pass | Chris Lattner |
2002-05-09 | Last minor cleanups, this code still does not work for all cases, but it | Chris Lattner |
2002-05-09 | Two Cleanups to generated C code: | Chris Lattner |
2002-05-09 | * Remove CInstPrintVisitor class, incorporating it into the CWriter class | Chris Lattner |
2002-05-09 | Remove CLocalVars data structure entirely, instead of building stuff and | Chris Lattner |
2002-05-09 | Simplify code by removing InstLocalVarsVisitor, replacing it with a simple | Chris Lattner |
2002-05-09 | * Clean up how PHI nodes are handled | Chris Lattner |
2002-05-09 | Handle setcc <global*>, 0 instructions, Global pointers are never null! | Chris Lattner |
2002-05-09 | Give the longer name to the instruction that will probably be eliminated later | Chris Lattner |
2002-05-09 | Emit: | Chris Lattner |
2002-05-09 | * Print structures types correctly | Chris Lattner |
2002-05-09 | * Continue cleanup of type printing code | Chris Lattner |
2002-05-09 | Gut the type printing code so there is only one copy of it instead of 3 | Chris Lattner |
2002-05-09 | * Remove dead "constant printing" code | Chris Lattner |
2002-05-09 | Remove gross "Operand" instance variable | Chris Lattner |
2002-05-09 | Simplify and clean up function calls. | Chris Lattner |
2002-05-09 | * Remove dead function | Chris Lattner |
2002-05-09 | Make Getelementptr, load & store all work the right way. | Chris Lattner |
2002-05-09 | Many random fixes: | Chris Lattner |
2002-05-09 | Incorporate and purge function before and after printing them so unnamed values | Chris Lattner |
2002-05-09 | Factor out the code to print a value to ONE place. | Chris Lattner |
2002-05-09 | First wave of cleanups, looks like the first of many. | Chris Lattner |
2002-05-09 | Add ability to transform (x - (y - z)) into (x + (z - y)) | Chris Lattner |
2002-05-08 | Print out post dominance data structures more nicely | Chris Lattner |
2002-05-08 | * Combine: A-(-B) -> A + B | Chris Lattner |
2002-05-08 | Initial checkin of expression reassociation pass | Chris Lattner |
2002-05-08 | Verify that function call arguments match the function signature | Chris Lattner |
2002-05-08 | *** empty log message *** | Sumant Kowshik |
2002-05-07 | Give the unified exit node a name | Chris Lattner |
2002-05-07 | Fix bug: test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.ll | Chris Lattner |
2002-05-07 | Implement constant propogation of PHI instructions like this: | Chris Lattner |
2002-05-07 | Merge all individual .h files into a single Scalar.h file | Chris Lattner |
2002-05-07 | This doesn't use DCE! | Chris Lattner |
2002-05-07 | Extend TargetData::getIndexedOffset to support arrays and pointers! | Chris Lattner |
2002-05-07 | Move UnifyFunctionExitNodes to Utils library: final resting place this time | Chris Lattner |
2002-05-07 | fix comments and documentation in file | Chris Lattner |
2002-05-07 | Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp | Chris Lattner |
2002-05-07 | Cleanup implementation a bit | Chris Lattner |
2002-05-07 | Updates to move some header files out of include/llvm/Transforms into | Chris Lattner |
2002-05-07 | Reduce dependance on TransformInternals.h, instead using the TransformUtils l... | Chris Lattner |
2002-05-07 | Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.h | Chris Lattner |
2002-05-07 | Factor code out to the TransformUtils library | Chris Lattner |