1. ac1df8e Document the 'llvm.OP.with.overflow' intrinsics. by Bill Wendling · 16 years ago
  2. ce459b1 PR3485, document alignment on byref. by Chris Lattner · 16 years ago
  3. d64e0eb Improve -fno-opt style option processing to not require an extra by Mike Stump · 16 years ago
  4. ef56ce1 validation error fix. by Chris Lattner · 16 years ago
  5. 242d61d Document type upreferences (PR3380), patch by Stein Roger Skafløtten by Chris Lattner · 16 years ago
  6. dd9db66 by Devang Patel · 16 years ago
  7. 50ef90d SDOperand has been renamed to SDValue. SDNode::Val is now by Dan Gohman · 16 years ago
  8. 1465d61 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 16 years ago
  9. 5303c75 Update the generated docs. by Mikhail Glushenkov · 16 years ago
  10. 3450984 Add some documentation for address-space-based access to the segment registers. by Nate Begeman · 16 years ago
  11. d5b455f Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?" by Dan Gohman · 16 years ago
  12. d8791e5 Add more documentation mentioning the limitations due to PR2660. by Dan Gohman · 16 years ago
  13. c766f72 Add a few more notes about LLVM IR features that codegen doesn't yet support. by Dan Gohman · 16 years ago
  14. 1421b7b Mimic gcc behaviour with regard to response files. by Mikhail Glushenkov · 16 years ago
  15. 7059d47 Support for multi-valued options in CommandLine by Mikhail Glushenkov · 16 years ago
  16. 81d05c2 Grammar fix. by Duncan Sands · 16 years ago
  17. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  18. f9b1d79 Some small documentation fixes. by Mikhail Glushenkov · 16 years ago
  19. 564b75a Clarify the documentation a bit. by Mikhail Glushenkov · 16 years ago
  20. f3e60bd Document several current CodeGen limitations in LangRef.html. by Dan Gohman · 16 years ago
  21. 7956412 The LLVM Assembly Language Reference incorrectly stated that the by Dan Gohman · 16 years ago
  22. 30e5e55 Fix the instructions to work even when PATH does not contain ".". by Dan Gohman · 16 years ago
  23. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
  24. 734660a remove some dead options. by Chris Lattner · 16 years ago
  25. e7886e4 Implement PR3313, and while I'm at it address a very FAQ. by Chris Lattner · 16 years ago
  26. 398873c Fix the example syntax for named sections. by Dan Gohman · 16 years ago
  27. f8c430b Add a --check-graph option to llvmc. by Mikhail Glushenkov · 16 years ago
  28. fd095b6 Get rid of the tagging functions and use PointerIntPair. by Gabor Greif · 16 years ago
  29. 81e2167 A few more whitespace tidyments. by Dan Gohman · 16 years ago
  30. 2a08c53 Tidy whitespace. by Dan Gohman · 16 years ago
  31. b0fa430 * Wrap command line flag in <tt> * Wrapped long lines in code section by Misha Brukman · 16 years ago
  32. 98117cd So *this* is where all the trailing whitespace in file header comments come by Misha Brukman · 16 years ago
  33. 01bb8b0 lex and bison aren't needed to build llvm anymore. by Chris Lattner · 16 years ago
  34. 0c7b39f new non-ambiguous syntax. by Chris Lattner · 16 years ago
  35. 0c91373 CMake: Added some VC++ specific info to CMake.html. by Oscar Fuentes · 16 years ago
  36. 8722a2c * Updated TOC and fixed named anchors * Simplified section header marking by Misha Brukman · 16 years ago
  37. 9e6b68d Minimize the width of the notes region: it will end where the text ends, if the by Misha Brukman · 16 years ago
  38. 0427f7a Simplified marking code regions with a single <pre> rather than by Misha Brukman · 16 years ago
  39. 740e3db Center the legal note to give it even padding on left and right, and make it by Misha Brukman · 16 years ago
  40. ccd0295 Cleanup: clarify llvm-gcc version and package name. by Misha Brukman · 16 years ago
  41. 6531d47 Clarify a bit. Based on feedback by Talin. by Duncan Sands · 16 years ago
  42. f23d0d3 Resubmit support for the 'nocapture' attribute. by Nick Lewycky · 16 years ago
  43. 78eb804 Recommit this grammar fix that was backed out along with nocapture. by Nick Lewycky · 16 years ago
  44. a54d4b2 Simplified marking code regions -- no need to use <div> to surround <pre> tags. by Misha Brukman · 16 years ago
  45. b610655 Instead of referring to the license file in the 2.3 release, refer to the by Misha Brukman · 16 years ago
  46. 9474d01 Added mention of the RELEASE_24 tag for the 2.4 release. by Misha Brukman · 16 years ago
  47. 2d0484c Update also the generated docs. by Mikhail Glushenkov · 16 years ago
  48. 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 16 years ago
  49. 64722e5 * Comply with HTML 4.01 Strict by Misha Brukman · 16 years ago
  50. 96e0081 * Comply with HTML 4.01 Strict standard by Misha Brukman · 16 years ago
  51. e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 16 years ago
  52. 01557ce Clarify the meaning of the NoAlias response. The plan is to refer to this from by Nick Lewycky · 16 years ago
  53. 3c8da59 Fixed HTML validator warning. by Misha Brukman · 16 years ago
  54. 98a4ec7 CSS cleanup: by Misha Brukman · 16 years ago
  55. 23f522a Add a comment to the auto-generated docs. by Mikhail Glushenkov · 16 years ago
  56. 8cc8288 Merge llvm-rst.css and llvm.css. by Mikhail Glushenkov · 16 years ago
  57. 462886e Some more documentation tweaks. by Mikhail Glushenkov · 16 years ago
  58. d565203 More cosmetic tweaks for llvmc docs. by Mikhail Glushenkov · 16 years ago
  59. ff17b03 fix some incorrect links. by Chris Lattner · 16 years ago
  60. daae124 Man page update. by Mikhail Glushenkov · 16 years ago
  61. 9053154 Fix W3C validator errors. by Mikhail Glushenkov · 16 years ago
  62. 99a3a2c Use correct file for the llvmc tutorial. by Mikhail Glushenkov · 16 years ago
  63. 68319f8 Update the auto-generated llvmc documentation. by Mikhail Glushenkov · 16 years ago
  64. 66286e9 * Removed stray </p> tag * Whitespace cleanups by Misha Brukman · 16 years ago
  65. 2d33c54 * <div align=center> is not valid HTML 4.01 - removed alignment by Misha Brukman · 16 years ago
  66. f00ddb0 Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> by Misha Brukman · 16 years ago
  67. 430245f Conform to the HTML 4.01 Strict specification. by Misha Brukman · 16 years ago
  68. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
  69. 39309df * Fixed formatting of command descriptions to be consistent: by Misha Brukman · 16 years ago
  70. c1449e6 s/A Few Coding Standards/LLVM Coding Standards/g by Misha Brukman · 16 years ago
  71. f82242d fix typo. thanks Baldrick for noticing by Nuno Lopes · 16 years ago
  72. 58dc0b5 add gcc 4.1.2 from redhat to the list of broken compilers by Nuno Lopes · 16 years ago
  73. b8ee801 Update these instructions to the 2.4 release. by Duncan Sands · 16 years ago
  74. 0cfe052 Mention the Ada and Fortran front-ends. by Duncan Sands · 16 years ago
  75. 01f8d09 Added a little more information that vector shifts require vector shift amount. by Mon P Wang · 16 years ago
  76. 80b9902 Rewrite instructions for configuring external tests to reflect reality. by Dale Johannesen · 16 years ago
  77. efc5c31 Man page typo fix. by Mikhail Glushenkov · 16 years ago
  78. e9f1015 Fix getNode to allow a vector for the shift amount for shifts of vectors. by Mon P Wang · 16 years ago
  79. 70ef449 Generalize bugpoint's concept of a "safe" backend, and add options by Dan Gohman · 16 years ago
  80. 28ea4f6 Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev! by Nick Lewycky · 16 years ago
  81. 24dc52d Man page update. by Mikhail Glushenkov · 16 years ago
  82. 15511cf Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. by Dan Gohman · 16 years ago
  83. 822293a Fix spelling mistake. by Nick Lewycky · 16 years ago
  84. b0a57aa Fixed HTML closing tag, cleaned up some spacing. by Misha Brukman · 16 years ago
  85. baa39d8 Small formatting change. by Bill Wendling · 16 years ago
  86. fbaa7ed Update to explain how ssp and sspreq attributes override each other. by Bill Wendling · 16 years ago
  87. dbb61d1 Describe some more options in the man page. by Mikhail Glushenkov · 16 years ago
  88. a606d1f Add a man page for llvmc. Really basic for now, will be updated later. by Mikhail Glushenkov · 16 years ago
  89. 62810e3 This method got renamed, thanks to Mattias Holm for pointing this out. by Chris Lattner · 16 years ago
  90. 21bfe0b add info about how to run the tests with valgrind by Nuno Lopes · 16 years ago
  91. b6c2202 CMake: Documented two cmake variables. by Oscar Fuentes · 16 years ago
  92. f003276 Fix a few HTML tidiness issues. by Dan Gohman · 16 years ago
  93. fd9ddc0 Delete some spurious characters. by Dan Gohman · 16 years ago
  94. a7ab2bf Fix some "</p>"s. by Dan Gohman · 16 years ago
  95. 641b279 Some documentation for LegalizeTypes. by Dan Gohman · 16 years ago
  96. 9682607 NULL, unique pointers from malloc(0), and freed pointers are legal values for by Torok Edwin · 16 years ago
  97. b2b32fd Seriously strengthen the guarantee offered by noalias on a function's return by Nick Lewycky · 16 years ago
  98. 02ff308 Extend the 'noalias' attribute to function return values. This is intended to by Nick Lewycky · 16 years ago
  99. dccb025 Fixed named anchor for llvm.stackprotector intrinsic. by Misha Brukman · 16 years ago
  100. 7a15273 Describe how the JIT maps fields to MachineOperands, patch by JP Bonn! by Chris Lattner · 16 years ago