1. 8e53948 Move EE dtor where it belongs by Brian Gaeke · 21 years ago
  2. f58815e Interpreter cleanups: by Brian Gaeke · 21 years ago
  3. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 21 years ago
  4. 6c51a36 Avoid printing meaningless numbers by Chris Lattner · 21 years ago
  5. b8565e3 Fix bug where we couldn't print a function without a name by Chris Lattner · 21 years ago
  6. 3e80abe Follow the pattern of all other atu's by Chris Lattner · 21 years ago
  7. a3ad5b2 No need to rescan types when they are created. by Chris Lattner · 21 years ago
  8. 43c2eb7 Final cleanups, document is good to go by Chris Lattner · 21 years ago
  9. 27f71f2 Add a WHOLE lot of updates clarifications and fixes. This is not done but getting closer. I changed the docs to reflect the goal of making unwind an instruction, not an intrinsic. by Chris Lattner · 21 years ago
  10. fde246a hyphenation police visited here by Chris Lattner · 21 years ago
  11. a2f3e1d Another small speedup, this one to: 2.42s by Chris Lattner · 21 years ago
  12. d8d6c76 Don't return bogus references, and don't add an entry to the Concrete map by Chris Lattner · 21 years ago
  13. 1bb6263 Another optimization, speed up the testcase to 2.7s by Chris Lattner · 21 years ago
  14. bc4846d Removal of explicit stack, which requires the method to be a member (so it can by Chris Lattner · 21 years ago
  15. 2a4a4b5 New method by Chris Lattner · 21 years ago
  16. 87ca5fa Remove the "recursive bit", not only is it unused by anyone, it was also by Chris Lattner · 21 years ago
  17. ca37104 Remove the "recursive bit", not only is it unused by anyone, it was also by Chris Lattner · 21 years ago
  18. 22edc39 Added code that makes the bytecode file readable (needed by the generated shell by John Criswell · 21 years ago
  19. 66622be Added the MakeFileReadable() method. by John Criswell · 21 years ago
  20. 9adeccc Added a description of the algorithm. Return failure if the chmod() fails. by John Criswell · 21 years ago
  21. d35b5b5 Modified the code so that it uses the MakeFileExecutable() method. The new by John Criswell · 21 years ago
  22. 6991a03 Added the MakeFileExecutable() method. This method takes a filename and by John Criswell · 21 years ago
  23. de73193 Don't bother doing an exhaustive recursive walk if we are at the limit of what by Chris Lattner · 21 years ago
  24. 11e4050 Ugh, fix bugs. Ok, so the last fix wasn't as great as I thought it was. by Chris Lattner · 21 years ago
  25. 7ba77f2 Further simplifications by Chris Lattner · 21 years ago
  26. dd4b421 Change the code to no longer compute the "type description" immediately when by Chris Lattner · 21 years ago
  27. b44cacb The description is no longer stored directly in the type. by Chris Lattner · 21 years ago
  28. 714a3a6 Remove assertion which is never reached. by Brian Gaeke · 21 years ago
  29. b23043d Dead header file by Chris Lattner · 21 years ago
  30. 145b7dd #include is unnecessary by Chris Lattner · 21 years ago
  31. bf88100 Prototype for creator function got moved by Chris Lattner · 21 years ago
  32. 3dc48c5 Add RPR prototype here by Chris Lattner · 21 years ago
  33. 4f98928 Remove dead file by Chris Lattner · 21 years ago
  34. b7f7296 OptInfo is no longer required by Chris Lattner · 21 years ago
  35. 84be5ad No longer provide an optinfo, noone uses it by Chris Lattner · 21 years ago
  36. c5dc890 No longer require an OptInfo by Chris Lattner · 21 years ago
  37. a89d8f7 Inline simple comparison which is sparc specific anyway by Chris Lattner · 21 years ago
  38. be4063b Don't build dead directories by Chris Lattner · 21 years ago
  39. 5ab12b5 Remove header files that were privatized by Chris Lattner · 21 years ago
  40. 67699ff Move private interfaces into private .h file by Chris Lattner · 21 years ago
  41. 253aef8e Preselection is now integrated into the Sparc target library by Chris Lattner · 21 years ago
  42. 79a4e8e Remove dead library makefile by Chris Lattner · 21 years ago
  43. 02b8135 Remove makefile for dead library by Chris Lattner · 21 years ago
  44. 0748a39 Sparc peephole optimizer moved out of post-opts library into Sparc target library by Chris Lattner · 21 years ago
  45. e96e263 Simplify code a bit by Chris Lattner · 21 years ago
  46. 1a3350d This file is never #included by Chris Lattner · 21 years ago
  47. 84681f1 LiveRange.h is now in lib/CodeGen/RegAlloc by Chris Lattner · 21 years ago
  48. 47c9751 This file is hopelessly out of date by Chris Lattner · 21 years ago
  49. 893f954 LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory by Chris Lattner · 21 years ago
  50. 70b2f56 PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc by Chris Lattner · 21 years ago
  51. c083dcc Move IGNode from public include directory to here. Minor cleanups like adding std:: namespace qualifiers by Chris Lattner · 21 years ago
  52. bcc6dec IGNode got moved to lib/CodeGen/RegAlloc by Chris Lattner · 21 years ago
  53. fdba393 This file just needs LiveRange.h not IGNode.h by Chris Lattner · 21 years ago
  54. 87d50f0 No longer include IGNode.h in the Sparc global header by Chris Lattner · 21 years ago
  55. 758fefc Final cleanup: remove dead code by Chris Lattner · 21 years ago
  56. 273328e Not only is this a lot smaller, it actually works if there is already a by Chris Lattner · 21 years ago
  57. a0201ea Dead files by Chris Lattner · 21 years ago
  58. 09a6705 If "These should be used only by the auto-parallelization pass", we might as by Chris Lattner · 21 years ago
  59. 60a3518 Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not by Chris Lattner · 21 years ago
  60. b50b8b1 This file is just a subset of Cilkifier.h by Chris Lattner · 21 years ago
  61. aa92145 Minor cleanups Do not #include Parallelize.h, it's just a subset of Cilkifier.h by Chris Lattner · 21 years ago
  62. 01112bd Other minor cleanups while I'm in the area by Chris Lattner · 21 years ago
  63. c87c80d Fix spell-o by Chris Lattner · 21 years ago
  64. 8c8418d Remove gross old hacky code that was in there for backwards compatibility by Chris Lattner · 21 years ago
  65. 2dbfa03 Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass. by Chris Lattner · 21 years ago
  66. 2757af2 Change the RaiseAllocations pass from being a BasicBlockPass to being a Pass by Chris Lattner · 21 years ago
  67. 36f18ae Remove the -stopAfterNPasses option, which has been long obsoleted by bugpoint by Chris Lattner · 21 years ago
  68. cf37c23 * move the dead-type-eliminate passes to the end, where they are more useful by Chris Lattner · 21 years ago
  69. 3186d27 Fix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll by Chris Lattner · 21 years ago
  70. 84991f3 New testcase by Chris Lattner · 21 years ago
  71. 5714c97 Replace M with F when refering to functions by Chris Lattner · 21 years ago
  72. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 21 years ago
  73. ff8fc07 ELIMINATE the SCC class completely. One less thing deriving from std::vector by Chris Lattner · 21 years ago
  74. 729d73d Don't explicitly use the SCC class by Chris Lattner · 21 years ago
  75. 56ef49f Remove dead var by Chris Lattner · 21 years ago
  76. 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 21 years ago
  77. 94d1092 Move the HasLoop method from the SCC class to the iterator class by Chris Lattner · 21 years ago
  78. fe8d880 Remove explicit passing of SCC's around as objects. by Chris Lattner · 21 years ago
  79. 0c6a271 This should use Support/iterator, not <iterator> by Chris Lattner · 21 years ago
  80. 1da3398 Cleanups, move the getAnalysisUsage method to the .cpp file by Chris Lattner · 21 years ago
  81. 95008bc Move the getAnalysisUsage method from the header file by Chris Lattner · 21 years ago
  82. a04e51f Fix an FLAT OUT WRONG comment by Chris Lattner · 21 years ago
  83. 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 21 years ago
  84. b55cae2 * Cleanups by Chris Lattner · 21 years ago
  85. 0c0023b Minor cleanups Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 21 years ago
  86. 8d0a23a Indent classes correctly in the namespace by Chris Lattner · 21 years ago
  87. 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 21 years ago
  88. 237ef56 Heavily refactor code: by Chris Lattner · 21 years ago
  89. fa7f524 Add accessor function for the PruneEH pass by Chris Lattner · 21 years ago
  90. f6fb96f Add accessor function by Chris Lattner · 21 years ago
  91. 483cb51 New testcase for annoying structure layout stuff! by Chris Lattner · 21 years ago
  92. c6c804b Minor simplification by Chris Lattner · 21 years ago
  93. 3e64b2e Initial checkin of the -prune-eh pass, a very simple exception handling removal pass by Chris Lattner · 21 years ago
  94. 0c21021 new tests by Chris Lattner · 21 years ago
  95. 2b77105 Add tests for the pruneeh pass by Chris Lattner · 21 years ago
  96. 4a81067 Initial checkin of the CallGraphSCCPass class by Chris Lattner · 21 years ago
  97. 22ab2a1 Remove usage of unsigned long: unsigned should be enough! by Chris Lattner · 21 years ago
  98. ca82e6c This file uses cerr without including <iostream>. Since it's just for debugging, comment it out by Chris Lattner · 21 years ago
  99. 5636eec s/Meth/F by Chris Lattner · 21 years ago
  100. a15854c ScalarRepl does not modify the CFG. Say so! by Chris Lattner · 21 years ago