1. 7d093d4 * Rename UnlinkUndistinguishableShadowNodes & RemoveUnreachableShadowNodes by Chris Lattner · 23 years ago
  2. d38cadb * Remove RemoveUnreachableShadowNodes & UnlinkUndistinguishableShadowNodes by Chris Lattner · 23 years ago
  3. cdae0b2 Ooops, I did such a great job pruning nodes, that I accidentally deleted by Chris Lattner · 23 years ago
  4. 846f1c3 Add subdirs to makefile by Chris Lattner · 23 years ago
  5. c4d5fec Initial checkin of first regression test for mem2reg pass by Chris Lattner · 23 years ago
  6. bfd3a6a Makefile change for IPO's that use the Datastructure analysis stuff by Chris Lattner · 23 years ago
  7. bda28f7 Initial checkin of Noop pass that will be the pool allocator by Chris Lattner · 23 years ago
  8. 328207c Add hook for pool allocation pass by Chris Lattner · 23 years ago
  9. 25f5009 New file for new pass by Chris Lattner · 23 years ago
  10. fe59454 Checking for Cameron by Chris Lattner · 23 years ago
  11. 1120c8b Many changes by Chris Lattner · 23 years ago
  12. 1d8ec61 * Define some operators on PointerVal and PVS's by Chris Lattner · 23 years ago
  13. 0732c70 Rename constructor function for mem2reg pass. by Cameron Buschardt · 23 years ago
  14. b1be061 * Move classes around by Cameron Buschardt · 23 years ago
  15. 5758eec Rename constructor function by Cameron Buschardt · 23 years ago
  16. 98a37c2 Implemented promote mem->reg pass. by Cameron Buschardt · 23 years ago
  17. 2ba3a72 * Add #define to enabled debug messages by Chris Lattner · 23 years ago
  18. 6088c4f * Implement DSNode::removeAllIncomingEdges by Chris Lattner · 23 years ago
  19. f4066b3 * Add critical node support by Chris Lattner · 23 years ago
  20. ea4af65 * Destroy alloca nodes when a graph gets inlined by Chris Lattner · 23 years ago
  21. b3ebdad * Add a nice utility method to DSNode by Chris Lattner · 23 years ago
  22. 9d42a1d * Optimizers return true on change by Chris Lattner · 23 years ago
  23. dd3fc18 Fix long line by Chris Lattner · 23 years ago
  24. df8af1c * Because of optimization, the shadow nodes between arguments might get by Chris Lattner · 23 years ago
  25. 26f8a40 Allow isa<DSNode>(..) Simplification routines return true on change by Chris Lattner · 23 years ago
  26. bc132d6 * Add support for DataStructure analysis by Chris Lattner · 23 years ago
  27. bb2a28f Initial checkin of Datastructure analysis. by Chris Lattner · 23 years ago
  28. d9ddf05 New header file for datastructure analysis by Chris Lattner · 23 years ago
  29. 9a3d696 Change from Method to Function by Chris Lattner · 23 years ago
  30. 79df7c0 Change references from Method to Function by Chris Lattner · 23 years ago
  31. b0d0472 Convert to use new style casts instead of direct checking by Chris Lattner · 23 years ago
  32. e590ff2 change refs to Method to Function by Chris Lattner · 23 years ago
  33. 0fc0c1d Change uses of Method to Function by Chris Lattner · 23 years ago
  34. b277d1d by Chris Lattner · 23 years ago
  35. 19b0411 Transform uses of Method into uses of Function. by Chris Lattner · 23 years ago
  36. 7797946 Allow clients to use FunctionType as well as MethodType for now by Chris Lattner · 23 years ago
  37. 12bcf84 Make test more rigorous. It was never reading the non-scalar variables by Vikram S. Adve · 23 years ago
  38. dea73e5 initialize sum variable by Chris Lattner · 23 years ago
  39. dfe412d Refix bug: Add back method MachineCodeForInstruction::dropAllReferences. by Vikram S. Adve · 23 years ago
  40. 4cbd550 Fix padding when allocating local variables on stack. by Vikram S. Adve · 23 years ago
  41. 4fad513 Add methods to support type inquiry. Rename TmpInstruction values. by Vikram S. Adve · 23 years ago
  42. b6efb36 Moved to directory Scalar/ and renamed. by Vikram S. Adve · 23 years ago
  43. 9c4f726 Destroy MethodLiveVarInfo after register allocation. by Vikram S. Adve · 23 years ago
  44. 97fb99b Use deterministic iterator for SchedGraphs. This is actually not by Vikram S. Adve · 23 years ago
  45. 1392d69 Bug fix: nextToTry was not being initialized in one case. by Vikram S. Adve · 23 years ago
  46. 7c7e46a Add option to disable scheduling. by Vikram S. Adve · 23 years ago
  47. 802cec4 Add option to disable scheduling. by Vikram S. Adve · 23 years ago
  48. cf8a98f Minor changes. by Vikram S. Adve · 23 years ago
  49. ded1bf8 Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences. by Vikram S. Adve · 23 years ago
  50. e4e4d4e Fix padding for variables allocated on stack. by Vikram S. Adve · 23 years ago
  51. c941b87 Major overhaul to FoldGetElemPtr to handle mixed array and struct refs. by Vikram S. Adve · 23 years ago
  52. 4e7bc49 Use deterministic iterator for treeRoots. by Vikram S. Adve · 23 years ago
  53. d7e6bec Bug re-fix: put back MachineCodeForInstruction::get(*I).dropAllReferences(). by Vikram S. Adve · 23 years ago
  54. 585612e Change latencies for Load, Store and Branch instructions. by Vikram S. Adve · 23 years ago
  55. fd3900a Major enhancements to how array and structure indices are handled. by Vikram S. Adve · 23 years ago
  56. 6be4ebe Change treeRoots data structure to make enumeration deterministic. by Vikram S. Adve · 23 years ago
  57. d95919c Change treeRoots data structure to make enumeration deterministic. by Vikram S. Adve · 23 years ago
  58. 98d64f8 Major overhaul to support arbitrary mixed array and structure indices. by Vikram S. Adve · 23 years ago
  59. d32e70a Rename pass to DecomposeMultiDimRefs. by Vikram S. Adve · 23 years ago
  60. c99afb8 Fix out-of-date name. by Vikram S. Adve · 23 years ago
  61. 79c7385 Regression tests for DecomposeMultiDimRefs pass. by Vikram S. Adve · 23 years ago
  62. e7506a3 Rename Method to Function by Chris Lattner · 23 years ago
  63. bcd8e03 Remove extranous forward decl by Chris Lattner · 23 years ago
  64. a4d63bc Remove unneccesary forward definitions by Chris Lattner · 23 years ago
  65. ff9ffa9 Add transition header file by Chris Lattner · 23 years ago
  66. 79cc5bc Update documentation, rename Method to Function, move typedef to Value.h for now. by Chris Lattner · 23 years ago
  67. b6e0c85 Change Method to Function by Chris Lattner · 23 years ago
  68. 1b139b4 Add transition typedef to Function by Chris Lattner · 23 years ago
  69. c8394f6 New pass to convert Convert multi-dimensional by Vikram S. Adve · 23 years ago
  70. c7b439d Moved to Scalar/ directory. by Vikram S. Adve · 23 years ago
  71. dfbbf7a New pass to decompose multi-dimensional array references into by Vikram S. Adve · 23 years ago
  72. 812d8be Remove compilation of __main because we now link -lgcc into programs by Chris Lattner · 23 years ago
  73. bbe7bbe Add an assertion that would hopefully catch a problem that was tripping by Chris Lattner · 23 years ago
  74. 5f4a528 Fix bug test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise3.ll by Chris Lattner · 23 years ago
  75. df268ce New testcase by Chris Lattner · 23 years ago
  76. 8e640f1 Fix test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise2.ll by Chris Lattner · 23 years ago
  77. 41e8e9d New testcase by Chris Lattner · 23 years ago
  78. 4fe130c * AllocationInst ctor moved here from iMemory.h by Chris Lattner · 23 years ago
  79. 05c0e9e * Make AllocationInst ctor protected by Chris Lattner · 23 years ago
  80. 2e5c295 Rerun test if opt gets changed by Chris Lattner · 23 years ago
  81. 7b3c34b Run all testcases by Chris Lattner · 23 years ago
  82. 4837414 Build LevelRaise subdirectory by Chris Lattner · 23 years ago
  83. 081c409 Add a debugging option to gccas to cause it to not do level raise or anything by Chris Lattner · 23 years ago
  84. 599ca72 Fix test/Regression/Other/2002-03-21-LevelRaiseMiss.ll by Chris Lattner · 23 years ago
  85. 6e848ea Testcase for a missed level raise opportunity by Chris Lattner · 23 years ago
  86. 9e77f7e Make ConvertableToGEP handle cases where the user is indexing into the by Chris Lattner · 23 years ago
  87. 8e86542 Implement the new InsertInstBeforeInst function by Chris Lattner · 23 years ago
  88. 45ef5c2 Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turned by Chris Lattner · 23 years ago
  89. 3519176 Fix bug in testcase by Chris Lattner · 23 years ago
  90. f78642b Declare the new InsertInstBeforeInst function by Chris Lattner · 23 years ago
  91. af2d701 Remove a misguided API extension by Chris Lattner · 23 years ago
  92. 774888c New testcase for YALRB (yet another level raise bug) by Chris Lattner · 23 years ago
  93. 150dcb9 Add an assertion to catch a misuse of replaceAllUsesWith by Chris Lattner · 23 years ago
  94. 60091fa Checkin testcase that was just sitting in my tree. Looks like backreferences by Chris Lattner · 23 years ago
  95. 99fb91c 1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.ll by Chris Lattner · 23 years ago
  96. ebcd28e Namespace qualify debugging code by Chris Lattner · 23 years ago
  97. f7f0409 New testcase by Chris Lattner · 23 years ago
  98. 99584c6 Allow implementation of all HANDLE_*_INST macros at once by defining HANDLE_INST by Chris Lattner · 23 years ago
  99. 07fb6e6 New pass to convert Convert multi-dimensional by Vikram S. Adve · 23 years ago
  100. 06fa17c Big bug fix: killed uses were being inserted instead of erased! by Vikram S. Adve · 23 years ago