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 |
2002-05-06 |
Chris Lattner | Finish up the updates to the language reference |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Mark analyses that only depend on the CFG of a function |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Make functions that preserve the CFG not invalidate... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Add support for passes to announce that they only depen... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Only do masking for unsigned values! |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | GCSE is faster than SCCP, and it makes SCCP's job easie... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | * Eliminate dead code that should have been removed... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Handle X = phi Y --> X = Y |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Make the testcase more interesting so that DCE does... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Move a bunch of code to a .cpp file, don't #include... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Move code out of header file |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | * Use simplified interface to constant propogation... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Add #include removed from ConstantHandling.h |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | New testcase for PHI folding |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Clean up ADCE by removing extraneous wrapper class |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Combine not (not X) -> X |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | New testcase to make sure not instructions get combined |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Instruction Combination can create a ton of trivially... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Support more cases... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | More tests |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Add testcase for -(-A) |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Chris Lattner | Change usage of isPointerType to use isa |
commit | commitdiff | tree | snapshot |
next |