1. eaf8f9c Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll by Chris Lattner · 20 years ago
  2. cc8d524 When merging to alias sets, if they are both must alias, the result is not by Chris Lattner · 20 years ago
  3. 07bfa52 Add a new interface by Chris Lattner · 20 years ago
  4. 1ed80b6 When evaluating an AA, pass in size info by Chris Lattner · 20 years ago
  5. 4e61676 The trick with globals actually works with allocas and malloc too by Chris Lattner · 20 years ago
  6. 0a1ac90 A store or load cannot alias a global if the accessed amount is larger then by Chris Lattner · 20 years ago
  7. 3fb2045 Mission accomplished! by Chris Lattner · 20 years ago
  8. bc2a99b Simplify conditional and fix LICM/2004-11-17-UndefIndexCrash.ll by Chris Lattner · 20 years ago
  9. e26057a Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++ by Reid Spencer · 20 years ago
  10. 04252fe Make this build in release mode by Chris Lattner · 20 years ago
  11. ac6d485 Fix a bug that was preventing povray and namd from pool allocating correctly. by Chris Lattner · 20 years ago
  12. beacefa Handle assert_fail special by Chris Lattner · 20 years ago
  13. 53fe2be Remove dead var by Chris Lattner · 20 years ago
  14. 82962de Don't call Constant::getNullValue when the argument could be VoidTy by Chris Lattner · 20 years ago
  15. f1de30a Graphs that are part of equivalence sets can be multi-function SCC's by Chris Lattner · 20 years ago
  16. caa35bc Correctly handle new SCC's found as a result of merging EQ graphs do to by Chris Lattner · 20 years ago
  17. 033a7d5 Substantially cleanup/speedup the eq graphs pass by walking the callgraph by Chris Lattner · 20 years ago
  18. 983baf4 Minor cleanups by Chris Lattner · 20 years ago
  19. 4457f7e Remove more dead methods by Chris Lattner · 20 years ago
  20. fcb7d95 Rename FoldedGraph -> DSInfo to be consistent with other passes by Chris Lattner · 20 years ago
  21. 77408b8 Get rid of the EquivClassGraphArgsInfo class, and the map that held it. by Chris Lattner · 20 years ago
  22. 68f9658 Eliminate the cloneGraph method by Chris Lattner · 20 years ago
  23. 31d3f67 * Do not refer to ActualCallees in CBU, when we can do it locally. by Chris Lattner · 20 years ago
  24. 4bbf3df Simplify graph traversal, improve grammar by Chris Lattner · 20 years ago
  25. ab8544a Do not do horrible things to the CBU graphs. In particular, we do NOT own by Chris Lattner · 20 years ago
  26. 3b7b81b Fix comment by Chris Lattner · 20 years ago
  27. e84c23e Improve comment by Chris Lattner · 20 years ago
  28. f498568 Fix another bug in Prolangs-C++/objects by Chris Lattner · 20 years ago
  29. 113cde8 Only call getNodeForValue on pointer arguments! this fixes a problem running by Chris Lattner · 20 years ago
  30. 7d8d471 Add more paranoid assertions :) by Chris Lattner · 20 years ago
  31. f1bd4b4 Fix some more problems where we called getOffset before getNode() by Chris Lattner · 20 years ago
  32. 857eb06 Fix three bugs: by Chris Lattner · 20 years ago
  33. 62c3a95 Fix more undefined behavior by Chris Lattner · 20 years ago
  34. 6f96774 * Add a method by Chris Lattner · 20 years ago
  35. 0022421 Fix library name. by Alkis Evlogimenos · 20 years ago
  36. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  37. 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 20 years ago
  38. 48b2f6b add support for UndefValue by Chris Lattner · 20 years ago
  39. 219c141 Patch to support MSVC, contributed by Morten Ofstad by Chris Lattner · 20 years ago
  40. cac731e We won't use automake by Reid Spencer · 20 years ago
  41. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  42. ec7c1ab Add support for unreachable by Chris Lattner · 20 years ago
  43. bd1d382 Add support for undef by Chris Lattner · 20 years ago
  44. c17edbd Add support by Chris Lattner · 20 years ago
  45. a35339d Be more careful about looking for constants when we really want constantint's. by Chris Lattner · 20 years ago
  46. 979c38b Do not use the same variable name for two different variables in the by Chris Lattner · 20 years ago
  47. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  48. 15d879e Minor cleanups: * fit in 80 lines * Eliminate extra namespaces * Drop llvm:: by Chris Lattner · 20 years ago
  49. 673e02b This nutty patch has been in my tree since before 1.3 went out, and it needs by Chris Lattner · 20 years ago
  50. c9b9380 Make this build by Chris Lattner · 20 years ago
  51. 4a2b23e Fix SingleSource/Benchmarks/McGill/chomp by Chris Lattner · 20 years ago
  52. ddef0b3 Build both archive and relinked objects by Reid Spencer · 20 years ago
  53. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  54. a1c972d Fix a nasty dangling pointer problem, due to a free'd pointer being left in by Chris Lattner · 20 years ago
  55. 157b252 Dont' let null nodes sneak past cast instructions by Chris Lattner · 20 years ago
  56. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  57. 68d033c Finegrainify namespacification by Chris Lattner · 20 years ago
  58. fff03c9 Fix a nasty iterator invalidation problem I introduced yesterday. This by Chris Lattner · 20 years ago
  59. cd382a3 Add CallGraphNode::removeAnyCallEdgeTo method by Chris Lattner · 20 years ago
  60. 3795bc9 When changing a function, make sure to update the CallGraphNode for the by Chris Lattner · 20 years ago
  61. 6f7e5eb Implement new changeFunction method, nuke a never implemented one. by Chris Lattner · 20 years ago
  62. 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 20 years ago
  63. 3080b60 Add some assertions by Chris Lattner · 20 years ago
  64. b66e648 Implement an AliasSetTracker::copyValue method by Chris Lattner · 20 years ago
  65. 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 20 years ago
  66. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  67. df9b7bc Fix a bug that caused the pass to go into infinite loops on trivial testcases. by Chris Lattner · 20 years ago
  68. af8a424 Add standard print/dump methods to CallGraph classes. by Chris Lattner · 20 years ago
  69. f0431b0 Hide this option by Chris Lattner · 20 years ago
  70. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  71. d8e1eea Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  72. eb62bc7 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 20 years ago
  73. 730b1ad Fix test/Regression/Analysis/BasicAA/2004-07-28-MustAliasbug.llx by Chris Lattner · 20 years ago
  74. 96d4bf7 Make the create...() functions for some of these passes return a FunctionPass *. by Brian Gaeke · 20 years ago
  75. b0015c5 nuke pointless -debug output by Chris Lattner · 20 years ago
  76. 105d26a Fix conservative assumption, which was quite broken. Also, notice that by Chris Lattner · 20 years ago
  77. 63e9930 Remove a bogus assertion by Chris Lattner · 20 years ago
  78. fe98f27 Complete rewrite of this pass to be faster, use less memory, be easier to by Chris Lattner · 20 years ago
  79. efe30ef Use context-sensitive alias analysis to avoid pessimization in clients of by Chris Lattner · 20 years ago
  80. db5b80a Make basicaa a bit more aggressive by Chris Lattner · 20 years ago
  81. e181b94 basic-aa can actually provide simple mod/ref info by Chris Lattner · 20 years ago
  82. 05e4798 This was implemented back in march by Chris Lattner · 20 years ago
  83. 61d4627 Add some new methods by Chris Lattner · 20 years ago
  84. 34a1005 Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst additions and broke a bunch of programs last night. by Chris Lattner · 20 years ago
  85. 5c88260 Add support for free instructions by Chris Lattner · 20 years ago
  86. b8a31ac Clean up reference counting to stop "leaking" alias sets by Chris Lattner · 20 years ago
  87. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 20 years ago
  88. 6d4b0d7 Add capability to remove aliasing aliassets from an AST by Chris Lattner · 20 years ago
  89. 12c1155 Make the AST interface a bit richer by returning whether an insertion caused by Chris Lattner · 20 years ago
  90. bb8f43c Do not ignore casts unless they are pointer-pointer casts. This caused us by Chris Lattner · 20 years ago
  91. e840434 bug 122: by Reid Spencer · 20 years ago
  92. cb19d67 Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information by Chris Lattner · 20 years ago
  93. ad48cc7 Print modref information in a useful way. by Chris Lattner · 20 years ago
  94. 0e872cb Cleanups: fold two loops into one by Chris Lattner · 20 years ago
  95. f99947c Be compatible with IA64 by Chris Lattner · 20 years ago
  96. 1ff1ff7 Fixes for PR341 by Chris Lattner · 20 years ago
  97. f92791a Fix for PR341 by Chris Lattner · 20 years ago
  98. ce36d55 Bug fixes for PR341 by Chris Lattner · 20 years ago
  99. f70770a Simplify logic. by Chris Lattner · 20 years ago
  100. 5ace1e4 Disable some code that isn't helping matters by Chris Lattner · 20 years ago