1. bb11771 write Major Changes and Removed Features. by Chris Lattner · 14 years ago
  2. 7554771 move dragonegg up in the list, write blurbs for lldb and libc++ by Chris Lattner · 14 years ago
  3. 2fb6e5c add a bunch of stuff that works with 2.8 by Chris Lattner · 14 years ago
  4. 4eac924 random updates by Chris Lattner · 14 years ago
  5. 7d9b6b4 checkpoint, don't expect this to read right yet. :) by Chris Lattner · 14 years ago
  6. eb6f593 add a bunch more notes. I survived. by Chris Lattner · 14 years ago
  7. 7f271fc Fix block descriptor documentation. by Devang Patel · 14 years ago
  8. 4c7c0c6 Fix dbg_declare signature in document. by Devang Patel · 14 years ago
  9. 0ffd10b Fix DIDerived type fields' type in document. by Devang Patel · 14 years ago
  10. e051844 add a note by Chris Lattner · 14 years ago
  11. 473a8c8 Fix pasto. by Dale Johannesen · 14 years ago
  12. 21fe99b Add some doc for the x86mmx type. by Dale Johannesen · 14 years ago
  13. 4b1da2b Flesh out the dragonegg section. by Duncan Sands · 14 years ago
  14. 4ba2b65 checkpoint notes by Chris Lattner · 14 years ago
  15. 97fe645 fix incorrect link! by Chris Lattner · 14 years ago
  16. 2e38c7f add a bunch of entries for external projects. by Chris Lattner · 14 years ago
  17. 18d52f2 Convert a bunch of uses of 'bytecode' into 'bitcode'. This by Duncan Sands · 14 years ago
  18. afa4163 add some random notes. by Chris Lattner · 14 years ago
  19. 3016ee9 merge all the llvm-gcc pieces together. Recommend that people try dragonegg if they care about fortran performance. by Chris Lattner · 14 years ago
  20. e07043c prepare for new content. by Chris Lattner · 14 years ago
  21. c226fc8 reapply developer policy changes after discussion. by Chris Lattner · 14 years ago
  22. a6c1dbd New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) for by Oscar Fuentes · 14 years ago
  23. e398018 temporarily revert developer policy change as a courtesy to vikram. by Chris Lattner · 14 years ago
  24. 823d9a5 remove an obsolete section by Chris Lattner · 14 years ago
  25. bcf0116 Fix Getting Started docs. by Andrew Trick · 14 years ago
  26. 1e6c589 rewrite the copyright section to match reality: llvm does't have a by Chris Lattner · 14 years ago
  27. 5ce8981 add lldb and libc++ code owners. by Chris Lattner · 14 years ago
  28. 22481f2 random cruft in my tree. by Chris Lattner · 14 years ago
  29. af3874d docs: Tweak wording. by Michael J. Spencer · 14 years ago
  30. e1630da docs: Update GettingStartedVS to reflect current state. by Michael J. Spencer · 14 years ago
  31. 96b5f71 Updated GettingStartedVS.html to reflect current state. by Oscar Fuentes · 14 years ago
  32. d3a0465 Direct CMake users to the right place for up-to-date info about using by Oscar Fuentes · 14 years ago
  33. e847277 Fix formatting tags. by Bob Wilson · 14 years ago
  34. 5b2fb95 Document NEON intrinsic changes for 2.8. by Bob Wilson · 14 years ago
  35. e1b8345 add some documentation for the most important MC-level classes along with by Chris Lattner · 14 years ago
  36. 8c35936 Add documentation for llvm-diff. by John McCall · 14 years ago
  37. 702f2d4 add note by Chris Lattner · 14 years ago
  38. 8dc5faf some random notes. by Chris Lattner · 14 years ago
  39. 2295b5a this is a release note worthy change. by Chris Lattner · 14 years ago
  40. b742ff0 updates to make it clear that this applies to clang and other llvm subprojects. by Chris Lattner · 14 years ago
  41. f57fcf7 update the tutorial to use CreateFAdd to create fp operations. by Chris Lattner · 14 years ago
  42. 297907f Stack slot access methods are in TargetInstrInfo. by Jakob Stoklund Olesen · 14 years ago
  43. f727748 Update the Ada instructions to LLVM 2.7 (from LLVM 2.5). by Duncan Sands · 14 years ago
  44. 39429e2 Update the descriptions of NoModRef and ModRef to be consistent by Dan Gohman · 14 years ago
  45. 12881e7 Remove a hack that tries to understand incorrect triples from the by Duncan Sands · 14 years ago
  46. 885b661 remove the MSIL backend. It isn't maintained, is buggy, has no testcases by Chris Lattner · 14 years ago
  47. 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 14 years ago
  48. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 14 years ago
  49. 52fdaed Make the SCC printing passes use errs() instead of outs(), as the by Dan Gohman · 14 years ago
  50. dc65f22 fix a broken link by Chris Lattner · 14 years ago
  51. 63e4ccb add some  's to a pre to avoid newlines being eaten by Chris Lattner · 14 years ago
  52. c2d8688 CMake: document how to incorporate LLVM into the cmake project of an by Oscar Fuentes · 14 years ago
  53. fd2f3e6 CMake: documented testing procedure by Oscar Fuentes · 14 years ago
  54. ec62d53 Add a opt-args option that can be used to pass arguments to every opt by Rafael Espindola · 14 years ago
  55. 53843f8 s/libLLVMgold/LLVMgold/g by Rafael Espindola · 14 years ago
  56. c3086ba Fix missing </a> tag error introduced by addition of LowerAtomic pass. by Peter Collingbourne · 14 years ago
  57. 3aff669 Document results of PR7762. by Eric Christopher · 14 years ago
  58. 87ebbc0 Add a note about the changing pass registration interface. by Owen Anderson · 14 years ago
  59. c1076ea Delete mkpatch. Everything it does is already done by svn diff by default. by Dan Gohman · 14 years ago
  60. b049510 Remove a link which is no longer relevant. by Dan Gohman · 14 years ago
  61. 7c46cf0 Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed. by Torok Edwin · 14 years ago
  62. 3bababf Add an atomic lowering pass by Peter Collingbourne · 14 years ago
  63. cd3b117 docs/TestingGuide: Minimal update to describe 'lit' based regression testing by Daniel Dunbar · 14 years ago
  64. 1628665 docs/TestingGuide: Rip out description of old nightly tester infrastructure. The by Daniel Dunbar · 14 years ago
  65. 2a80aca Fix word choice. by Nick Lewycky · 14 years ago
  66. cdcbbfc Grammar cop pullover: Corrected and improved some grammar in the description of by John Criswell · 14 years ago
  67. 05006e2 re-commit r109220, the compile error has already been fixed by Gabor Greif · 14 years ago
  68. 0cb24da Document BUILD_EXAMPLES makefile variable by Peter Collingbourne · 14 years ago
  69. f96b006 Add new RegionInfo pass. by Tobias Grosser · 14 years ago
  70. d8cc7be Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration. by Owen Anderson · 14 years ago
  71. 20813e0 First stab at updating the documentation for INITIALIZE_PASS(). by Owen Anderson · 14 years ago
  72. 872814a Disallow null as a named metadata operand. by Dan Gohman · 14 years ago
  73. 922d00f strip out the 2.7 release notes, this really is the 2.8 release notes by Chris Lattner · 14 years ago
  74. 50fb330 appease Validator by Gabor Greif · 14 years ago
  75. 17b59fe add info on operand rotation by Gabor Greif · 14 years ago
  76. 78e6e00 Remove the isMoveInstr() hook. by Jakob Stoklund Olesen · 14 years ago
  77. 38e5989 Don't pass StringRef by reference. by Benjamin Kramer · 14 years ago
  78. 1005bc5 Fix the Named Metadata example to make it clear which specific by Dan Gohman · 14 years ago
  79. 9fea9c2 Fix compile unit in example. Thanks Renato Golin! by Devang Patel · 14 years ago
  80. 26fe25f HTML cleanup and validation. by Benjamin Kramer · 14 years ago
  81. 28afd43 When doing sext/zext of constants, the target type must be strictly by Duncan Sands · 14 years ago
  82. 744b3a5 Remove TargetInstrInfo::copyRegToReg entirely. by Jakob Stoklund Olesen · 14 years ago
  83. 38da927 sdiv overflow is outright undefined behavior, with or without the by Dan Gohman · 14 years ago
  84. 67f8a7b Tweak some docs now that the default build is called Debug+Asserts. by Duncan Sands · 14 years ago
  85. 8947282 Update the docs for debugging JITed code with GDB. by Reid Kleckner · 14 years ago
  86. 9e86f43 Remove interprocedural-basic-aa and associated code. The AliasAnalysis by Dan Gohman · 14 years ago
  87. 8246adc Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" by Duncan Sands · 14 years ago
  88. 191d4ee Closing tags start with slashes. by John McCall · 14 years ago
  89. 211244a minor typo by Chris Lattner · 14 years ago
  90. 76ec37a Alphabetize the list of function parameters. by Nick Lewycky · 14 years ago
  91. 5c60386 Bring the list of passes and their descriptions up to date. by Duncan Sands · 14 years ago
  92. ff70fe4 Note the relationship between C99 restrict and LLVM noalias, and by Dan Gohman · 14 years ago
  93. aa6c855 indmemrem and lowerallocs are gone. by Chris Lattner · 14 years ago
  94. 43b8fd7 Document that BasicAA respects noalias, while InterproceduralBasicAA does not. by Dan Gohman · 14 years ago
  95. efca7f9 Describe which dependencies are relevant to noalias, and document how by Dan Gohman · 14 years ago
  96. ff23535 Add some html anchors, to allow attributes to be linked to directly. by Dan Gohman · 14 years ago
  97. 1e10962 Reword the definition of the noalias attribute. The intention is for by Dan Gohman · 14 years ago
  98. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 14 years ago
  99. 07d3177 Revert r107205 and r107207. by Bill Wendling · 14 years ago
  100. 7645f14 Improve explanation. by Bill Wendling · 14 years ago