1. 1bb6263 Another optimization, speed up the testcase to 2.7s by Chris Lattner · 21 years ago
  2. bc4846d Removal of explicit stack, which requires the method to be a member (so it can by Chris Lattner · 21 years ago
  3. 87ca5fa Remove the "recursive bit", not only is it unused by anyone, it was also by Chris Lattner · 21 years ago
  4. 66622be Added the MakeFileReadable() method. by John Criswell · 21 years ago
  5. 9adeccc Added a description of the algorithm. Return failure if the chmod() fails. by John Criswell · 21 years ago
  6. 6991a03 Added the MakeFileExecutable() method. This method takes a filename and by John Criswell · 21 years ago
  7. de73193 Don't bother doing an exhaustive recursive walk if we are at the limit of what by Chris Lattner · 21 years ago
  8. 11e4050 Ugh, fix bugs. Ok, so the last fix wasn't as great as I thought it was. by Chris Lattner · 21 years ago
  9. 7ba77f2 Further simplifications by Chris Lattner · 21 years ago
  10. dd4b421 Change the code to no longer compute the "type description" immediately when by Chris Lattner · 21 years ago
  11. 714a3a6 Remove assertion which is never reached. by Brian Gaeke · 21 years ago
  12. bf88100 Prototype for creator function got moved by Chris Lattner · 21 years ago
  13. b7f7296 OptInfo is no longer required by Chris Lattner · 21 years ago
  14. 84be5ad No longer provide an optinfo, noone uses it by Chris Lattner · 21 years ago
  15. a89d8f7 Inline simple comparison which is sparc specific anyway by Chris Lattner · 21 years ago
  16. be4063b Don't build dead directories by Chris Lattner · 21 years ago
  17. 67699ff Move private interfaces into private .h file by Chris Lattner · 21 years ago
  18. 253aef8e Preselection is now integrated into the Sparc target library by Chris Lattner · 21 years ago
  19. 79a4e8e Remove dead library makefile by Chris Lattner · 21 years ago
  20. 02b8135 Remove makefile for dead library by Chris Lattner · 21 years ago
  21. 0748a39 Sparc peephole optimizer moved out of post-opts library into Sparc target library by Chris Lattner · 21 years ago
  22. e96e263 Simplify code a bit by Chris Lattner · 21 years ago
  23. 84681f1 LiveRange.h is now in lib/CodeGen/RegAlloc by Chris Lattner · 21 years ago
  24. 47c9751 This file is hopelessly out of date by Chris Lattner · 21 years ago
  25. 893f954 LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory by Chris Lattner · 21 years ago
  26. 70b2f56 PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc by Chris Lattner · 21 years ago
  27. c083dcc Move IGNode from public include directory to here. Minor cleanups like adding std:: namespace qualifiers by Chris Lattner · 21 years ago
  28. bcc6dec IGNode got moved to lib/CodeGen/RegAlloc by Chris Lattner · 21 years ago
  29. fdba393 This file just needs LiveRange.h not IGNode.h by Chris Lattner · 21 years ago
  30. 87d50f0 No longer include IGNode.h in the Sparc global header by Chris Lattner · 21 years ago
  31. 758fefc Final cleanup: remove dead code by Chris Lattner · 21 years ago
  32. 273328e Not only is this a lot smaller, it actually works if there is already a by Chris Lattner · 21 years ago
  33. a0201ea Dead files by Chris Lattner · 21 years ago
  34. 09a6705 If "These should be used only by the auto-parallelization pass", we might as by Chris Lattner · 21 years ago
  35. 60a3518 Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not by Chris Lattner · 21 years ago
  36. aa92145 Minor cleanups Do not #include Parallelize.h, it's just a subset of Cilkifier.h by Chris Lattner · 21 years ago
  37. 8c8418d Remove gross old hacky code that was in there for backwards compatibility by Chris Lattner · 21 years ago
  38. 2dbfa03 Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass. by Chris Lattner · 21 years ago
  39. 3186d27 Fix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll by Chris Lattner · 21 years ago
  40. 5714c97 Replace M with F when refering to functions by Chris Lattner · 21 years ago
  41. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 21 years ago
  42. 729d73d Don't explicitly use the SCC class by Chris Lattner · 21 years ago
  43. 56ef49f Remove dead var by Chris Lattner · 21 years ago
  44. 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 21 years ago
  45. fe8d880 Remove explicit passing of SCC's around as objects. by Chris Lattner · 21 years ago
  46. 95008bc Move the getAnalysisUsage method from the header file by Chris Lattner · 21 years ago
  47. 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 21 years ago
  48. 0c0023b Minor cleanups Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 21 years ago
  49. 8d0a23a Indent classes correctly in the namespace by Chris Lattner · 21 years ago
  50. 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 21 years ago
  51. 237ef56 Heavily refactor code: by Chris Lattner · 21 years ago
  52. f6fb96f Add accessor function by Chris Lattner · 21 years ago
  53. 3e64b2e Initial checkin of the -prune-eh pass, a very simple exception handling removal pass by Chris Lattner · 21 years ago
  54. 4a81067 Initial checkin of the CallGraphSCCPass class by Chris Lattner · 21 years ago
  55. a15854c ScalarRepl does not modify the CFG. Say so! by Chris Lattner · 21 years ago
  56. 7d8a86a Use new interface, simplifies code by Chris Lattner · 21 years ago
  57. 0346364 Use the new interface, simplifies code by Chris Lattner · 21 years ago
  58. 30aef42 Use the new interface, simplifies code Delete a bunch of commented out code by Chris Lattner · 21 years ago
  59. 5f07c87 Use the new interface, simplifies code by Chris Lattner · 21 years ago
  60. 0ae8e87 Implement new method by Chris Lattner · 21 years ago
  61. 6666a04 There is no reason for this to be a pass! by Chris Lattner · 21 years ago
  62. 287d111 Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll by Chris Lattner · 21 years ago
  63. 23f3a49 Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution. by Chris Lattner · 21 years ago
  64. ad217a4 Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll by Chris Lattner · 21 years ago
  65. 2bc065b Refactor code to make it useful outside of Constants.cpp by Chris Lattner · 21 years ago
  66. 652f032 Fix bug: Linker/2003-08-28-TypeResolvesGlobal.ll by Chris Lattner · 21 years ago
  67. cfd67c9 * Use alloca() to force GCC not to eliminate frame pointer by Misha Brukman · 21 years ago
  68. c9afb49 Fixed two double free bugs that caused llc to segfault or run forever. by John Criswell · 21 years ago
  69. aeb54b8 Add support for the llvm.unwind intrinsic, which we codegen to just do an abort by Chris Lattner · 21 years ago
  70. fd04561 Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking by Chris Lattner · 21 years ago
  71. 3b6b6ba Removing README by Tanya Lattner · 21 years ago
  72. 4f839cc Putting my revised version of ModuloScheduling in cvs. This is not complete... by Tanya Lattner · 21 years ago
  73. 841e00b Fix bug where we considered function types equivalent even if they had differing numbers of arguments by Chris Lattner · 21 years ago
  74. 8dc9982 Moved index into BB to common graph class because its needed by ModuloSchedGraph. by Tanya Lattner · 21 years ago
  75. d6d8633 Added/removed header file by Tanya Lattner · 21 years ago
  76. c50ee55 *** empty log message *** by Tanya Lattner · 21 years ago
  77. 99b28e6 Fix bug: SCCP/2003-08-26-InvokeHandling.ll by Chris Lattner · 21 years ago
  78. b6489f3 First version of SchedGraph common class and refactoring of SchedGraph. by Tanya Lattner · 21 years ago
  79. bfa9646 As it turns out, things will be simpler than I first expected. We no longer by Chris Lattner · 21 years ago
  80. f30862f Remove special casing by Chris Lattner · 21 years ago
  81. aa8a847 Mangle ALL letters that we do not allow, not just a few. by Chris Lattner · 21 years ago
  82. 5864da0 Simplify code by Chris Lattner · 21 years ago
  83. c879e8f Consult the target data, not the module, about how large the current pointer by Chris Lattner · 21 years ago
  84. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 21 years ago
  85. bb144a8 Targets should configure themselves based on a Module, not some wierd flags by Chris Lattner · 21 years ago
  86. 77c5f73 Fix bug: Linker/2003-08-23-GlobalVarLinking.ll by Chris Lattner · 21 years ago
  87. 873c5e7 Implement: Linker/2003-08-24-InheritPtrSize.ll by Chris Lattner · 21 years ago
  88. 58c41fe Implement: Jello/test-constantexpr.ll by Chris Lattner · 21 years ago
  89. dc3602b Implement SimplifyCFG/InvokeEliminate.ll by Chris Lattner · 21 years ago
  90. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 21 years ago
  91. 030574f Add support for 'any' pointer size and endianness by Chris Lattner · 21 years ago
  92. eb5d3a1 Support new 'any' support for pointer size and endianness by Chris Lattner · 21 years ago
  93. d445c6b Allow modules to have 'any' pointer size and endianness. Luckily, we had by Chris Lattner · 21 years ago
  94. e55497c Implement support for the unwind intrinsic in the CBE by Chris Lattner · 21 years ago
  95. 657fbe6 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  96. 101d400 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  97. e544533 Inline invoke instructions as well as call instructions by Chris Lattner · 21 years ago
  98. 80a38d2 *** Implement inlining of Invoke instructions! by Chris Lattner · 21 years ago
  99. 7f736c9 Fix copy-and-paste-o by Chris Lattner · 21 years ago
  100. 9dd7d1c Initial support for recognizing LLVM exception handling intrinsics by Chris Lattner · 21 years ago