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