1. ce274ce Silence warnings by Chris Lattner · 21 years ago
  2. cbc0161 If one side of and/or is known to be 0/-1, it doesn't matter by Chris Lattner · 21 years ago
  3. 2f687fd Two bug fixes: by Chris Lattner · 21 years ago
  4. 8525ebe Do not delete the entry block to a function. by Chris Lattner · 21 years ago
  5. 91dbae6 Implement Transforms/SCCP/ipsccp-gvar.ll, by tracking values stored to by Chris Lattner · 21 years ago
  6. 99e1295 Fix a bug where we could delete dead invoke instructions with uses. by Chris Lattner · 21 years ago
  7. bae4b64 Implement SCCP/ipsccp-conditional.ll, by totally deleting dead blocks. by Chris Lattner · 21 years ago
  8. 7285f43 Fix SCCP/2004-12-10-UndefBranchBug.ll by Chris Lattner · 21 years ago
  9. b439464 This is the initial implementation of IPSCCP, as requested by Brian. by Chris Lattner · 21 years ago
  10. 27af257 Do not delete dead invoke instructions! by Chris Lattner · 21 years ago
  11. 1890f94 Minor cleanups. There is no reason for SCCP to derive from instvisitor anymore. by Chris Lattner · 21 years ago
  12. 9a038a3 Count more accurately by Chris Lattner · 21 years ago
  13. d18c16b Two minor improvements: by Chris Lattner · 21 years ago
  14. 4f03162 rename InstValue to LatticeValue, as it holds for more than instructions. by Chris Lattner · 21 years ago
  15. 074be1f Substantially refactor the SCCP class into an SCCP pass and an SCCPSolver by Chris Lattner · 21 years ago
  16. 7dfc2d2 Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 21 years ago
  17. 646354b Handle undef values as undefined on the constant lattice by Chris Lattner · 21 years ago
  18. 5c91c8f Use DEBUG instead of DebugFlag directly, as DebugFlag does not respect by Chris Lattner · 21 years ago
  19. 3e86084 Prototype these functions more accurately by Chris Lattner · 21 years ago
  20. 6614946 Convert code to compile with vc7.1. by Reid Spencer · 21 years ago
  21. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  22. 8324372 Stop using getValues(). by Alkis Evlogimenos · 21 years ago
  23. f0a5bca Delete a redundant if branch. by Reid Spencer · 21 years ago
  24. c5afc95 bug 122: by Reid Spencer · 21 years ago
  25. d79334d This patch was contributed by Daniel Berlin! by Chris Lattner · 21 years ago
  26. 9a63520b Fixes working towards PR341 by Chris Lattner · 21 years ago
  27. ff9362a Add SCCP support for constant folding calls, implementing: by Chris Lattner · 22 years ago
  28. 69193f9 Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 22 years ago
  29. 7a7b114 Do not try to optimize PHI nodes with incredibly high degree. This reduces SCCP by Chris Lattner · 22 years ago
  30. 59db22d Add sccp support for select instructions by Chris Lattner · 22 years ago
  31. 538fee7 Since 'load null' is undefined, we can make it do whatever we want. Returning by Chris Lattner · 22 years ago
  32. 76b2ff4 Adjustments to support the new ConstantAggregateZero class by Chris Lattner · 22 years ago
  33. 1b7d4d7 Don't use ConstantExpr::getShift anymore by Chris Lattner · 22 years ago
  34. 0fe5b32 Use constantexprs for casts. Eliminate use of the ConstantHandling interfaces by Chris Lattner · 22 years ago
  35. fe992d4 Fix fairly severe bug in my last checking where we treated all unfoldable by Chris Lattner · 22 years ago
  36. 49f7452 * Implement minor performance optimization for the getelementptr case by Chris Lattner · 22 years ago
  37. 05fe684 Implement SCCP/phitest.ll by Chris Lattner · 22 years ago
  38. 49525f8 Finegrainify namespacification by Chris Lattner · 22 years ago
  39. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  40. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  41. f0fc9be ADd support for the new varargs instructions by Chris Lattner · 22 years ago
  42. 8b2bd4e Fix spelling. by Misha Brukman · 22 years ago
  43. 35e56e7 Update comment by Chris Lattner · 22 years ago
  44. 0bbbe5d Use a set to keep track of which edges have been noticed as executable already by Chris Lattner · 22 years ago
  45. 7324f7c Minor fixes here and there by Chris Lattner · 22 years ago
  46. 71ac22ff Avoid building data structures we don't really need. This improves the runtime by Chris Lattner · 22 years ago
  47. 9c58cf6 Add support for the unwind instruction by Chris Lattner · 22 years ago
  48. df741d6 Fix bug: SCCP/2003-08-26-InvokeHandling.ll by Chris Lattner · 22 years ago
  49. 7eb05a1 Spell `necessary' correctly. by Misha Brukman · 22 years ago
  50. 8abcd56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
  51. 7e27058 Fix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll by Chris Lattner · 22 years ago
  52. 373086d Hopefully, the final fix for `[Pp]ropogate'. by Misha Brukman · 22 years ago
  53. b026972 Handle va_arg instruction correctly by Chris Lattner · 23 years ago
  54. 3c98276 Fix major problem with PHI node traversal: rechecking PHIs should go into by Chris Lattner · 23 years ago
  55. cccc5c7 Minor non-functional changes: by Chris Lattner · 23 years ago
  56. 889f620 Remove unnecesary &*'s by Chris Lattner · 23 years ago
  57. 669c6cf Make sure to _delete_ memory allocated by worklists by Chris Lattner · 23 years ago
  58. 632df28 Fix spelling of `propagate'. by Misha Brukman · 23 years ago
  59. 820d971 - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to by Chris Lattner · 23 years ago
  60. bf3a099 Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
  61. dd6522e - Implement SCCP of getelementptr instructions by Chris Lattner · 23 years ago
  62. dfb3a2c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 23 years ago
  63. 0f40939 Remove extra #includes by Chris Lattner · 23 years ago
  64. 6e1a1b1 Remove support for unary operators by Chris Lattner · 23 years ago
  65. c8b7092 by Chris Lattner · 23 years ago
  66. b28b680 *** empty log message *** by Chris Lattner · 23 years ago
  67. 113f4f4 MEGAPATCH checkin. by Chris Lattner · 23 years ago
  68. 71cbd42 Use the new DEBUG(x) macro to allow debugging code to be enabled on the commandline by Chris Lattner · 23 years ago
  69. a482d52 Fix bug: test/Regression/Transforms/SCCP/2002-05-21-InvalidSimplify.ll by Chris Lattner · 23 years ago
  70. b710b1f Fix bug: test/Regression/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll by Chris Lattner · 23 years ago
  71. 0b18c1d Add support for printing out statistics information when -stats is added to by Chris Lattner · 23 years ago
  72. b4cfa7f Merge all individual .h files into a single Scalar.h file by Chris Lattner · 24 years ago
  73. 3d86d49 Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.h by Chris Lattner · 24 years ago
  74. d66a6e3 * Convert InstWorkList to vector instead of set, because on big programs it by Chris Lattner · 24 years ago
  75. 940daed Implement constant propogation of shift instructions by Chris Lattner · 24 years ago
  76. 7b80b53 Ok, really it only takes me 3 times to get this right! by Chris Lattner · 24 years ago
  77. dd390e1 Oops, disable debugging code all the way. :) by Chris Lattner · 24 years ago
  78. fe6c9ee * Finish the implementation of isEdgeFeasible this fixes bug: by Chris Lattner · 24 years ago
  79. 13b52e7 * Enable SCCP debugging to be turned on with a simple change of #define by Chris Lattner · 24 years ago
  80. 5364d1a * Simplify the code by not bothering to name the folded constant by Chris Lattner · 24 years ago
  81. 7d32538 Significantly clean up SCCP pass. Now the two classes are merged and in by Chris Lattner · 24 years ago
  82. d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 24 years ago
  83. 37104aa Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 24 years ago
  84. f12cc84 Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA by Chris Lattner · 24 years ago
  85. ca14237 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 24 years ago
  86. c8e6654 * Rename MethodPass class to FunctionPass by Chris Lattner · 24 years ago
  87. 66cfaf1 Changes because the Terminator::getSuccessor function now FAILS if successor by Chris Lattner · 24 years ago
  88. 6e56079 Convert SCCP over to use InstVisitor instead of hand crafted switch by Chris Lattner · 24 years ago
  89. 5873900 GEP instructions can never be constant propogated. by Chris Lattner · 24 years ago
  90. 2e9fa6d Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 24 years ago
  91. f8e4dc3 s/Method/Function Remove extraneous #includes of llvm/Assembly/Writer by Chris Lattner · 24 years ago
  92. 65b529f ConstantHandling moved into VMCore library by Chris Lattner · 24 years ago
  93. 57698e2 Change references from Method to Function by Chris Lattner · 24 years ago
  94. 477fe08 Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll by Chris Lattner · 24 years ago
  95. 04805fa Change over to use new style pass mechanism, now passes only expose small by Chris Lattner · 24 years ago
  96. 60a6591 Method.h no longer includes BasicBlock.h by Chris Lattner · 24 years ago
  97. 352151e MethodPass's are now guaranteed to not be run on external methods! by Chris Lattner · 24 years ago
  98. ee965ab Move stuff out of the Optimizations directories into the appropriate Transforms by Chris Lattner · 24 years ago
  99. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  100. 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago