1. 70ef449 Generalize bugpoint's concept of a "safe" backend, and add options by Dan Gohman · 16 years ago
  2. 28ea4f6 Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev! by Nick Lewycky · 16 years ago
  3. 24dc52d Man page update. by Mikhail Glushenkov · 16 years ago
  4. 15511cf Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. by Dan Gohman · 16 years ago
  5. 822293a Fix spelling mistake. by Nick Lewycky · 16 years ago
  6. b0a57aa Fixed HTML closing tag, cleaned up some spacing. by Misha Brukman · 16 years ago
  7. baa39d8 Small formatting change. by Bill Wendling · 16 years ago
  8. fbaa7ed Update to explain how ssp and sspreq attributes override each other. by Bill Wendling · 16 years ago
  9. dbb61d1 Describe some more options in the man page. by Mikhail Glushenkov · 16 years ago
  10. a606d1f Add a man page for llvmc. Really basic for now, will be updated later. by Mikhail Glushenkov · 16 years ago
  11. 62810e3 This method got renamed, thanks to Mattias Holm for pointing this out. by Chris Lattner · 16 years ago
  12. 21bfe0b add info about how to run the tests with valgrind by Nuno Lopes · 16 years ago
  13. b6c2202 CMake: Documented two cmake variables. by Oscar Fuentes · 16 years ago
  14. f003276 Fix a few HTML tidiness issues. by Dan Gohman · 16 years ago
  15. fd9ddc0 Delete some spurious characters. by Dan Gohman · 16 years ago
  16. a7ab2bf Fix some "</p>"s. by Dan Gohman · 16 years ago
  17. 641b279 Some documentation for LegalizeTypes. by Dan Gohman · 16 years ago
  18. 9682607 NULL, unique pointers from malloc(0), and freed pointers are legal values for by Torok Edwin · 16 years ago
  19. b2b32fd Seriously strengthen the guarantee offered by noalias on a function's return by Nick Lewycky · 16 years ago
  20. 02ff308 Extend the 'noalias' attribute to function return values. This is intended to by Nick Lewycky · 16 years ago
  21. dccb025 Fixed named anchor for llvm.stackprotector intrinsic. by Misha Brukman · 16 years ago
  22. 7a15273 Describe how the JIT maps fields to MachineOperands, patch by JP Bonn! by Chris Lattner · 16 years ago
  23. a5c05aa by Devang Patel · 16 years ago
  24. 824b958 reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an by Chris Lattner · 16 years ago
  25. dc77092 Revert r59802. It was breaking the build of llvm-gcc: by Bill Wendling · 16 years ago
  26. 219ab40 Make mem[cpy,move,set] intrinsics overloaded. by Sanjiv Gupta · 16 years ago
  27. 41e4a59 LLVM does have a fortran FE! by Duraid Madina · 16 years ago
  28. 370387c CMake: More documentation. by Oscar Fuentes · 16 years ago
  29. 25f1d03 CMake: Some documentation. Work in progress. by Oscar Fuentes · 16 years ago
  30. 69e4adb - Move the stackprotector intrinsic to the general section. by Bill Wendling · 16 years ago
  31. 607d6bb Grammar. by Daniel Dunbar · 16 years ago
  32. 3c44f5b Documentation for the llvm.stackprotector intrinsic. by Bill Wendling · 16 years ago
  33. 37a1ebb punctuate, add wording about patches contributed by others. by Chris Lattner · 16 years ago
  34. 83aad64 LLVM can generate native code for amd64 on "Linux". by Dan Gohman · 16 years ago
  35. 31359ba Update docs for ssp and sspreq function attributes. by Bill Wendling · 16 years ago
  36. 9a365b6 Correct these links. by Duncan Sands · 16 years ago
  37. 7d12b4b last validation errors by Chris Lattner · 16 years ago
  38. cfd5c26 fix some validation errors <it> -> <i> by Chris Lattner · 16 years ago
  39. 528875c fix some validation errors. by Chris Lattner · 16 years ago
  40. 611944b remove an extraneous tag by Chris Lattner · 16 years ago
  41. 7897538 Make this document *substantially* better and cover a lot more territory. by Chris Lattner · 16 years ago
  42. e18b32e final edits by Chris Lattner · 16 years ago
  43. aeb06d2 Added support for the following definition of shufflevector by Mon P Wang · 16 years ago
  44. 22b91d7 fix validation problem. by Chris Lattner · 16 years ago
  45. 203e71d Fix syntax of iterate_complex example. Noticed by Martin! by Eric Christopher · 16 years ago
  46. c4479a7 Document the acronym RAUW. Patch by Jonathan Brandmeyer! by Dan Gohman · 16 years ago
  47. 00f1c40 Clarify documentation. A module pass MP can require a function paqss FP only if FP does not require any module pass. by Devang Patel · 16 years ago
  48. ba10fe0 fix two validation errors by Gabor Greif · 16 years ago
  49. 0a43a0e fix typos, harmonize formatting by Gabor Greif · 16 years ago
  50. a7ec706 Add note about cmake. Patch by Oscar Fuentes. by Tanya Lattner · 16 years ago
  51. 1eb4df6 mention fortran status. by Chris Lattner · 16 years ago
  52. 90e619a fix typo by Torok Edwin · 16 years ago
  53. 19bd0ad llvm-ld doesn't have a -march option. This fixes PR2961 by Chris Lattner · 16 years ago
  54. 52790e5 fix prototype of print, it is (llvm/Pass.h): by Torok Edwin · 16 years ago
  55. 2b9cbf1 fix duplicate anchor names, and broken anchor links from the TOC by Torok Edwin · 16 years ago
  56. 6f038f4 formatting tweak for intrinsic by Gabor Greif · 16 years ago
  57. 741748a Some grammar fixes, and non-invasive format changes. by Bill Wendling · 16 years ago
  58. f322a98 mention getresult -> extractvalue (PR2935) by Chris Lattner · 16 years ago
  59. 33b1c30 Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code. by Nick Lewycky · 16 years ago
  60. b7e1a4f Added MIPS release notes. by Bruno Cardoso Lopes · 16 years ago
  61. 94199da Fix spelling error. by Matthijs Kooijman · 16 years ago
  62. 86af90d remove spurious space in link by Gabor Greif · 16 years ago
  63. 56d313d Remove naming Tilmann for generics. by Nicolas Geoffray · 16 years ago
  64. 3bd3a26 catch one more typo, canonicalize LLVMdev by Gabor Greif · 16 years ago
  65. 804ffb6 fix some validation errors, improve formatting, squash a strange plural by Gabor Greif · 16 years ago
  66. 76dea95 Prevent assert when using '"' in names (via hexadecimal). by Daniel Dunbar · 16 years ago
  67. 1373943 Add some ReleaseNotes on clang codegen. by Daniel Dunbar · 16 years ago
  68. b34dd13 by Devang Patel · 16 years ago
  69. 99a4d30 Add VMKit notes. by Nicolas Geoffray · 16 years ago
  70. 9aeea5b Mention a few methods in ConstantSDNode that were renamed. by Dan Gohman · 16 years ago
  71. 364a39f HTML syntax fixes. by Dan Gohman · 16 years ago
  72. 0e451ce Fix missing end tags and invalid HTML entity syntax. by Dan Gohman · 16 years ago
  73. 01ac101 Add a missing close-tag. by Dan Gohman · 16 years ago
  74. 44aa921 Fix a few close tags. by Dan Gohman · 16 years ago
  75. 1bbddce Fix a typo. by Dan Gohman · 16 years ago
  76. bd9f9af Add a brief mention of the new free-list management code. by Dan Gohman · 16 years ago
  77. a8b8490 minor corrections, improved formatting by Gabor Greif · 16 years ago
  78. fa933f8 typo and formatting tweaks by Gabor Greif · 16 years ago
  79. 9ba2379 Mention the different constant folders that IRBuilder can use. by Duncan Sands · 16 years ago
  80. f1796b6 add some upgrading notes from Pekka. by Chris Lattner · 16 years ago
  81. c702d16 add LSR and frameaddress info. by Chris Lattner · 16 years ago
  82. 3c3ec0c Add static analyzer notes. by Ted Kremenek · 16 years ago
  83. cc04261 more minor updates by Chris Lattner · 16 years ago
  84. eeb4da0 more changes. by Chris Lattner · 16 years ago
  85. f301387 optimizer and codegen by Chris Lattner · 16 years ago
  86. 7752d1a more updates. by Chris Lattner · 16 years ago
  87. b82eb06 describe major new features and llvm-gcc features. by Chris Lattner · 16 years ago
  88. 1050d73 MarkModRef -> AddReadAttrs. by Duncan Sands · 16 years ago
  89. bf8c4f2 Add some llvm-gcc changes that may be worth detailing. by Duncan Sands · 16 years ago
  90. fb97b2d give the static analyzer its own section. by Chris Lattner · 16 years ago
  91. 96a445e more rearranging. by Chris Lattner · 16 years ago
  92. f6662f9 move major changes down. by Chris Lattner · 16 years ago
  93. bbf379a Fix typo. Add note on trampoline support. by Duncan Sands · 16 years ago
  94. 978bcee Update the Ada part. by Duncan Sands · 16 years ago
  95. 59b5ce4 final note. by Chris Lattner · 16 years ago
  96. 50ad45c fix some crazily long lines. by Chris Lattner · 16 years ago
  97. e49d0bc Improve the description on the getelementptr instruction. It should now better by Matthijs Kooijman · 16 years ago
  98. 49feb45 Add whitespace before a parenthesis. by Mikhail Glushenkov · 16 years ago
  99. ea65d7d Add a note on llvmc2 plugins + remove some trailing whitespace (my Emacs does this automatically). by Mikhail Glushenkov · 16 years ago
  100. cdb0e4c more notes by Chris Lattner · 16 years ago