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