1. e5828f1 Refactor common initialization code in private init() functions. by Alkis Evlogimenos · 20 years ago
  2. 99c58f4 Use one destination constructor for the unconditional branch. by Alkis Evlogimenos · 20 years ago
  3. 6f35128 Fix spelling of doxygen directive. by Misha Brukman · 20 years ago
  4. 85acba6 Fix PR344: the incorrect remove was being used. by Chris Lattner · 20 years ago
  5. c293cfa Make the test use the %A type by Chris Lattner · 20 years ago
  6. 42fbc7e A quick and ugly hack to fix PR345. I used TypeTy specifically to make by Chris Lattner · 20 years ago
  7. 94c4359 Fix a bug in reid's checkin by Chris Lattner · 20 years ago
  8. 096603a Added a section on the SymbolTable class. by Reid Spencer · 20 years ago
  9. 798ff64 Part of bug 122: by Reid Spencer · 20 years ago
  10. 0d1b77e Part of bug 122. Removed dependency of AsmWriter on SlotCalculator by by Reid Spencer · 20 years ago
  11. ebac645 Adding scheduling class. by Tanya Lattner · 20 years ago
  12. 4cffb58 Updating my cvs versions. THis is still in progress and much will be changed. by Tanya Lattner · 20 years ago
  13. 1812268 Add a (not very meaningful) default constructor for AllocInfo objects. by Brian Gaeke · 20 years ago
  14. 6b1f58b Put SlotTable.h inclusion back at front of list to be coding standards by Reid Spencer · 20 years ago
  15. 4f840ed Change the install-includes target to completely ignore the llvm/Internal by Reid Spencer · 20 years ago
  16. a85b8cf Make the constructor explicit so we can't implicitly convert bool to SlotTable. by Reid Spencer · 20 years ago
  17. 3751bd6 Make some improvements suggested by Chris. by Reid Spencer · 20 years ago
  18. 293a55f Adding the initial implementation of the SlotTable class. This class is by Reid Spencer · 20 years ago
  19. 2662aa0 Remove this file as well as it is no longer needed nor it compiles by Alkis Evlogimenos · 20 years ago
  20. fa452c0 Document a couple functions. by Reid Spencer · 20 years ago
  21. 8dabb50 Make use of the doc_author and doc_code styles. <tt>'ify llvm names. Minor by Chris Lattner · 20 years ago
  22. 94f2df2 Changed to use SymbolTable's new iteration interfaces. by Reid Spencer · 20 years ago
  23. b152f9f Changed to use SymbolTable's new lookup interface. by Reid Spencer · 20 years ago
  24. e0b295a Removed unused, useless header file. by Reid Spencer · 20 years ago
  25. 7aa940d Added a bit on slot numbers. by Reid Spencer · 20 years ago
  26. 8755108 Made it illegal to pass a Type* through one of the Value* interfaces. The by Reid Spencer · 20 years ago
  27. 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 20 years ago
  28. af90b0d Convert to SymbolTable's new iteration interface. Remove tabs. by Reid Spencer · 20 years ago
  29. b870c5f Completely rewrote the class. SymbolTable now separates Type* from Value* in preparation\ by Reid Spencer · 20 years ago
  30. 567bc2c Convert to SymbolTable's new lookup and iteration interfaces. by Reid Spencer · 20 years ago
  31. c8a1fcd Remove unused header file. by Reid Spencer · 20 years ago
  32. 3f0635e Make this pass simply invoke SymbolTable::strip(). by Reid Spencer · 20 years ago
  33. 119b342 Remove use of Type::TypeTy from an assert. It will go away soon. by Reid Spencer · 20 years ago
  34. 0098bdf Get rid of a wart: useless getFILE function is now a cast macro. by Reid Spencer · 20 years ago
  35. ec55b08 Give Type its own dump() method in preparation for Type != Value. by Reid Spencer · 20 years ago
  36. bdfb668 Completely rewrote the class. SymbolTable now separates Type* from Value* in preparation\ by Reid Spencer · 20 years ago
  37. 3afbb1a Convert dump() method to call Type::dump() instead of Value::dump(). by Reid Spencer · 20 years ago
  38. 03d186a Fix a small typo. by Reid Spencer · 20 years ago
  39. e4e97ef Recognize memalign and friends, and handle them specially. by Vikram S. Adve · 20 years ago
  40. 3c6a0d4 Implement InstCombine:shift.ll:test16, which turns (X >> C1) & C2 != C3 by Chris Lattner · 20 years ago
  41. 256b7a4 New testcase by Chris Lattner · 20 years ago
  42. c971025 Implement some helpers by Chris Lattner · 20 years ago
  43. 02140b0 Add some helpers by Chris Lattner · 20 years ago
  44. a710ddc Implement instcombine/cast.ll:test16: by Chris Lattner · 20 years ago
  45. 2e13cea Add a new test16 and fix some other tests that were not properly written by Chris Lattner · 20 years ago
  46. 58ac674 Make doc_code shrink-to-fit. This only works in mozilla, but it doesn't by Chris Lattner · 20 years ago
  47. 17fb34b Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. by Tanya Lattner · 20 years ago
  48. b11a99b Fix a bug in my previous checkin by Chris Lattner · 20 years ago
  49. 792699c Added MachineFunction parent* to MachineBasicBlock. Customized ilist template by Tanya Lattner · 20 years ago
  50. 2b90565 Lots of minor typo fixes, some minor inaccuracies fixed, and some new material. by Chris Lattner · 20 years ago
  51. 14cd539 new feature by Chris Lattner · 20 years ago
  52. 2ca1fd1 Fix a couple of busted li's by Chris Lattner · 20 years ago
  53. ea4ed22 Add a todo to make it clear that the section is not done by Chris Lattner · 20 years ago
  54. b965669 Personally, I think that documentation is as important as code. Increase by Chris Lattner · 20 years ago
  55. 80453c9 Fix a div problem that was causing some wierd indentation. Get more div'y by Chris Lattner · 20 years ago
  56. 39491a7 Add some notes by Chris Lattner · 20 years ago
  57. 94ec513 Add a link to the GC doc by Chris Lattner · 20 years ago
  58. 5bf3ce2 Eliminate an explicit use of the LLVM basic block, using getParent instead, by Chris Lattner · 20 years ago
  59. 0c63e03 Changed clone to be const. by Tanya Lattner · 20 years ago
  60. 86f2382 Eliminate warnings by Alkis Evlogimenos · 20 years ago
  61. 2b83af5 Testcases for andersen's alias analysis. by Chris Lattner · 20 years ago
  62. f52988a Spelling people's names right is kinda important by Chris Lattner · 20 years ago
  63. 8ad864a Build the garbage collectors by Chris Lattner · 20 years ago
  64. e6fd776 Initial checkin of GC implementation support files by Chris Lattner · 20 years ago
  65. 0bd34a2 Create a new style for tables that have no width (.doc_table_nw) so the by Reid Spencer · 20 years ago
  66. 77ac7ba Check in an EARLY START on a simple copying collector by Chris Lattner · 20 years ago
  67. 4cb1f3c Add a simple testcase for garbage collection support by Chris Lattner · 20 years ago
  68. 99c59e8 Add support for accurate garbage collection to the LLVM code generators by Chris Lattner · 20 years ago
  69. df04097 Add some notes to myself, no functional changes by Chris Lattner · 20 years ago
  70. bbdbf30 minor wording change by Chris Lattner · 20 years ago
  71. befa499 Fix cases where we missed inlining some more obvious candidates because the by Chris Lattner · 20 years ago
  72. 74c68ff Simplify the interface and remove an unneeded #include by Chris Lattner · 20 years ago
  73. 9e7cc2f Fairly substantial changes to update the alias analysis we are querying as by Chris Lattner · 20 years ago
  74. 2741c97 Adjust to the changes in the AliasSetTracker interface by Chris Lattner · 20 years ago
  75. 057f78a Add support for replacement of formal arguments with simpler expressions. by Chris Lattner · 20 years ago
  76. 08005df Implement the -lowergc pass which is used by code generators (like the CBE) by Chris Lattner · 20 years ago
  77. e899705 Recognize and verify the new GC intrinsics. by Chris Lattner · 20 years ago
  78. 942ae1a Add the new GC intrinsics by Chris Lattner · 20 years ago
  79. bab838e Add a new prototype by Chris Lattner · 20 years ago
  80. 5a24d70 Changes to work with the changes to the AliasAnalysis interface. The -no-aa by Chris Lattner · 20 years ago
  81. b52f440 Move the -no-aa AA implementation into this file since both of these by Chris Lattner · 20 years ago
  82. 484e302 Updates to work with the new auto-forwarding AA interface changes by Chris Lattner · 20 years ago
  83. 2412a05 Fix a really nasty bug with the -disable-ds-field-sensitivity option by Chris Lattner · 20 years ago
  84. 1bf3408 Update to match the autochaining interface that the AA interface uses by Chris Lattner · 20 years ago
  85. 0f312d6 Implement the interfaces to update value numbering information. Add an assert. by Chris Lattner · 20 years ago
  86. ab8c565 Several *major* changes to the AA interfaces: by Chris Lattner · 20 years ago
  87. bc78225 Add interfaces to update value numbering results by Chris Lattner · 20 years ago
  88. c43e0ae Rename a method by Chris Lattner · 20 years ago
  89. 7911ce2 Make use of the new doc_author class. "Seperate content from presentation" they said. by Chris Lattner · 20 years ago
  90. 69bf8a9 Lots of minor cleanups and clarifications by Chris Lattner · 20 years ago
  91. 97d49ef Remove implemented stuff by Chris Lattner · 20 years ago
  92. d792391 Describe the new garbage collector intrinsics by Chris Lattner · 20 years ago
  93. 4129b2a Lots of minor fixes and formatting improvements by Chris Lattner · 20 years ago
  94. 999cf09 Update the coding standards, removign the bit about avoiding exceptions and by Chris Lattner · 20 years ago
  95. ccc8065 Substantially expand and update the alias analysis documentation, including by Chris Lattner · 20 years ago
  96. 88c595f Various changes to make the docs look nicer. Add a new doc_author class. by Chris Lattner · 20 years ago
  97. 0d8c2db Add a new document describing the LLVM accurate garbage collection support. by Chris Lattner · 20 years ago
  98. e995a2a Add a simple implementation of Andersen's interprocedural pointer analysis by Chris Lattner · 20 years ago
  99. b5159ed Fixed up my changes to add support for cloning Machine Instructions. by Tanya Lattner · 20 years ago
  100. 14d2638 Remove virtual destructor from InstVisitor. This class should never be by Alkis Evlogimenos · 20 years ago