1. 0eea618 Reimplement the BU closure to collapse all SCC graphs into a single graph. by Chris Lattner · 21 years ago
  2. 2cb9acd Handle the case where OldNodeMap == &ScalarMap correctly by Chris Lattner · 21 years ago
  3. acbc8c6 Remove dead method by Chris Lattner · 21 years ago
  4. 81d924d Do not delete the same graph multiple times when freeing memory if graphs are sharing by Chris Lattner · 21 years ago
  5. 3d16290 Do not multiply delete graphs if functions are sharing graphs by Chris Lattner · 21 years ago
  6. 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 21 years ago
  7. 4f00818 New testcase by Chris Lattner · 21 years ago
  8. 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 21 years ago
  9. a321b04 Adjust for new DSGraph API by Chris Lattner · 21 years ago
  10. 8bc95a1 Eliminate using declarations, adjust for new DSGraph API by Chris Lattner · 21 years ago
  11. 17fefa3 Substantial revamp: DSGraphs now may contain the graphs for multiple functions by Chris Lattner · 21 years ago
  12. 1a36443 Add argument by Chris Lattner · 21 years ago
  13. 0baec25 Remove prototype for dead method by Chris Lattner · 21 years ago
  14. a834599 Add clean target to clean up my mess by Chris Lattner · 21 years ago
  15. dea8146 Abstract out the predicate which decides whether a function gets complete by Chris Lattner · 21 years ago
  16. 06e24c8 Fix minor bug in previous checkin by Chris Lattner · 21 years ago
  17. 919ffbf Add support for ensuring that nodes are not incomplete by Chris Lattner · 21 years ago
  18. ca29178 This node should not be incomplete! by Chris Lattner · 21 years ago
  19. 9c95e52 New testcase by Chris Lattner · 21 years ago
  20. 5c5b10f Add support for "physical subtyping", which fixes: by Chris Lattner · 21 years ago
  21. 889fb9d Add print method to not get silly warning from analyze by Chris Lattner · 21 years ago
  22. a3a388b New, smaller testcase by Chris Lattner · 21 years ago
  23. 5100dbb New pass which is useful for writing regression tests by Chris Lattner · 21 years ago
  24. b260eb8 New testcase by Chris Lattner · 21 years ago
  25. c151e4f Until there is a setjmp/longjmp transformation pass, codegen setjmp as a noop by Chris Lattner · 21 years ago
  26. dbb6cd1 Fix testcase by Chris Lattner · 21 years ago
  27. 4fe77cd New testcase by Chris Lattner · 21 years ago
  28. 1df3112 Make sure that the global is known to be internal by Chris Lattner · 21 years ago
  29. 5c70dc0 Expose must alias information for global variables, implementing: DSGraph/mustalias.ll by Chris Lattner · 21 years ago
  30. aed2c6d If the alias analysis algorithm we are using can provide MUST alias information, by Chris Lattner · 21 years ago
  31. 62b5c16 Add support for gathering sets of must aliases by Chris Lattner · 21 years ago
  32. 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
  33. 9e762d0 New testcase by Chris Lattner · 21 years ago
  34. 202f2ea Do not chain to basic-aa by Chris Lattner · 21 years ago
  35. 3f6795e Remove obsolete script by Chris Lattner · 21 years ago
  36. 060c1f8 Remove usage of grep-not script by Chris Lattner · 21 years ago
  37. 50e8682 Remove explicit control flow through the use of the 'not' script by Chris Lattner · 21 years ago
  38. 6968672 Move DSGraph tests to test/Regression/Analysis/DSGraph by Chris Lattner · 21 years ago
  39. e9062ad Move files to test/Regression/Analysis/DSGraph by Chris Lattner · 21 years ago
  40. bcafe19 No use in having CFGSimplify and SimplifyCFG directories! by Chris Lattner · 21 years ago
  41. d808e45 Eliminate explicit control flow in tests by Chris Lattner · 21 years ago
  42. ecf2628 Use not instead of grep-not by Chris Lattner · 21 years ago
  43. 5944ba6 Switch tests over to use the 'not' script, instead of explicit control flow by Chris Lattner · 21 years ago
  44. 9272228 Force the interpreter for this testcase by Chris Lattner · 21 years ago
  45. e03d077 Get rid of control flow in the test by Chris Lattner · 21 years ago
  46. 2b142bd New script for testrunner programs by Chris Lattner · 21 years ago
  47. c6cab24 Convert scripts from using explicit control flow to use the new grep-not script by Chris Lattner · 21 years ago
  48. 35f7ba9 Handle quoting right by Chris Lattner · 21 years ago
  49. 45983ee Make the TestRunner tests not print out horrible things when they run by Chris Lattner · 21 years ago
  50. ab1a525 Fix testcase by Chris Lattner · 21 years ago
  51. cf36d1c Initial checkin of grep-not script by Chris Lattner · 21 years ago
  52. d6b7303 Add the test/Scripts directory to the path used by TestRunner by Chris Lattner · 21 years ago
  53. 30eef7d Describe directory by Chris Lattner · 21 years ago
  54. 0bc99d3 Improve the make rule by Chris Lattner · 21 years ago
  55. 312edd3 Propagate globals graph from the local to bu to td globals graphs. This by Chris Lattner · 21 years ago
  56. 5e459db Drop references to globals who do exist in the globals graph, but are never by Chris Lattner · 21 years ago
  57. 72d50a0 Avoid double negatives by Chris Lattner · 21 years ago
  58. 35de11f Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issues by Chris Lattner · 21 years ago
  59. 2769e6c Add new 'isComplete' method by Chris Lattner · 21 years ago
  60. 607411b New testcase by Chris Lattner · 21 years ago
  61. 934fe85 New pass to perform DSA based optimizations. Initially we just support turning by Chris Lattner · 21 years ago
  62. 34e0ada New makefile for Dsgraph tests by Chris Lattner · 21 years ago
  63. 6fd866c Add DSGraph to the tests by Chris Lattner · 21 years ago
  64. e9a64ea Avoid printing out huge structures or arrays if they are just filled with zeros by Chris Lattner · 21 years ago
  65. f460048 Add support for a new zeroinitializer token which can be used to get rid of by Chris Lattner · 21 years ago
  66. 22b1fa0 Add test for new zeroinitializer token by Chris Lattner · 21 years ago
  67. 2fa42a8 jmp_buf is really a pointer type that is passed around... by Chris Lattner · 21 years ago
  68. 9bda5f5 Add support for the Invoke instruction! by Chris Lattner · 21 years ago
  69. 4097b2a9 New testcase for invoke support by Chris Lattner · 21 years ago
  70. 4148819 Preserve compatibility with non-gcc compilers by Chris Lattner · 21 years ago
  71. 76d9f1b Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx by Chris Lattner · 21 years ago
  72. a4610ec New testcase by Chris Lattner · 21 years ago
  73. cf6bac3 Allow the inlining limit to be controlled from the command line! by Chris Lattner · 21 years ago
  74. d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 21 years ago
  75. 3a56364 Added code to the clean rule that deletes files placed in the source directory. by John Criswell · 21 years ago
  76. 2a6530f Added the OPTIONAL_DIRS variable for specifying optional directories to build. by John Criswell · 21 years ago
  77. acd48e4 New testcase that crashes the cfe by Chris Lattner · 21 years ago
  78. d7908f6 Nice tasty llc fixes. These should fix LLC for x86 for everything in by Brian Gaeke · 21 years ago
  79. f818386 Here are the notes from our Reoptimizer meetings. by Brian Gaeke · 21 years ago
  80. c0f33b5 Modify script to support checkins on branches by Chris Lattner · 21 years ago
  81. 5e00157 Number constants from constant pool as CPIf_i where f is the function index by Brian Gaeke · 21 years ago
  82. 102f901 Add a testcase to ensure that ctor/dtor attributes work in C by Chris Lattner · 21 years ago
  83. b12b753 Add support to globaldce for deleting dead function prototypes by Chris Lattner · 21 years ago
  84. 81d4e14 When internalizing global ctor/dtor list, also mark it constant. This is gross, but by Chris Lattner · 21 years ago
  85. dc52353 Run the simplify CFG pass after instcombine which has the effect of deleting by Chris Lattner · 21 years ago
  86. 083de22 New variable which is just the GCCLD tool by Chris Lattner · 21 years ago
  87. 6a2a60a Implement more aggressive folding of constant GEP instructions by Chris Lattner · 21 years ago
  88. 833b8a4 Add support for elimination of load instruction from global constants by Chris Lattner · 21 years ago
  89. b75e1e7 add tests for elimination of loads by Chris Lattner · 21 years ago
  90. 293a33a Move the instcombine pass before globaldce, so that if globals are made dead by instcombine, that they can be deleted. by Chris Lattner · 21 years ago
  91. 5d243c2 Don't register the destructors if the list is empty by Chris Lattner · 21 years ago
  92. bc601fe Integrate the C writer's name mangler. by Brian Gaeke · 21 years ago
  93. 01d79ff First draft of X86 LLC backend. This should be OK for small programs like by Brian Gaeke · 21 years ago
  94. d4c914f Add test for instcombine -1*X -> -X by Chris Lattner · 21 years ago
  95. 0af1fab Instcombine: X * -1 -> -X by Chris Lattner · 21 years ago
  96. 5db61fd Fix bug: LevelRaise/2003-06-25-ExprAnalysis.ll by Chris Lattner · 21 years ago
  97. 262a791 New testcase by Chris Lattner · 21 years ago
  98. 83c39d2 Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll by Chris Lattner · 21 years ago
  99. 4f7ae85 New testcase by Chris Lattner · 21 years ago
  100. f56703b Remove completed tasks by Chris Lattner · 21 years ago