- 497e19a Remove CLocalVars data structure entirely, instead of building stuff and by Chris Lattner · 23 years ago
- 7683a12 Simplify code by removing InstLocalVarsVisitor, replacing it with a simple by Chris Lattner · 23 years ago
- 1f02c89 * Clean up how PHI nodes are handled by Chris Lattner · 23 years ago
- 53a5b57 Handle setcc <global*>, 0 instructions, Global pointers are never null! by Chris Lattner · 23 years ago
- 0aa7cd6 Give the longer name to the instruction that will probably be eliminated later by Chris Lattner · 23 years ago
- 0097e41 New testcase for wierd combine opportunity found in bzip2 benchmark by Chris Lattner · 23 years ago
- 8c8a370 Emit: by Chris Lattner · 23 years ago
- 8c3c4bf * Print structures types correctly by Chris Lattner · 23 years ago
- deed7a5 * Continue cleanup of type printing code by Chris Lattner · 23 years ago
- 3ef6dc7 Gut the type printing code so there is only one copy of it instead of 3 by Chris Lattner · 23 years ago
- 2d05a1a * Remove dead "constant printing" code by Chris Lattner · 23 years ago
- 2a7ab2e Remove gross "Operand" instance variable by Chris Lattner · 23 years ago
- 2f49902 Simplify and clean up function calls. by Chris Lattner · 23 years ago
- 2f5eb4e * Remove dead function by Chris Lattner · 23 years ago
- 4440826 Make Getelementptr, load & store all work the right way. by Chris Lattner · 23 years ago
- 2f5f51a Many random fixes: by Chris Lattner · 23 years ago
- f34ee81 Incorporate and purge function before and after printing them so unnamed values by Chris Lattner · 23 years ago
- b5af06a Factor out the code to print a value to ONE place. by Chris Lattner · 23 years ago
- 16c7bb2 First wave of cleanups, looks like the first of many. by Chris Lattner · 23 years ago
- 4037171 Add ability to transform (x - (y - z)) into (x + (z - y)) by Chris Lattner · 23 years ago
- 8c7333e Fix broken testcase by Chris Lattner · 23 years ago
- aa3904f Clean up dis so that it does not print out code in various traversal orders. by Chris Lattner · 23 years ago
- d086fb2 Add two new patterns that instcombine should or does handle by Chris Lattner · 23 years ago
- 4874680 Print out post dominance data structures more nicely by Chris Lattner · 23 years ago
- 5c4afb9 * Combine: A-(-B) -> A + B * Bugfix: A + -B and -A + B by Chris Lattner · 23 years ago
- 44f87ac New testcase for LICM reassociation by Chris Lattner · 23 years ago
- 4fd5600 Initial checkin of expression reassociation pass by Chris Lattner · 23 years ago
- 540d63c Add expr reassociation pass prototype by Chris Lattner · 23 years ago
- 8947fbc Expose expression reassociation by Chris Lattner · 23 years ago
- 94fbab0 Run expression reassociation as part of gccas by Chris Lattner · 23 years ago
- 557a143 Add some simple test of reassociation by Chris Lattner · 23 years ago
- 8446cf4 run reassociate tests by Chris Lattner · 23 years ago
- 56732fb Verify that function call arguments match the function signature by Chris Lattner · 23 years ago
- 9ddc86c *** empty log message *** by Sumant Kowshik · 23 years ago
- 73e6298 Spell aggressive correctly by Chris Lattner · 23 years ago
- 8ca21c2 Give the unified exit node a name by Chris Lattner · 23 years ago
- 1ea5c56 Spell aggressive right by Chris Lattner · 23 years ago
- a7980c0 Fix misspelling by Chris Lattner · 23 years ago
- ea54ab9 Fix bug: test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.ll by Chris Lattner · 23 years ago
- 9d5adb0 New testcase for adce by Chris Lattner · 23 years ago
- fc29f3b Build the ADCE tests by Chris Lattner · 23 years ago
- d2abd3b ADCE tests by Chris Lattner · 23 years ago
- 54753e2 Implement constant propogation of PHI instructions like this: X = phi(0, 0, 0) by Chris Lattner · 23 years ago
- 0651a9d Oops, forgot to check in makefile by Chris Lattner · 23 years ago
- 1610df2 Add check that phi nodes get constant propogated away by Chris Lattner · 23 years ago
- 0a1581b constprop doesn't delete dead instructions, it just makes them dead. by Chris Lattner · 23 years ago
- e473a34 Add testcase for not expressions by Chris Lattner · 23 years ago
- 65f1b89 Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h by Chris Lattner · 23 years ago
- 022103b Merge all individual .h files into a single Scalar.h file by Chris Lattner · 23 years ago
- a869b8d This doesn't use DCE! by Chris Lattner · 23 years ago
- a163fdf Extend TargetData::getIndexedOffset to support arrays and pointers! by Chris Lattner · 23 years ago
- 3bcf74e These files are supersumed by include/llvm/Transforms/Scalar.h by Chris Lattner · 23 years ago
- 332f367 New header file to replace all of the Scalar/*.h files. by Chris Lattner · 23 years ago
- ddca9d0 Fix makefiles after shuffling passes around the libraries by Chris Lattner · 23 years ago
- fc514f4 Move UnifyFunctionExitNodes to Utils library: final resting place this time by Chris Lattner · 23 years ago
- 65e96e5 fix comments and documentation in file by Chris Lattner · 23 years ago
- ade686e Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp by Chris Lattner · 23 years ago
- 148a0bf Checkin headers for Utils library by Chris Lattner · 23 years ago
- 96bcfc3 Cleanup implementation a bit + comments by Chris Lattner · 23 years ago
- b444a1f Cleanup implementation a bit by Chris Lattner · 23 years ago
- fbfa18c Change script to not even look in test/ directory, significantly speeding it up by Chris Lattner · 23 years ago
- 2b5235d Oops, somehow lost a slash. Fixed by Chris Lattner · 23 years ago
- c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 23 years ago
- efbe5d6 Update header after moving file by Chris Lattner · 23 years ago
- 2d95aa2 Remove long dead file by Chris Lattner · 23 years ago
- 2154d13 Straighten out makefiles after moving code to new Transform Utils library by Chris Lattner · 23 years ago
- 88d15ab Factor code out to the Transform Utils library by Chris Lattner · 23 years ago
- 497c60c Reduce dependance on TransformInternals.h, instead using the TransformUtils library by Chris Lattner · 23 years ago
- 6d7491c Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.h by Chris Lattner · 23 years ago
- 2ed01d8 Factor code out to the TransformUtils library by Chris Lattner · 23 years ago
- 5a4337a Factor code out of TransformInternals into the Transform Utils library by Chris Lattner · 23 years ago
- 0ed2e4b Build Transforms Utils library by Chris Lattner · 23 years ago
- 4d1e46e Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cpp by Chris Lattner · 23 years ago
- 071d0ad * Convert InstWorkList to vector instead of set, because on big programs it by Chris Lattner · 23 years ago
- 92deeaf * Remove all cfg simplification stuff for a new cfg simplify pass (todo) by Chris Lattner · 23 years ago
- 6536cfe Finish up the updates to the language reference by Chris Lattner · 23 years ago
- 07a228d Mark analyses that only depend on the CFG of a function by Chris Lattner · 23 years ago
- 27ad137 Make functions that preserve the CFG not invalidate analyses that only depend by Chris Lattner · 23 years ago
- 4445519 Add support for passes to announce that they only depend on the CFG of a by Chris Lattner · 23 years ago
- d661937 Only do masking for unsigned values! by Chris Lattner · 23 years ago
- 5f06e10 GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first. by Chris Lattner · 23 years ago
- 89df1b5 * Eliminate dead code that should have been removed in last revision by Chris Lattner · 23 years ago
- 473945d Handle X = phi Y --> X = Y by Chris Lattner · 23 years ago
- fee97e8 Make the testcase more interesting so that DCE does not eliminate it. by Chris Lattner · 23 years ago
- a803899 Move a bunch of code to a .cpp file, don't #include Instruction.h by Chris Lattner · 23 years ago
- 178414c by Chris Lattner · 23 years ago
- f51825e * Use simplified interface to constant propogation stuff. by Chris Lattner · 23 years ago
- db93124 Add #include removed from ConstantHandling.h by Chris Lattner · 23 years ago
- 32e1740 New testcase for PHI folding by Chris Lattner · 23 years ago
- dfe81ab Clean up ADCE by removing extraneous wrapper class by Chris Lattner · 23 years ago
- ed3a550 Combine not (not X) -> X by Chris Lattner · 23 years ago
- 9bfed88 New testcase to make sure not instructions get combined by Chris Lattner · 23 years ago
- eadd32c Instruction Combination can create a ton of trivially dead instructions. Remove by Chris Lattner · 23 years ago
- b35dde1 Support more cases... by Chris Lattner · 23 years ago
- fa78358 More tests by Chris Lattner · 23 years ago
- c1bfd13 Add testcase for -(-A) by Chris Lattner · 23 years ago
- 45d8b91 Change usage of isPointerType to use isa by Chris Lattner · 23 years ago
- 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 23 years ago
- d44023e Implement getPrimitiveSize() don't use isPointerType() by Chris Lattner · 23 years ago
- 3f5b877 Add many more instruction combination simplifications by Chris Lattner · 23 years ago