| Age | Commit message (Expand) | Author |
| 2009-03-11 | It makes no sense to have a ODR version of common | Duncan Sands |
| 2009-03-11 | Remove the one-definition-rule version of extern_weak | Duncan Sands |
| 2009-03-09 | Clarify wording, patch by Stefanus Du Toit! | Chris Lattner |
| 2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
| 2009-02-28 | Fix grammaro. | Bill Wendling |
| 2009-02-28 | don't use the word 'aggregate' with constants, it is confusing. | Chris Lattner |
| 2009-02-28 | don't redescribe bitcast constraints in two places. It is not valid to | Chris Lattner |
| 2009-02-28 | Update this text for first-class aggregates. | Nick Lewycky |
| 2009-02-15 | Demonstrate the act of including multiple space-separated parameter attributes, | Nick Lewycky |
| 2009-02-11 | Edit description of floating point constants to | Dale Johannesen |
| 2009-02-09 | fix typo, patch by Jonathan Brandmeyer! | Chris Lattner |
| 2009-02-08 | Document llvm.umul.with.overflow indicating that it's badly broken and not in... | Bill Wendling |
| 2009-02-08 | I can't type today apparently. | Chris Lattner |
| 2009-02-08 | fix typo | Chris Lattner |
| 2009-02-08 | document pointer type constraints, PR3513 | Chris Lattner |
| 2009-02-08 | Fixes from feedback. | Bill Wendling |
| 2009-02-08 | Document the 'llvm.OP.with.overflow' intrinsics. | Bill Wendling |
| 2009-02-05 | PR3485, document alignment on byref. | Chris Lattner |
| 2009-02-02 | validation error fix. | Chris Lattner |
| 2009-02-02 | Document type upreferences (PR3380), patch by Stein Roger Skafløtten | Chris Lattner |
| 2009-01-24 | Add more documentation mentioning the limitations due to PR2660. | Dan Gohman |
| 2009-01-22 | Add a few more notes about LLVM IR features that codegen doesn't | Dan Gohman |
| 2009-01-16 | Grammar fix. | Duncan Sands |
| 2009-01-15 | Add the private linkage. | Rafael Espindola |
| 2009-01-12 | Document several current CodeGen limitations in LangRef.html. | Dan Gohman |
| 2009-01-12 | The LLVM Assembly Language Reference incorrectly stated that the | Dan Gohman |
| 2009-01-11 | Implement PR3313, and while I'm at it address a very FAQ. | Chris Lattner |
| 2009-01-11 | Fix the example syntax for named sections. | Dan Gohman |
| 2009-01-04 | A few more whitespace tidyments. | Dan Gohman |
| 2009-01-04 | Tidy whitespace. | Dan Gohman |
| 2009-01-02 | new non-ambiguous syntax. | Chris Lattner |
| 2008-12-19 | Resubmit support for the 'nocapture' attribute. | Nick Lewycky |
| 2008-12-16 | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling |
| 2008-12-15 | Introducing nocapture, a parameter attribute for pointers to indicate that the | Nick Lewycky |
| 2008-12-11 | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman |
| 2008-12-10 | Added a little more information that vector shifts require vector shift amount. | Mon P Wang |
| 2008-12-09 | Fix getNode to allow a vector for the shift amount for shifts of vectors. | Mon P Wang |
| 2008-11-27 | Fixed HTML closing tag, cleaned up some spacing. | Misha Brukman |
| 2008-11-26 | Small formatting change. | Bill Wendling |
| 2008-11-26 | Update to explain how ssp and sspreq attributes override each other. | Bill Wendling |
| 2008-11-24 | Fix a few HTML tidiness issues. | Dan Gohman |
| 2008-11-24 | NULL, unique pointers from malloc(0), and freed pointers are legal values for | Torok Edwin |
| 2008-11-24 | Seriously strengthen the guarantee offered by noalias on a function's return | Nick Lewycky |
| 2008-11-24 | Extend the 'noalias' attribute to function return values. This is intended to | Nick Lewycky |
| 2008-11-22 | Fixed named anchor for llvm.stackprotector intrinsic. | Misha Brukman |
| 2008-11-21 | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner |
| 2008-11-21 | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling |
| 2008-11-21 | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta |
| 2008-11-19 | - Move the stackprotector intrinsic to the general section. | Bill Wendling |
| 2008-11-18 | Documentation for the llvm.stackprotector intrinsic. | Bill Wendling |