1. dec23b6 some notes. by Chris Lattner · 14 years ago
  2. 5381cbf Update section "MIPS Target Improvements" in the llvm 3.0 release notes. by Akira Hatanaka · 14 years ago
  3. 3ff16db Add release notes for the MicroBlaze backend. by Wesley Peck · 14 years ago
  4. ae5a6fd Add clang_complete to release notes by Tobias Grosser · 14 years ago
  5. 093cb7e Add Polly to release notes by Tobias Grosser · 14 years ago
  6. 54d5df9 Add blurb for VMKit. by Nicolas Geoffray · 14 years ago
  7. c343e31 random notes, llvm-gcc is gone, fix a few broken tags. by Chris Lattner · 14 years ago
  8. 77352c9 Release notes for DragonEgg. by Duncan Sands · 14 years ago
  9. b99486f Add Eero to the list of external projects. by Bill Wendling · 14 years ago
  10. 32dc4d9 Add ISPC to the external projects list. by Bill Wendling · 14 years ago
  11. 5aab638 Release Notes: add a description of -enable-iv-rewrite. by Andrew Trick · 14 years ago
  12. 55d6e67 Keep the Crack language as an external project. by Bill Wendling · 14 years ago
  13. 0325053 Add LuaAV to external projects list. by Bill Wendling · 14 years ago
  14. 223764c Update on PPC32. by Roman Divacky · 14 years ago
  15. ae8538e Revise ThreadSanitizer mention so that it lists the correct frontends. by Bill Wendling · 14 years ago
  16. 63507d1 Add Cling to the External Projects list. by Bill Wendling · 14 years ago
  17. 50cacc8 Add include-what-you-use to the External Projects list. by Bill Wendling · 14 years ago
  18. 7b7fa74 Some formatting changes. by Bill Wendling · 14 years ago
  19. bc5f6dd Add the blurb about the new exception handling. by Bill Wendling · 14 years ago
  20. 65d1f41 Add clReflect to the External Projects list. by Bill Wendling · 14 years ago
  21. 57fd876 Add LanguageKit and Pragmatic Smalltalk to the External Projects list. by Bill Wendling · 14 years ago
  22. 644ce53 Add ThreadSanitizer to the External Projects list. by Bill Wendling · 14 years ago
  23. 8a924c6 Add ZooLib to the External Projects list. by Bill Wendling · 14 years ago
  24. 02b77b7 Add the Stupid D Compiler to the External Projects list. by Bill Wendling · 14 years ago
  25. 7c38de2 Fix grammar. by Bill Wendling · 14 years ago
  26. 526e1bb Add a note about the removal of the atomic intrinsics to the "Major Changes" section of the release notes. by Eli Friedman · 14 years ago
  27. 7be6bc5 Add mention of AddressSanitizer to external OS projects. by Bill Wendling · 14 years ago
  28. d4821b8 Add mention of Mono to external OS projects. by Bill Wendling · 14 years ago
  29. 29817ea Add mention of ClamAV to external OS projects. by Bill Wendling · 14 years ago
  30. 537d85b Add mention of Renderscript to external OS projects. by Bill Wendling · 14 years ago
  31. f977819 Add mention of GHC to external OS projects. by Bill Wendling · 14 years ago
  32. 7d5b621 Add mention of SAFECode to external OS projects. by Bill Wendling · 14 years ago
  33. 0bad98c Add mention of Pure to external OS projects. by Bill Wendling · 14 years ago
  34. ba22627 Add mention of Portable OpenCL to external OS projects. by Bill Wendling · 14 years ago
  35. f62333d Add mention of gwScript to external OS projects. by Bill Wendling · 14 years ago
  36. 628c266 Add mention of Tart to external OS projects. by Bill Wendling · 14 years ago
  37. 2d7b4af Add TTA-based Co-design Environment to external OS projects. by Bill Wendling · 14 years ago
  38. f2a7833 Comment out external projects so that they can be refreshed for 3.0. by Bill Wendling · 14 years ago
  39. 3e6157d Remove the Blackfin backend. by Dan Gohman · 14 years ago
  40. 29074cc Remove the SystemZ backend. by Dan Gohman · 14 years ago
  41. ba087df Mention some of the improvements in Clang 3.0 over 2.9. by Douglas Gregor · 14 years ago
  42. b414142 Enhance the memdep interface so that users can tell the difference between a dependency which cannot be calculated and a path reaching the entry point of the function. This patch introduces isNonFuncLocal, which replaces isUnknown in some cases. by Eli Friedman · 14 years ago
  43. f16e2d4 some 3.0 API notes by Torok Edwin · 14 years ago
  44. 90d6ec5 Add a note on removing LLVMC. by Eric Christopher · 14 years ago
  45. f940a1a Remove the old tail duplication pass. It is not used and is unable to update by Rafael Espindola · 14 years ago
  46. 2026de2 docs/ReleaseNotes.html: Mention that Windows 2000 will not be supported any more. by NAKAMURA Takumi · 14 years ago
  47. 6326a42 Add a finalize() hook, that'll let DIBuilder construct compile unit lazily. by Devang Patel · 14 years ago
  48. f03bb26 Move "atomic" and "volatile" designations on instructions after the opcode by Eli Friedman · 14 years ago
  49. f42e9b2 Reword. by Jay Foad · 14 years ago
  50. 2626dba Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. by Bill Wendling · 14 years ago
  51. 086da7e Duncan's english is better than mine. :-) by Bill Wendling · 14 years ago
  52. 1600525 Remove the LLVMBuildUnwind C API function. by Bill Wendling · 14 years ago
  53. a920310 Convert GetElementPtrInst to use ArrayRef. by Jay Foad · 14 years ago
  54. 0a2a60a Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use ArrayRef. by Jay Foad · 14 years ago
  55. b60e851 Sort case-insensitively. by Jay Foad · 14 years ago
  56. dab3d29 Convert ConstantExpr::getGetElementPtr and by Jay Foad · 14 years ago
  57. b9b54eb Convert SimplifyGEPInst to use ArrayRef. by Jay Foad · 14 years ago
  58. ca12a21 Convert gep_type_begin and gep_type_end to use ArrayRef. by Jay Foad · 14 years ago
  59. 8fbbb39 Convert TargetData::getIndexedOffset to use ArrayRef. by Jay Foad · 14 years ago
  60. 1d2f569 Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall. by Jay Foad · 14 years ago
  61. d132430 document this api change. by Chris Lattner · 14 years ago
  62. a3efbb1 Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 14 years ago
  63. 558d376 Mention all API changes I've made since 2.9 was branched. by Jay Foad · 14 years ago
  64. e6291d0 Clean out the 2.9 Release Notes. Mostly limited to What's New in LLVM by Chad Rosier · 14 years ago
  65. f94c9c1 Add change of crc32 intrinsic to release notes by Chad Rosier · 14 years ago
  66. 074eeaa docs/llvm.css: Introduce cascading style <div> and <p> continued on <h[2-5]>. For now, it is applied in AliasAnalysis.html and ReleaseNotes.html. by NAKAMURA Takumi · 14 years ago
  67. 06c6d9a docs: Redefine Heading elements as below; by NAKAMURA Takumi · 14 years ago
  68. 4d6deb0 docs/*.html: Make W3C HTML 4.01 Strict more compliant. by NAKAMURA Takumi · 14 years ago
  69. b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 14 years ago
  70. 3dcac71 Also add the late notes for Mips in the current release note by Bruno Cardoso Lopes · 14 years ago
  71. a844a3e add faust too by Chris Lattner · 14 years ago
  72. 3d6a80a add a few late stragglers. by Chris Lattner · 14 years ago
  73. 77b42e9 Fix a typo. by Roman Divacky · 14 years ago
  74. 0fa5da9 add rubinius by Chris Lattner · 14 years ago
  75. f3ba7af Fix some typos. Minor tweaks to how some things were expressed. by Duncan Sands · 14 years ago
  76. cb88ec3 Trivial typo fixes. by Jay Foad · 14 years ago
  77. 49123fd Finish up the first draft of the release notes. by Chris Lattner · 14 years ago
  78. c5ac61d continue writing. by Chris Lattner · 14 years ago
  79. 3bfe57e add the external users that emailed me. by Chris Lattner · 14 years ago
  80. 2009c49 some libc++ notes. by Chris Lattner · 14 years ago
  81. df448a3 some edits. by Chris Lattner · 14 years ago
  82. 1efe27e distribute content out to the appropriate sections by Chris Lattner · 14 years ago
  83. e4dc196 finished my pass through all the 2.9 commits, now to make this intelligible by Chris Lattner · 14 years ago
  84. c631931 docs/ReleaseNotes.html: Please use proper *Heading* elements instead of classified div. by NAKAMURA Takumi · 14 years ago
  85. 51fbec9 remove graphprinter support for domfrontier. by Chris Lattner · 14 years ago
  86. 0f310ee only 7 more weeks to go. by Chris Lattner · 14 years ago
  87. 7a8e6c5 more notes to self. by Chris Lattner · 14 years ago
  88. 45c435a docs/ReleaseNotes.html: Add a few notes to MCCOFF and x64. FIXME: fixme! by NAKAMURA Takumi · 14 years ago
  89. 0a6f6d5 add a bunch of notes to myself, this is not intended to be gramatic or by Chris Lattner · 14 years ago
  90. 528a510 Dragonegg release notes. by Duncan Sands · 14 years ago
  91. a26f36c Some release notes. by Rafael Espindola · 14 years ago
  92. be2e1b5 rip out llvm 2.8 release notes to make room for llvm 2.9 notes. by Chris Lattner · 14 years ago
  93. ff91d1a Yet another thing that was forgotten to be added to the release notes... by Duncan Sands · 15 years ago
  94. db73228 Argh, completely forgot to add this to the release notes! by Duncan Sands · 15 years ago
  95. 60cb528 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 15 years ago
  96. cdce44b Fix libc++ link in release notes. by Tobias Grosser · 15 years ago
  97. f61576a Add missing "-" to the command line. by Tobias Grosser · 15 years ago
  98. 894a1b1 s/The ARM has/The ARM backend has/ by Jim Grosbach · 15 years ago
  99. 48f9543 AVX intrinsics and builtins were also added to clang by Bruno Cardoso Lopes · 15 years ago
  100. 3311cf83 Spell AltiVec correctly by Douglas Gregor · 15 years ago