1. 0748a39 Sparc peephole optimizer moved out of post-opts library into Sparc target library by Chris Lattner · 21 years ago
  2. e96e263 Simplify code a bit by Chris Lattner · 21 years ago
  3. 1a3350d This file is never #included by Chris Lattner · 21 years ago
  4. 84681f1 LiveRange.h is now in lib/CodeGen/RegAlloc by Chris Lattner · 21 years ago
  5. 47c9751 This file is hopelessly out of date by Chris Lattner · 21 years ago
  6. 893f954 LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory by Chris Lattner · 21 years ago
  7. 70b2f56 PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc by Chris Lattner · 21 years ago
  8. c083dcc Move IGNode from public include directory to here. Minor cleanups like adding std:: namespace qualifiers by Chris Lattner · 21 years ago
  9. bcc6dec IGNode got moved to lib/CodeGen/RegAlloc by Chris Lattner · 21 years ago
  10. fdba393 This file just needs LiveRange.h not IGNode.h by Chris Lattner · 21 years ago
  11. 87d50f0 No longer include IGNode.h in the Sparc global header by Chris Lattner · 21 years ago
  12. 758fefc Final cleanup: remove dead code by Chris Lattner · 21 years ago
  13. 273328e Not only is this a lot smaller, it actually works if there is already a by Chris Lattner · 21 years ago
  14. a0201ea Dead files by Chris Lattner · 21 years ago
  15. 09a6705 If "These should be used only by the auto-parallelization pass", we might as by Chris Lattner · 21 years ago
  16. 60a3518 Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not by Chris Lattner · 21 years ago
  17. b50b8b1 This file is just a subset of Cilkifier.h by Chris Lattner · 21 years ago
  18. aa92145 Minor cleanups Do not #include Parallelize.h, it's just a subset of Cilkifier.h by Chris Lattner · 21 years ago
  19. 01112bd Other minor cleanups while I'm in the area by Chris Lattner · 21 years ago
  20. c87c80d Fix spell-o by Chris Lattner · 21 years ago
  21. 8c8418d Remove gross old hacky code that was in there for backwards compatibility by Chris Lattner · 21 years ago
  22. 2dbfa03 Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass. by Chris Lattner · 21 years ago
  23. 2757af2 Change the RaiseAllocations pass from being a BasicBlockPass to being a Pass by Chris Lattner · 21 years ago
  24. 36f18ae Remove the -stopAfterNPasses option, which has been long obsoleted by bugpoint by Chris Lattner · 21 years ago
  25. cf37c23 * move the dead-type-eliminate passes to the end, where they are more useful by Chris Lattner · 21 years ago
  26. 3186d27 Fix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll by Chris Lattner · 21 years ago
  27. 84991f3 New testcase by Chris Lattner · 21 years ago
  28. 5714c97 Replace M with F when refering to functions by Chris Lattner · 21 years ago
  29. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 21 years ago
  30. ff8fc07 ELIMINATE the SCC class completely. One less thing deriving from std::vector by Chris Lattner · 21 years ago
  31. 729d73d Don't explicitly use the SCC class by Chris Lattner · 21 years ago
  32. 56ef49f Remove dead var by Chris Lattner · 21 years ago
  33. 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 21 years ago
  34. 94d1092 Move the HasLoop method from the SCC class to the iterator class by Chris Lattner · 21 years ago
  35. fe8d880 Remove explicit passing of SCC's around as objects. by Chris Lattner · 21 years ago
  36. 0c6a271 This should use Support/iterator, not <iterator> by Chris Lattner · 21 years ago
  37. 1da3398 Cleanups, move the getAnalysisUsage method to the .cpp file by Chris Lattner · 21 years ago
  38. 95008bc Move the getAnalysisUsage method from the header file by Chris Lattner · 21 years ago
  39. a04e51f Fix an FLAT OUT WRONG comment by Chris Lattner · 21 years ago
  40. 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 21 years ago
  41. b55cae2 * Cleanups by Chris Lattner · 21 years ago
  42. 0c0023b Minor cleanups Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 21 years ago
  43. 8d0a23a Indent classes correctly in the namespace by Chris Lattner · 21 years ago
  44. 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 21 years ago
  45. 237ef56 Heavily refactor code: by Chris Lattner · 21 years ago
  46. fa7f524 Add accessor function for the PruneEH pass by Chris Lattner · 21 years ago
  47. f6fb96f Add accessor function by Chris Lattner · 21 years ago
  48. 483cb51 New testcase for annoying structure layout stuff! by Chris Lattner · 21 years ago
  49. c6c804b Minor simplification by Chris Lattner · 21 years ago
  50. 3e64b2e Initial checkin of the -prune-eh pass, a very simple exception handling removal pass by Chris Lattner · 21 years ago
  51. 0c21021 new tests by Chris Lattner · 21 years ago
  52. 2b77105 Add tests for the pruneeh pass by Chris Lattner · 21 years ago
  53. 4a81067 Initial checkin of the CallGraphSCCPass class by Chris Lattner · 21 years ago
  54. 22ab2a1 Remove usage of unsigned long: unsigned should be enough! by Chris Lattner · 21 years ago
  55. ca82e6c This file uses cerr without including <iostream>. Since it's just for debugging, comment it out by Chris Lattner · 21 years ago
  56. 5636eec s/Meth/F by Chris Lattner · 21 years ago
  57. a15854c ScalarRepl does not modify the CFG. Say so! by Chris Lattner · 21 years ago
  58. 7d8a86a Use new interface, simplifies code by Chris Lattner · 21 years ago
  59. 0346364 Use the new interface, simplifies code by Chris Lattner · 21 years ago
  60. 30aef42 Use the new interface, simplifies code Delete a bunch of commented out code by Chris Lattner · 21 years ago
  61. 5f07c87 Use the new interface, simplifies code by Chris Lattner · 21 years ago
  62. 0ae8e87 Implement new method by Chris Lattner · 21 years ago
  63. 12d40d2 Add new helper function which makes it even easier to do this sort of thing by Chris Lattner · 21 years ago
  64. 7b3092d Urg, forgot to add a file header somehow. Add missing function comments by Chris Lattner · 21 years ago
  65. 214191f initial checkin of SJLJ exception handling runtime by Chris Lattner · 21 years ago
  66. ed499d2 Rename LongJmpException -> SJLJException by Chris Lattner · 21 years ago
  67. 7a9fd01 we don't need this here by Chris Lattner · 21 years ago
  68. 7f45519 Move language independent exception handling routines OUT of C++Exception.cpp by Chris Lattner · 21 years ago
  69. e86159d File was renamed by Chris Lattner · 21 years ago
  70. ea0721c Rename files to be capitalized now that they are C++ by Chris Lattner · 21 years ago
  71. d6ddfb2 Initial checkin of the SJLJ EH interface by Chris Lattner · 21 years ago
  72. 1f9336e New testcase *sigh* by Chris Lattner · 21 years ago
  73. df97919 New, HARD, bitfield testcase by Chris Lattner · 21 years ago
  74. 2fdd3c0 Yet another bit-field bug by Chris Lattner · 21 years ago
  75. 450e4f5 minor simplification by Chris Lattner · 21 years ago
  76. 8796783 Test case distilled from sed. by Misha Brukman · 21 years ago
  77. cec2eb2 Testcase distilled from xemacs. by Misha Brukman · 21 years ago
  78. 402f151 Added a dummy version of libcurses. by Misha Brukman · 21 years ago
  79. efe98e9 Added dummy termcap library. by Misha Brukman · 21 years ago
  80. 9e8d1ac New testcase by Chris Lattner · 21 years ago
  81. 4f40cf4 Use `llvm-dis' instead of simply `dis'. by Misha Brukman · 21 years ago
  82. 004caf4 Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4 doesn't want us to do this unless Module has been #included by Chris Lattner · 21 years ago
  83. 3a9ce67 "Help keep our secrets secret." by John Criswell · 21 years ago
  84. 6666a04 There is no reason for this to be a pass! by Chris Lattner · 21 years ago
  85. df9ec10 Move getAnalysisToUpdate to after the definition of AnalysisResolver. by Chris Lattner · 21 years ago
  86. 40c6fb6 Fix compilation problems with G++ 3.4 by Chris Lattner · 21 years ago
  87. 15444a9 Slightly simplify make logic by Chris Lattner · 21 years ago
  88. 287d111 Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll by Chris Lattner · 21 years ago
  89. 23f3a49 Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution. by Chris Lattner · 21 years ago
  90. 6ac02a9 Allow for "unsafe" replaceAllUsesWith operatations, for use during type resolution by Chris Lattner · 21 years ago
  91. 205f9fc Yet ANOTHER complication that the libstdc++ library runs into linking... by Chris Lattner · 21 years ago
  92. ad217a4 Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll by Chris Lattner · 21 years ago
  93. 2bc065b Refactor code to make it useful outside of Constants.cpp by Chris Lattner · 21 years ago
  94. 94949da Add new method by Chris Lattner · 21 years ago
  95. 38e3fd3 Ok, the last bug fix was not good enough to fix libstdc++. Maybe this one will be by Chris Lattner · 21 years ago
  96. 652f032 Fix bug: Linker/2003-08-28-TypeResolvesGlobal.ll by Chris Lattner · 21 years ago
  97. 0c49b89 New testcase which is preventing the linking of libstdc++ by Chris Lattner · 21 years ago
  98. cfd67c9 * Use alloca() to force GCC not to eliminate frame pointer by Misha Brukman · 21 years ago
  99. 7905a6e NEw testcase by Chris Lattner · 21 years ago
  100. 77e94d6 New testcase, not only possible of causing compilation failures, but could by Chris Lattner · 21 years ago