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