1. cb27f1e Fixed a broken hyperlink. by John Criswell · 21 years ago
  2. c019f9b TD pass keeps track of which functions have complete arguments by Chris Lattner · 21 years ago
  3. b512b24 Add new operator= impl by Chris Lattner · 21 years ago
  4. 5fd6091 Fix bug: Regression/Other/2002-03-11-ExprAssertion.ll by Chris Lattner · 21 years ago
  5. 7b702b8 Fix testcase failing because of change of output by Chris Lattner · 21 years ago
  6. 2d4ebb2 Updated the name of the LLVM disassembler so that the test does not fail. by John Criswell · 21 years ago
  7. edc3c3d new testcase by Chris Lattner · 21 years ago
  8. 487bc8f Move to test/programs/LLvmsource by Chris Lattner · 21 years ago
  9. e2fe664 Ok, I'm a moron. Fixed now by Chris Lattner · 21 years ago
  10. 985d312 Fix major problem that was causing all kinds of nasty foldings by Chris Lattner · 21 years ago
  11. 7d63ac6 Make testcase a bit more interesting by Chris Lattner · 21 years ago
  12. 993251e New testcase by Chris Lattner · 21 years ago
  13. 18f07a1 Rework TD pass to work with the precise call graph constructed by the BU phase by Chris Lattner · 21 years ago
  14. b6734b2 Do not treat global variables as functions! (and assert failing) by Chris Lattner · 21 years ago
  15. d9dad2c Dont' print scalar nodes for ConstantPointerRefs by Chris Lattner · 21 years ago
  16. 17d5d86 Add new methods to BUDS for keeping track of a precise call graph by Chris Lattner · 21 years ago
  17. 5d5b6d6 Minor cleanups by Chris Lattner · 21 years ago
  18. 42815c8 Update to configure the tree before building it. by Chris Lattner · 21 years ago
  19. b812e76 The Makefile now adds autoconf information to the compiler and linker flag by John Criswell · 21 years ago
  20. f4ccd99 Renamed all of the LObj* variables (which represent libtool objects) to Obj*. by John Criswell · 21 years ago
  21. 84a1b88 Fix verbose support bug by Chris Lattner · 21 years ago
  22. 49bf862 Removed the LIBS environment variable as it interferes with the tests and by John Criswell · 21 years ago
  23. dd899fa Added John Criswell to the contributors list. by John Criswell · 21 years ago
  24. 0d0513b Removed the --enable-profiling and --enable-verbose options. by John Criswell · 21 years ago
  25. 90ee0ad Removed the --enable-verbose option. by John Criswell · 21 years ago
  26. 723ccd6 Adding in sample project tree. by John Criswell · 21 years ago
  27. 2f8b417 Adding in projects subtree. by John Criswell · 21 years ago
  28. b4a25f3 This causes an assert in the assembler. :( by Chris Lattner · 21 years ago
  29. 8f063e4 Removed these files as they are replaced by autoconf. by John Criswell · 21 years ago
  30. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  31. eb093fb Setjmp should always return zero if we don't implement longjmp. This avoids by Chris Lattner · 21 years ago
  32. 02c26b6 Get rid of the duplicate '0x' in debug mode. by Brian Gaeke · 21 years ago
  33. b1aa8ac Spell `apparently' with an `e'. by Misha Brukman · 21 years ago
  34. 69134dc New testcase by Chris Lattner · 21 years ago
  35. 98f0ef5 Add dependency on analyze by Chris Lattner · 21 years ago
  36. 6681e98 Use the getFunctionNames method by Chris Lattner · 21 years ago
  37. a9d6566 Add new method by Chris Lattner · 21 years ago
  38. 2b4c8df Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit by Chris Lattner · 21 years ago
  39. 9f93055 Be more const-correct by Chris Lattner · 21 years ago
  40. 332f0aa Be more const correct by Chris Lattner · 21 years ago
  41. 7b1ceaa Fix bug in last checkin by Chris Lattner · 21 years ago
  42. fa45c7a Constness changes by Chris Lattner · 21 years ago
  43. 0eea618 Reimplement the BU closure to collapse all SCC graphs into a single graph. by Chris Lattner · 21 years ago
  44. 2cb9acd Handle the case where OldNodeMap == &ScalarMap correctly by Chris Lattner · 21 years ago
  45. acbc8c6 Remove dead method by Chris Lattner · 21 years ago
  46. 81d924d Do not delete the same graph multiple times when freeing memory if graphs are sharing by Chris Lattner · 21 years ago
  47. 3d16290 Do not multiply delete graphs if functions are sharing graphs by Chris Lattner · 21 years ago
  48. 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 21 years ago
  49. 4f00818 New testcase by Chris Lattner · 21 years ago
  50. 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 21 years ago
  51. a321b04 Adjust for new DSGraph API by Chris Lattner · 21 years ago
  52. 8bc95a1 Eliminate using declarations, adjust for new DSGraph API by Chris Lattner · 21 years ago
  53. 17fefa3 Substantial revamp: DSGraphs now may contain the graphs for multiple functions by Chris Lattner · 21 years ago
  54. 1a36443 Add argument by Chris Lattner · 21 years ago
  55. 0baec25 Remove prototype for dead method by Chris Lattner · 21 years ago
  56. a834599 Add clean target to clean up my mess by Chris Lattner · 21 years ago
  57. dea8146 Abstract out the predicate which decides whether a function gets complete by Chris Lattner · 21 years ago
  58. 06e24c8 Fix minor bug in previous checkin by Chris Lattner · 21 years ago
  59. 919ffbf Add support for ensuring that nodes are not incomplete by Chris Lattner · 21 years ago
  60. ca29178 This node should not be incomplete! by Chris Lattner · 21 years ago
  61. 9c95e52 New testcase by Chris Lattner · 21 years ago
  62. 5c5b10f Add support for "physical subtyping", which fixes: by Chris Lattner · 21 years ago
  63. 889fb9d Add print method to not get silly warning from analyze by Chris Lattner · 21 years ago
  64. a3a388b New, smaller testcase by Chris Lattner · 21 years ago
  65. 5100dbb New pass which is useful for writing regression tests by Chris Lattner · 21 years ago
  66. b260eb8 New testcase by Chris Lattner · 21 years ago
  67. c151e4f Until there is a setjmp/longjmp transformation pass, codegen setjmp as a noop by Chris Lattner · 21 years ago
  68. dbb6cd1 Fix testcase by Chris Lattner · 21 years ago
  69. 4fe77cd New testcase by Chris Lattner · 21 years ago
  70. 1df3112 Make sure that the global is known to be internal by Chris Lattner · 21 years ago
  71. 5c70dc0 Expose must alias information for global variables, implementing: DSGraph/mustalias.ll by Chris Lattner · 21 years ago
  72. aed2c6d If the alias analysis algorithm we are using can provide MUST alias information, by Chris Lattner · 21 years ago
  73. 62b5c16 Add support for gathering sets of must aliases by Chris Lattner · 21 years ago
  74. 1842a90 Count operands to instructions as well as just results. This allows for global variables to be checked as well by Chris Lattner · 21 years ago
  75. 9e762d0 New testcase by Chris Lattner · 21 years ago
  76. 202f2ea Do not chain to basic-aa by Chris Lattner · 21 years ago
  77. 3f6795e Remove obsolete script by Chris Lattner · 21 years ago
  78. 060c1f8 Remove usage of grep-not script by Chris Lattner · 21 years ago
  79. 50e8682 Remove explicit control flow through the use of the 'not' script by Chris Lattner · 21 years ago
  80. 6968672 Move DSGraph tests to test/Regression/Analysis/DSGraph by Chris Lattner · 21 years ago
  81. e9062ad Move files to test/Regression/Analysis/DSGraph by Chris Lattner · 21 years ago
  82. bcafe19 No use in having CFGSimplify and SimplifyCFG directories! by Chris Lattner · 21 years ago
  83. d808e45 Eliminate explicit control flow in tests by Chris Lattner · 21 years ago
  84. ecf2628 Use not instead of grep-not by Chris Lattner · 21 years ago
  85. 5944ba6 Switch tests over to use the 'not' script, instead of explicit control flow by Chris Lattner · 21 years ago
  86. 9272228 Force the interpreter for this testcase by Chris Lattner · 21 years ago
  87. e03d077 Get rid of control flow in the test by Chris Lattner · 21 years ago
  88. 2b142bd New script for testrunner programs by Chris Lattner · 21 years ago
  89. c6cab24 Convert scripts from using explicit control flow to use the new grep-not script by Chris Lattner · 21 years ago
  90. 35f7ba9 Handle quoting right by Chris Lattner · 21 years ago
  91. 45983ee Make the TestRunner tests not print out horrible things when they run by Chris Lattner · 21 years ago
  92. ab1a525 Fix testcase by Chris Lattner · 21 years ago
  93. cf36d1c Initial checkin of grep-not script by Chris Lattner · 21 years ago
  94. d6b7303 Add the test/Scripts directory to the path used by TestRunner by Chris Lattner · 21 years ago
  95. 30eef7d Describe directory by Chris Lattner · 21 years ago
  96. 0bc99d3 Improve the make rule by Chris Lattner · 21 years ago
  97. 312edd3 Propagate globals graph from the local to bu to td globals graphs. This by Chris Lattner · 21 years ago
  98. 5e459db Drop references to globals who do exist in the globals graph, but are never by Chris Lattner · 21 years ago
  99. 72d50a0 Avoid double negatives by Chris Lattner · 21 years ago
  100. 35de11f Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issues by Chris Lattner · 21 years ago