2002-05-14 |
Chris Lattner | Run another local value numbering phase after redundancy...
|
commit | commitdiff | tree |
2002-05-14 |
Chris Lattner | Avoid emitting a useless comment for a basic block...
|
commit | commitdiff | tree |
2002-05-14 |
Chris Lattner | Fix bug: test/Regression/Transforms/InstCombine/2002...
|
commit | commitdiff | tree |
2002-05-14 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2002-05-14 |
Chris Lattner | Fix a major source of "type unsafety", where a cast...
|
commit | commitdiff | tree |
2002-05-14 |
Chris Lattner | Implement elimination of loads
|
commit | commitdiff | tree |
2002-05-14 |
Chris Lattner | Invoke inst has side effects!
|
commit | commitdiff | tree |
2002-05-13 |
Chris Lattner | New file
|
commit | commitdiff | tree |
2002-05-13 |
Chris Lattner | Trivial cleanups
|
commit | commitdiff | tree |
2002-05-13 |
Chris Lattner | Add method to check to see if two _Instructions_ dominate...
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Initial checkin of LICM pass
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | expose LICM pass
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Add LICM pass to compiler
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Add prototype for LICM pass
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Add testcase for when there is no loop header
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | A basic test that LICM is working
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Run LICM tests
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | run LICM tests
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Make sure to call the derived visit versions from the...
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | We actually need this code for the release build to...
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Add explicit abort so optimized build knows that the...
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Add an explicit abort so that the optimized build knows...
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | * Allow a profile'd code build to be done with a simple...
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Expose the lowerallocs pass
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Add support for printing out statistics information...
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Fix some bugs, straighten stuff out, more work needs...
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Initial checkin of Statistic class
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Initial checkin of Statistic class.
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | * Add support for the -stats command line option to...
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | remove deprecated getInstType() method
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Expose the pi node insertion pass.
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Initial checkin of the PiNodeInsertion pass
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Add prototype for the PiNodeInserter pass
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Test the Pi node inserter
|
commit | commitdiff | tree |
2002-05-10 |
Chris Lattner | Initial checkin of testcases for Pi node inserter
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Last minor cleanups, this code still does not work...
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Two Cleanups to generated C code:
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | * Remove CInstPrintVisitor class, incorporating it...
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Remove CLocalVars data structure entirely, instead...
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Simplify code by removing InstLocalVarsVisitor, replacing...
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | * Clean up how PHI nodes are handled
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Handle setcc <global*>, 0 instructions, Global pointers...
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Give the longer name to the instruction that will probably...
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | New testcase for wierd combine opportunity found in...
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Emit:
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | * Print structures types correctly
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | * Continue cleanup of type printing code
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Gut the type printing code so there is only one copy...
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | * Remove dead "constant printing" code
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Remove gross "Operand" instance variable
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Simplify and clean up function calls.
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | * Remove dead function
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Make Getelementptr, load & store all work the right...
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Many random fixes:
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Incorporate and purge function before and after printing...
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Factor out the code to print a value to ONE place.
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | First wave of cleanups, looks like the first of many.
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Add ability to transform (x - (y - z)) into (x + (z...
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Fix broken testcase
|
commit | commitdiff | tree |
2002-05-09 |
Chris Lattner | Clean up dis so that it does not print out code in...
|
commit | commitdiff | tree |
2002-05-08 |
Chris Lattner | Add two new patterns that instcombine should or does...
|
commit | commitdiff | tree |
2002-05-08 |
Chris Lattner | Print out post dominance data structures more nicely
|
commit | commitdiff | tree |
2002-05-08 |
Chris Lattner | * Combine: A-(-B) -> A + B
|
commit | commitdiff | tree |
2002-05-08 |
Chris Lattner | New testcase for LICM reassociation
|
commit | commitdiff | tree |
2002-05-08 |
Chris Lattner | Initial checkin of expression reassociation pass
|
commit | commitdiff | tree |
2002-05-08 |
Chris Lattner | Add expr reassociation pass prototype
|
commit | commitdiff | tree |
2002-05-08 |
Chris Lattner | Expose expression reassociation
|
commit | commitdiff | tree |
2002-05-08 |
Chris Lattner | Run expression reassociation as part of gccas
|
commit | commitdiff | tree |
2002-05-08 |
Chris Lattner | Add some simple test of reassociation
|
commit | commitdiff | tree |
2002-05-08 |
Chris Lattner | run reassociate tests
|
commit | commitdiff | tree |
2002-05-08 |
Chris Lattner | Verify that function call arguments match the function...
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Spell aggressive correctly
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Give the unified exit node a name
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Spell aggressive right
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Fix misspelling
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Fix bug: test/Regression/Transforms/ADCE/2002-01-31...
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | New testcase for adce
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Build the ADCE tests
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | ADCE tests
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Implement constant propogation of PHI instructions...
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Oops, forgot to check in makefile
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Add check that phi nodes get constant propogated away
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | constprop doesn't delete dead instructions, it just...
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Add testcase for not expressions
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Merge all include/llvm/Transforms/Scalar/* into a single...
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Merge all individual .h files into a single Scalar...
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | This doesn't use DCE!
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Extend TargetData::getIndexedOffset to support arrays...
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | These files are supersumed by include/llvm/Transforms...
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | New header file to replace all of the Scalar/*.h files.
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Fix makefiles after shuffling passes around the libraries
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Move UnifyFunctionExitNodes to Utils library: final...
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | fix comments and documentation in file
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Checkin headers for Utils library
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Cleanup implementation a bit + comments
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Cleanup implementation a bit
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Change script to not even look in test/ directory,...
|
commit | commitdiff | tree |
2002-05-07 |
Chris Lattner | Oops, somehow lost a slash. Fixed
|
commit | commitdiff | tree |
next |