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