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