1. 9e7cc2f Fairly substantial changes to update the alias analysis we are querying as by Chris Lattner · 20 years ago
  2. 2741c97 Adjust to the changes in the AliasSetTracker interface by Chris Lattner · 20 years ago
  3. 057f78a Add support for replacement of formal arguments with simpler expressions. by Chris Lattner · 20 years ago
  4. 08005df Implement the -lowergc pass which is used by code generators (like the CBE) by Chris Lattner · 20 years ago
  5. e899705 Recognize and verify the new GC intrinsics. by Chris Lattner · 20 years ago
  6. 942ae1a Add the new GC intrinsics by Chris Lattner · 20 years ago
  7. bab838e Add a new prototype by Chris Lattner · 20 years ago
  8. 5a24d70 Changes to work with the changes to the AliasAnalysis interface. The -no-aa by Chris Lattner · 20 years ago
  9. b52f440 Move the -no-aa AA implementation into this file since both of these by Chris Lattner · 20 years ago
  10. 484e302 Updates to work with the new auto-forwarding AA interface changes by Chris Lattner · 20 years ago
  11. 2412a05 Fix a really nasty bug with the -disable-ds-field-sensitivity option by Chris Lattner · 20 years ago
  12. 1bf3408 Update to match the autochaining interface that the AA interface uses by Chris Lattner · 20 years ago
  13. 0f312d6 Implement the interfaces to update value numbering information. Add an assert. by Chris Lattner · 20 years ago
  14. ab8c565 Several *major* changes to the AA interfaces: by Chris Lattner · 20 years ago
  15. bc78225 Add interfaces to update value numbering results by Chris Lattner · 20 years ago
  16. c43e0ae Rename a method by Chris Lattner · 20 years ago
  17. 7911ce2 Make use of the new doc_author class. "Seperate content from presentation" they said. by Chris Lattner · 20 years ago
  18. 69bf8a9 Lots of minor cleanups and clarifications by Chris Lattner · 20 years ago
  19. 97d49ef Remove implemented stuff by Chris Lattner · 20 years ago
  20. d792391 Describe the new garbage collector intrinsics by Chris Lattner · 20 years ago
  21. 4129b2a Lots of minor fixes and formatting improvements by Chris Lattner · 20 years ago
  22. 999cf09 Update the coding standards, removign the bit about avoiding exceptions and by Chris Lattner · 20 years ago
  23. ccc8065 Substantially expand and update the alias analysis documentation, including by Chris Lattner · 20 years ago
  24. 88c595f Various changes to make the docs look nicer. Add a new doc_author class. by Chris Lattner · 20 years ago
  25. 0d8c2db Add a new document describing the LLVM accurate garbage collection support. by Chris Lattner · 20 years ago
  26. e995a2a Add a simple implementation of Andersen's interprocedural pointer analysis by Chris Lattner · 20 years ago
  27. b5159ed Fixed up my changes to add support for cloning Machine Instructions. by Tanya Lattner · 20 years ago
  28. 14d2638 Remove virtual destructor from InstVisitor. This class should never be by Alkis Evlogimenos · 20 years ago
  29. aab56d4 Fix a couple misplaced div tags by Chris Lattner · 20 years ago
  30. 9f57b18 Revert back to the previous version, as it doesn't work with mozilla, and people REALLY CAN just click the link. :) by Chris Lattner · 20 years ago
  31. 466b534 Adding support to clone MachineInstr by Tanya Lattner · 20 years ago
  32. 8e0262f Added a "Miscellaneous Improvements" section to cover things like the by Reid Spencer · 20 years ago
  33. 6f1d699 Make the file HTML 4.01 (Strict) clean. by Reid Spencer · 20 years ago
  34. b39021b Additional content describing variable bit rate encoding, correcting the by Reid Spencer · 20 years ago
  35. 3ca836a Put back the inlined bug list. Use the OBJECT tag to make it HTML-4.01 by Alkis Evlogimenos · 20 years ago
  36. 6ffd14d Remember the set of leaders. Also compute on demand and cache the equiv by Vikram S. Adve · 20 years ago
  37. b5b0b45 Add getCaller() method. by Vikram S. Adve · 20 years ago
  38. 052682f Inline both direct and indirect callees in the CBU phase because by Vikram S. Adve · 20 years ago
  39. c5204fb Complete rewrite of the code that merges DS graphs for equivalence classes by Vikram S. Adve · 20 years ago
  40. 44860cc Fix size/offset assertion to allow negative offsets and folded nodes. by Vikram S. Adve · 20 years ago
  41. 79333da Fix a typo in a comment. by Brian Gaeke · 20 years ago
  42. 91ad59d Fix a typo in the head-of-file comment. by Brian Gaeke · 20 years ago
  43. 939290f Some additional data added to the bytecode specification. by Reid Spencer · 20 years ago
  44. 5002661 Added an initial template/overview for documentation of the LLVM Bytecode by Reid Spencer · 20 years ago
  45. f90ce9e Removed the 64-bit fix from the "to do" list since the bug is fixed. by Reid Spencer · 20 years ago
  46. 694b3ff Pass the Makefile flags to recursive makes in {PARALLEL,OPTIONAL}_DIRS targets. by Misha Brukman · 20 years ago
  47. d49b120 It's not clear to me whether the old version was correct C++ code, but in by Chris Lattner · 20 years ago
  48. 3b96359 Starting an identifier with an _ is not legal C/C++ code. by Chris Lattner · 20 years ago
  49. e5ad10a Bug fixed by Chris Lattner · 20 years ago
  50. 0f9e9d0 Fix for PR340: Verifier misses malformed switch instruction by Chris Lattner · 20 years ago
  51. 6d09bec Testcase for PR340: Verifier misses malformed switch instruction by Chris Lattner · 20 years ago
  52. c2fb006 Pass given flags on to recursive sub-makes. by Misha Brukman · 20 years ago
  53. 972c0c9 Change DEPRECATED macro to ATTR_DEPRECATED as this conflicts with some by Alkis Evlogimenos · 20 years ago
  54. 433e25a Fix to make the CBE always emit comparisons inline. Hopefully this will by Chris Lattner · 20 years ago
  55. ceabd97 Fix a bug in outputting branches to constant PCs. Since the PC is supplied as by Brian Gaeke · 20 years ago
  56. a900452 Minor simplification: eliminate a dyn_cast. Fix a typo in a debug message. by Brian Gaeke · 20 years ago
  57. e38adf5 Add hint about syntax-highlighting non-standardly-named LLVM Makefiles. by Misha Brukman · 20 years ago
  58. 2b6d2eb Declare function defined in namespace llvm as gcc-3.4 doesn't accept a definition in a namespace of a non-declared function. by Alkis Evlogimenos · 20 years ago
  59. c58a7f4 Add CloneTraceInto(), which is based on (and has mostly the same by Brian Gaeke · 20 years ago
  60. 6129af3 Move RemapInstruction() to ValueMapper, so that it can be shared with by Brian Gaeke · 20 years ago
  61. a4c6c52 Minor aesthetic alignments; no functional changes. by Misha Brukman · 20 years ago
  62. f40ae3c * Minor aesthetic alignment of iterator declarations by Misha Brukman · 20 years ago
  63. 71d3a87 Define erase forwarding method on traces by Brian Gaeke · 20 years ago
  64. 2fea9ad Fold two assertions with backwards error messages into one with a by Brian Gaeke · 20 years ago
  65. cc9620c Clean up this pass somewhat: by Brian Gaeke · 20 years ago
  66. 93763c3 Rename "User's Guide" to "Command Guide" to be consistent with current scheme. by Misha Brukman · 20 years ago
  67. 5a256b4 Ignore generated ps files. by Misha Brukman · 20 years ago
  68. 43c8e40 Ignore generated man files. by Misha Brukman · 20 years ago
  69. 3f8f569 Ignore generated HTML files. by Misha Brukman · 20 years ago
  70. 8d9d79d This is the stylesheet used by perldoc.com; we shall modify it as we see fit. by Misha Brukman · 20 years ago
  71. 9ff1a93 Put outputs of each type into a separate subdirectory. by Misha Brukman · 20 years ago
  72. e993d20 More pods... work in progress by Brian Gaeke · 20 years ago
  73. 3c687a0 Use <pre> instead of <p><tt> combo to decrease space used for code blocks. by Misha Brukman · 20 years ago
  74. 1e4ae2b Mention the --tool-args option that Brian and Chris added. by Misha Brukman · 20 years ago
  75. f0c71d4 Make link to HowToSubmitABug.html local instead of to LLVM website. by Misha Brukman · 20 years ago
  76. bfd1ce3 NAME section is supposed to have a brief description, for apropos(1) & whatis(1) by Brian Gaeke · 20 years ago
  77. 25ab104 This seems like as good a place as any to keep POD files. by Brian Gaeke · 20 years ago
  78. 09015d9 Don't keep track of references to LLVM BasicBlocks while emitting; use by Brian Gaeke · 20 years ago
  79. 3fb5d1a Support MachineBasicBlock operands on RawFrm instructions. by Brian Gaeke · 20 years ago
  80. 9f088e4 Generate branch machine instructions with MachineBasicBlock operands instead of by Brian Gaeke · 20 years ago
  81. fa28bb4 This was not meant to be committed by Chris Lattner · 20 years ago
  82. 82fec4e Fix a nasty bug that caused us to unroll EXTREMELY large loops due to overflow by Chris Lattner · 20 years ago
  83. 488b72b New testcase that used to cause the unroller to try to unroll the loop 2G times. :( by Chris Lattner · 20 years ago
  84. d1fbc8a Specify units in padding length. by Misha Brukman · 20 years ago
  85. 5538d83 Make page HTML-4.01 compliant (& => &amp; in URL). by Misha Brukman · 20 years ago
  86. b7cb9ff Two more improvements for null pointer handling: storing a null pointer by Chris Lattner · 20 years ago
  87. 9f1b531 Second half of my fixed-sized-alloca patch. This folds the LEA to compute by Chris Lattner · 20 years ago
  88. cb2fd55 Substantially improve code generation for address exposed locals (aka fixed by Chris Lattner · 20 years ago
  89. 0428962 Reduce line length to about 80 chars. by Reid Spencer · 20 years ago
  90. fd90f88 Insert spacing between the table and the next section. by Misha Brukman · 20 years ago
  91. f39d5d6 * Use stylesheets for table borders so we factor out the formatting and can by Misha Brukman · 20 years ago
  92. da86bdc Fix a comment. by Brian Gaeke · 20 years ago
  93. bee8872 Fix a really nasty bug from my changes on Monday to PHIElim. These changes by Chris Lattner · 20 years ago
  94. 6df9e2c Break lines at 80 cols; eliminate extra space caused by a single <p> tag on a by Misha Brukman · 20 years ago
  95. d657c42 Start NextMBBNumber out at zero. by Brian Gaeke · 20 years ago
  96. 0bcb1ad Add non-const MachineBasicBlock::getParent() accessor method. by Brian Gaeke · 20 years ago
  97. f460f16 Add a NextMBBNumber field w/ incrementing accessor method, for by Brian Gaeke · 20 years ago
  98. c07d8d8 Add a Number field w/ accessor method, for function-level unique numbering by Brian Gaeke · 20 years ago
  99. 5f4d473 Make the subsubsections stand out a bit more by Chris Lattner · 20 years ago
  100. 54dfb2a These images have been moved to img/ by Misha Brukman · 20 years ago