1. 0f777ab Make steensgaards performance not shameful by Chris Lattner · 23 years ago
  2. 1e56c54 Don't insert null entries into the scalar map for constexpr (cast null to Ty) by Chris Lattner · 23 years ago
  3. 638b381 Allow printing of various types of alias analysis results by Chris Lattner · 23 years ago
  4. 762d2f0 Implement knowledge in BasicAA that &A->field != &A and (P+1) != P by Chris Lattner · 23 years ago
  5. 44f3402 - Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2] by Chris Lattner · 23 years ago
  6. af28351 Switch to using the right call vector by Chris Lattner · 23 years ago
  7. e0fbd48 Fix major bugs in incompleteness marking that were pessimizing results by Chris Lattner · 23 years ago
  8. 47a307a Print out the steens graph if -debug is specified by Chris Lattner · 23 years ago
  9. 93d7a21 * Fix a bug where global incompleteness marking would not mark the global by Chris Lattner · 23 years ago
  10. e77f145 Add a special case for main because we know it's incoming arguments don't alias by Chris Lattner · 23 years ago
  11. 1ef0da2 Fix a bug where we would mark the callees arguments incomplete if the caller was external. by Chris Lattner · 23 years ago
  12. 2c1d7cf Fix division by zero problem by Chris Lattner · 23 years ago
  13. 6022ef4 Remove explicit result counters by Chris Lattner · 23 years ago
  14. ca3f790 Add a flag which effectively disables field sensitivity by Chris Lattner · 23 years ago
  15. 1dbd1b8 Don't bother counting alias results, allow the AliasAnalysisCounter to do that. by Chris Lattner · 23 years ago
  16. a89feb5 Allow counting multiple passes, and print the pass name counted by Chris Lattner · 23 years ago
  17. 70e332d New general purpose alias analysis result auditor by Chris Lattner · 23 years ago
  18. 68963a4 Add a summary by Chris Lattner · 23 years ago
  19. 9798ca5 Simple N^2 alias anlysis accuracy checker by Chris Lattner · 23 years ago
  20. 5d27458 Fix an assertion failure by Chris Lattner · 23 years ago
  21. 923fc05 Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
  22. b8925bc Remove bogus assertion by Chris Lattner · 23 years ago
  23. 878e521 Fix a huge bug with handling non-pointer instructions by Chris Lattner · 23 years ago
  24. 24d8007 Make the TD pass not include all of the call nodes from the local pass, by Chris Lattner · 23 years ago
  25. f52ade9 Add sanity check by Chris Lattner · 23 years ago
  26. e6c0b5d Fix steensgaard to work on a lot more cases... by Chris Lattner · 23 years ago
  27. 714752f Fix printing of nonfunction graphs by Chris Lattner · 23 years ago
  28. 0a91e63 Rename variable by Chris Lattner · 23 years ago
  29. 4923d1b Hack to work around deficiency in pass infrastructure by Chris Lattner · 23 years ago
  30. 8105cfb Initial implementation of ds-aa by Chris Lattner · 23 years ago
  31. dc1ad19 Add statistics to basicAA pass by Chris Lattner · 23 years ago
  32. 1e88369 * Fix a bug introduced in the last checkin wrt Stack markers by Chris Lattner · 23 years ago
  33. 0ac7d5c Implement the globals graph! by Chris Lattner · 23 years ago
  34. 20167e3 Add better debug output by Chris Lattner · 23 years ago
  35. 32d10dd Be a bit more specific in caption by Chris Lattner · 23 years ago
  36. 7094b7a Fix a bug where we would delete neccesary calls in bu pass by Chris Lattner · 23 years ago
  37. 706e7ab Fix a bug where we would incorrectly delete globals which had edges to alive nodes in by Chris Lattner · 23 years ago
  38. d4400c8 Delete nodes more efficiently by Chris Lattner · 23 years ago
  39. 5e7d0e2 Remove dead nodes more efficiently by Chris Lattner · 23 years ago
  40. a1220af Improve efficiency of aliveness traversal code by Chris Lattner · 23 years ago
  41. 41c04f7 Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
  42. b3416bc Remove using declarations by Chris Lattner · 23 years ago
  43. 100f872 Remove globals on the bottom up pass which do not contain any information by Chris Lattner · 23 years ago
  44. 11d71ed Add functions to the ban list by Chris Lattner · 23 years ago
  45. 5c7380e Use and implement API for graph traversals by Chris Lattner · 23 years ago
  46. 3f24d7a free instructions mark their operands as being heap nodes. by Chris Lattner · 23 years ago
  47. 381977d * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
  48. 394471f * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
  49. 7876458 Slight efficiency improvement by Chris Lattner · 23 years ago
  50. 6f6fef8 Fix analysis of the Burg program by Chris Lattner · 23 years ago
  51. 92ba2aa Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLiveVarInfo.h by Chris Lattner · 23 years ago
  52. 8143d8f Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h by Chris Lattner · 23 years ago
  53. 2c1378c Move annotations to support library by Chris Lattner · 23 years ago
  54. f4445df 'graph' is spelled without a 'c'. by Misha Brukman · 23 years ago
  55. 3fc4645 Remove #includes by Chris Lattner · 23 years ago
  56. e12c74c This file implements a pass that automatically parallelizes a program, by Vikram S. Adve · 23 years ago
  57. 0d4f766 Iterator that enumerates the ProgramDependenceGraph (PDG) for a function, by Vikram S. Adve · 23 years ago
  58. 96b21c1 An explicit representation of dependence graphs, and a pass that by Vikram S. Adve · 23 years ago
  59. a1af8bd Add total instruction, bb, & function counts by Chris Lattner · 23 years ago
  60. bac0622 Two bug fixes: by Vikram S. Adve · 23 years ago
  61. 2b7a92c Fix several related bugs in DSNode::mergeWith() caused by the by Vikram S. Adve · 23 years ago
  62. c102cb7 Cute bug fix: when moving links from N to this, some links could have by Vikram S. Adve · 23 years ago
  63. 149a520 Simplify code by Chris Lattner · 23 years ago
  64. 61ff029 Fix logical error in TD pass: we should clear Mod/Ref bits of each caller by Vikram S. Adve · 23 years ago
  65. 9a96428 (1) Bug fix that was causing nodes with dangling references to be freed. by Vikram S. Adve · 23 years ago
  66. e31267d Keep global nodes in each DS Graph (by forcing them to be marked live). by Vikram S. Adve · 23 years ago
  67. 1855292 Add peak memory usage measurement stuff Add structure padding optimizations by Chris Lattner · 23 years ago
  68. 4fe3461 Add peak memory usage support by Chris Lattner · 23 years ago
  69. 49a1ed0 Add stats by Chris Lattner · 23 years ago
  70. ed806bf Add hack to only consider indirect calls indirect if they do more than cast by Chris Lattner · 23 years ago
  71. ae5f603 Add MaxSCC statistics by Chris Lattner · 23 years ago
  72. db85e38 Count CallInsts correctly, remove unneccesary initializers by Chris Lattner · 23 years ago
  73. e555460 Gives the count for various instructions. by Dinakar Dhurjati · 23 years ago
  74. 586aa3c Pass to compute various statisics related to DSGraphs. by Vikram S. Adve · 23 years ago
  75. 5f1f2c6 Inline graphs from outside the SCC into the SCC before SCC resolution starts by Chris Lattner · 23 years ago
  76. 5190ce8 Fix two bugs: by Chris Lattner · 23 years ago
  77. 3ba8893 Fix bug by Chris Lattner · 23 years ago
  78. 0ecc426 Handle a mismatch between # function args and call site args by Chris Lattner · 23 years ago
  79. e425844 Elimiante calls to a node with nothing in it. by Chris Lattner · 23 years ago
  80. a9c9c02 Complete rewrite of BU code to use Tarjan's SCC finding algorithm to drive by Chris Lattner · 23 years ago
  81. e71ffc2 Mark stuff reachable by _AUX_ calls as incomplete in the BU graph by Chris Lattner · 23 years ago
  82. 8a5db46 Fix infinite loop in the BU algorithm. Unfortunately this dies a serious by Chris Lattner · 23 years ago
  83. 6052594 Print the right call set size by Chris Lattner · 23 years ago
  84. 998c49c Use call site mergeWith method to simplify code by Chris Lattner · 23 years ago
  85. d11e954 Fix a bug that could trigger when varargs call sites had non-matching number of arguments by Chris Lattner · 23 years ago
  86. aa8146f * Dramatically rework liveness evaluation. by Chris Lattner · 23 years ago
  87. 4f7815f Honor the shouldPrintAuxCalls flag by Chris Lattner · 23 years ago
  88. 2a06886 Initialize PrintAuxCalls member by Chris Lattner · 23 years ago
  89. a107905 * Bottom-Up graphs print the Aux call vector by Chris Lattner · 23 years ago
  90. f40f0a3 eliminate the ability to remove global nodes from deadNodeElminate... for now. by Chris Lattner · 23 years ago
  91. dd39848 Remove obsolete code by Chris Lattner · 23 years ago
  92. f76e754 Fix logic by Chris Lattner · 23 years ago
  93. aa0b468 Add globals graphs to all three passes by Chris Lattner · 23 years ago
  94. 7900ed1 Move maskNodeTypes to header file by Chris Lattner · 23 years ago
  95. 65f2897 Clean up DSGraph::removeDeadNodes interface by Chris Lattner · 23 years ago
  96. 9651725 Make removeTriviallyDeadNodes a private interface of DSGraph by Chris Lattner · 23 years ago
  97. 2cfbaaf Don't put constants into the scalar map! by Chris Lattner · 23 years ago
  98. 2e4f9bf Add initial support for a globals graph by Chris Lattner · 23 years ago
  99. d888893 Tighten up array handling by Chris Lattner · 23 years ago
  100. 0779ba6 #include Datastructure.h first by Chris Lattner · 23 years ago