1. cd46501 one more thing. by Chris Lattner · 15 years ago
  2. 860e0b4 update instructions for llvm-gcc4, the brave new world! PR7037 by Chris Lattner · 15 years ago
  3. 7ae3ac8 Update one more 2.7 to 2.8. by Dan Gohman · 15 years ago
  4. b44f6c6 Minimally update ReleaseNotes.html for 2.8 development; uncomment and by Dan Gohman · 15 years ago
  5. 7c24ff1 Update this comment to note its relationship with the "happens-before" by Dan Gohman · 15 years ago
  6. 45baf41 Delete this comment. The behavior of struct loads and stores with by Dan Gohman · 15 years ago
  7. b532816 Describe invoke instruction dependencies. Generalize the text for by Dan Gohman · 15 years ago
  8. 855abed Say "operations" instead of "instructions", as nsw can be applied to by Dan Gohman · 15 years ago
  9. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
  10. 27195a5 Fixed @ctor / @dtor the wrong way around in last commit. by David Chisnall · 15 years ago
  11. e31e996 Added a brief explanation of @llvm.global_{c,d}tors. by David Chisnall · 15 years ago
  12. 34b3d99 Rewrite the section on trap values to contain a generic description by Dan Gohman · 15 years ago
  13. 1c70c00 Fix spelling errors. by Dan Gohman · 15 years ago
  14. 2d4b8ee further clarify alignment of globals, fix instcombine by Chris Lattner · 15 years ago
  15. ce99fa9 improve the global variable alignment description. by Chris Lattner · 15 years ago
  16. 77640fe fix wordo by Chris Lattner · 15 years ago
  17. de07681 remove some comments. by Chris Lattner · 15 years ago
  18. ae11c3f Integrate Jeffery Yasskin's suggestions with respect to by Dan Gohman · 15 years ago
  19. 93e066d Consolidate the description of volatile operations, now that some of the by Jeffrey Yasskin · 15 years ago
  20. c30f6e1 Branching or switching on trap transfers imminent undefined behavior by Dan Gohman · 15 years ago
  21. 28034cd add some typewriter tags by Gabor Greif · 15 years ago
  22. c68ce06 Fix HTML errors that Jeffery Yasskin noticed. by Dan Gohman · 15 years ago
  23. 095539f wrap some long lines. by Chris Lattner · 15 years ago
  24. 7c8e796 add GHC, thanks to David Terei by Chris Lattner · 15 years ago
  25. e32adf5 another typo pointed out by sajd by Gabor Greif · 15 years ago
  26. 1440dbe fix two typos pointed out by sajd by Gabor Greif · 15 years ago
  27. 8e0bd80 Added bullet about GNUstep Objective-C ABI support to the Clang section of the release notes. by David Chisnall · 15 years ago
  28. 698cbcb PHI nodes also do not necessarily return trap with a trap operand. by Dan Gohman · 15 years ago
  29. 1f04864 Fix typo. by Nick Lewycky · 15 years ago
  30. 27ef997 Switch getelementptr inbounds and sdiv exact from undef to trap. by Dan Gohman · 15 years ago
  31. fff6c53 Add an initial description of a new concept: trap values, and change by Dan Gohman · 15 years ago
  32. 3a1d4cf add macruby back by Chris Lattner · 15 years ago
  33. 9c675f1 Add a blurb about the new LSR. by Dan Gohman · 15 years ago
  34. 009364e The -condprop pass has been deleted. by Nick Lewycky · 15 years ago
  35. d64d12d The post-RA scheduler is currently off by default on x86. by Dan Gohman · 15 years ago
  36. f720a4e Add some verbiage about Clang to the 2.7 release notes by Douglas Gregor · 15 years ago
  37. 41a7766 Add mention of ARM atomic builtin support by Jim Grosbach · 15 years ago
  38. 269e0fe Update ARM frame index scavenging description by Jim Grosbach · 15 years ago
  39. cb28286b7 remove dupe by Chris Lattner · 15 years ago
  40. 83cd35a reword my incoherent babble into something that makes sense from Wesley Peck! by Chris Lattner · 15 years ago
  41. fb1a739 two more projects. by Chris Lattner · 15 years ago
  42. cd062cd add some notes from Matthieu Moy! by Chris Lattner · 15 years ago
  43. ca73cea improve tblgen doc, pointed out by Zhongxing. by Chris Lattner · 15 years ago
  44. 1f43361 Fixing a typo in the "Clang project" section of the release notes. by Wesley Peck · 15 years ago
  45. a0c4484 Small fix to the "Other Improvements and New Features" section of the release notes. by Wesley Peck · 15 years ago
  46. c0287ba Fixing small typos in the "New Useful APIs" section of the release notes. by Wesley Peck · 15 years ago
  47. 9e385b1 Fixing small typos in the "ARM Target Improvements" section of the release notes. by Wesley Peck · 15 years ago
  48. 640604a Rewording the "generated debug information" paragraph in the "Interpreter and JIT Improvements" section of the release notes. by Wesley Peck · 15 years ago
  49. 68d1fe9 Reworking the wording of the "target data string" paragraph in the "Optimizer Improvments" section of the release notes. by Wesley Peck · 15 years ago
  50. ed38745 <pre> seems to close <p> by Gabor Greif · 15 years ago
  51. ee2187a the validator coughed up some problems, most of them fixed by Gabor Greif · 15 years ago
  52. c8b3af9 shorten link by Gabor Greif · 15 years ago
  53. f455529 static analyzer has its own section by Chris Lattner · 15 years ago
  54. 8cdd793 add mc and static analyzer blurbs. by Chris Lattner · 15 years ago
  55. 914ce46 another checkpoint. by Chris Lattner · 15 years ago
  56. 7b91eda various updates. by Chris Lattner · 15 years ago
  57. cb9dda6 Dragonegg will be released along side llvm-2.7. by Duncan Sands · 15 years ago
  58. a54c1f7 final hacking for tonight, still more to go. by Chris Lattner · 15 years ago
  59. 450a31e continue the process of detangling this. by Chris Lattner · 15 years ago
  60. b7c85b4 rough pass moving stuff into relevant sections, still much editing to do. by Chris Lattner · 15 years ago
  61. b136f09 remove ldc, rubinious, macruby, icedtea, llvm-lua, which by Chris Lattner · 15 years ago
  62. 51a5174 I plan to release a version of dragonegg based on llvm-2.7 shortly by Duncan Sands · 15 years ago
  63. 5c21280 Refresh this documentation. Things have changed a bit in the mean time: by Nick Lewycky · 15 years ago
  64. 6f25d9f update docs for api change. by Chris Lattner · 15 years ago
  65. 8b5d9c8 completed my pass over all 6+ months of commits, next step, format and make comprehendable. by Chris Lattner · 15 years ago
  66. 83821c8 Pointed out by housel on #llvm. by Duncan Sands · 15 years ago
  67. 00736fc checkpoint. by Chris Lattner · 15 years ago
  68. 0473868 Fix a grammaro. by Bob Wilson · 15 years ago
  69. ff35c3f typo by Chris Lattner · 15 years ago
  70. 9f636de document isvolatile etc. by Chris Lattner · 15 years ago
  71. e88909b Update langref for memcpy, memmove, and memset by Mon P Wang · 15 years ago
  72. cf9a415 Have the inst emitter add the !srcloc mdnode to the machine instr. by Chris Lattner · 15 years ago
  73. f77cdab Adding SAFECode to the list of projects that work with LLVM 2.7. by John Criswell · 15 years ago
  74. 2952c86 Update to note that clang has a baseline now. Dropping x86-32 for MacOS. by Tanya Lattner · 15 years ago
  75. 00759c1 Add MC and LTO, two terms I just had to explain on IRC. by Nick Lewycky · 15 years ago
  76. c310778 don't reference DwarfWriter by Chris Lattner · 15 years ago
  77. 749fd83 Add notes about dragonegg. by Duncan Sands · 15 years ago
  78. 221ae13 There are no known O'Caml problems at the moment. by Erick Tryzelaar · 15 years ago
  79. 655fd03 Small fixes to this documentation. Remove mention of uint/int type, fix typo by Nick Lewycky · 15 years ago
  80. 4bb31bf Fix a grammaro. by Dan Gohman · 15 years ago
  81. 8e7f1b1 some other notes. by Chris Lattner · 15 years ago
  82. b22060d apparently llvm 2.7 now has great armv4 support, from John Tytgat by Chris Lattner · 15 years ago
  83. bf8e516 update the vmkit blurb by Chris Lattner · 15 years ago
  84. 8d4bbbe add tce by Chris Lattner · 15 years ago
  85. 310adf1 remove parallel support. by Chris Lattner · 15 years ago
  86. bbbf9a2 fix iterator name by Gabor Greif · 15 years ago
  87. 0d91c11 Minor grammar and html fixes. by Dan Gohman · 15 years ago
  88. ce9431953 some more tweaks by Gabor Greif · 15 years ago
  89. 525bf8e Tell "the rest of the story" about LLVM's iterators' implicit conversions. by Dan Gohman · 15 years ago
  90. 394fdfb fix formatting and a validation fail by Gabor Greif · 15 years ago
  91. 4de7368 add a blurb on const versions of chain traversals and a word of caution by Gabor Greif · 15 years ago
  92. d98ec5f Add a paragram describing how to extract line number information. by Devang Patel · 15 years ago
  93. 6091ff3 http://englishplus.com/grammar/00000296.htm by Gabor Greif · 15 years ago
  94. 60dadb6 Sketch a few Clang release notes. by Daniel Dunbar · 15 years ago
  95. 6a4824c Docuemntation corrections from John Myers. by Dan Gohman · 15 years ago
  96. d592e1a Fix the ocaml kaleidoscope tutorial to fix linking external libraries. by Erick Tryzelaar · 15 years ago
  97. 9bdda3a Drop KLEE blurb, we don't have anything new. by Daniel Dunbar · 15 years ago
  98. 7c4a121 Adding MicroBlaze as an experimental backend in the release notes by Wesley Peck · 15 years ago
  99. b5f6feb add a couple blurbs back by Chris Lattner · 15 years ago
  100. f04bdc5 notes from evan by Chris Lattner · 15 years ago