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