| Age | Commit message (Expand) | Author |
| 2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
| 2010-08-20 | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling |
| 2010-08-17 | fix a broken link | Chris Lattner |
| 2010-08-17 | add some 's to a pre to avoid newlines being eaten | Chris Lattner |
| 2010-07-30 | Grammar cop pullover: Corrected and improved some grammar in the description of | John Criswell |
| 2010-07-21 | Disallow null as a named metadata operand. | Dan Gohman |
| 2010-07-13 | Fix the Named Metadata example to make it clear which specific | Dan Gohman |
| 2010-07-13 | HTML cleanup and validation. | Benjamin Kramer |
| 2010-07-13 | When doing sext/zext of constants, the target type must be strictly | Duncan Sands |
| 2010-07-11 | sdiv overflow is outright undefined behavior, with or without the | Dan Gohman |
| 2010-07-06 | Closing tags start with slashes. | John McCall |
| 2010-07-06 | minor typo | Chris Lattner |
| 2010-07-06 | Alphabetize the list of function parameters. | Nick Lewycky |
| 2010-07-06 | Note the relationship between C99 restrict and LLVM noalias, and | Dan Gohman |
| 2010-07-02 | Describe which dependencies are relevant to noalias, and document how | Dan Gohman |
| 2010-07-02 | Add some html anchors, to allow attributes to be linked to directly. | Dan Gohman |
| 2010-07-02 | Reword the definition of the noalias attribute. The intention is for | Dan Gohman |
| 2010-07-01 | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling |
| 2010-06-29 | Revert r107205 and r107207. | Bill Wendling |
| 2010-06-29 | Improve explanation. | Bill Wendling |
| 2010-06-29 | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling |
| 2010-06-17 | Minor clarification. | Dan Gohman |
| 2010-05-29 | Document aggregate operation constant expressions. | Nick Lewycky |
| 2010-05-28 | Fix Data Layout description of floating point. | Dale Johannesen |
| 2010-05-28 | Fix more whitespace to be consistent with AsmPrinter. | Dan Gohman |
| 2010-05-28 | Fix whitespace to be more consistent with AsmPrinter's style. | Dan Gohman |
| 2010-05-28 | Eliminate the restriction that the array size in an alloca must be i32. | Dan Gohman |
| 2010-05-26 | Fix a missing quote. | Dan Gohman |
| 2010-05-07 | Revert r103213. It broke several sections of live website. | mike-m |
| 2010-05-06 | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m |
| 2010-05-05 | Fix some ..'s | Chris Lattner |
| 2010-05-03 | Update this comment to note its relationship with the "happens-before" | Dan Gohman |
| 2010-05-03 | Delete this comment. The behavior of struct loads and stores with | Dan Gohman |
| 2010-05-03 | Describe invoke instruction dependencies. Generalize the text for | Dan Gohman |
| 2010-05-03 | Say "operations" instead of "instructions", as nsw can be applied to | Dan Gohman |
| 2010-04-30 | Fixed @ctor / @dtor the wrong way around in last commit. | David Chisnall |
| 2010-04-30 | Added a brief explanation of @llvm.global_{c,d}tors. | David Chisnall |
| 2010-04-28 | Rewrite the section on trap values to contain a generic description | Dan Gohman |
| 2010-04-28 | Fix spelling errors. | Dan Gohman |
| 2010-04-28 | further clarify alignment of globals, fix instcombine | Chris Lattner |
| 2010-04-28 | improve the global variable alignment description. | Chris Lattner |
| 2010-04-26 | Integrate Jeffery Yasskin's suggestions with respect to | Dan Gohman |
| 2010-04-26 | Consolidate the description of volatile operations, now that some of the | Jeffrey Yasskin |
| 2010-04-26 | Branching or switching on trap transfers imminent undefined behavior | Dan Gohman |
| 2010-04-26 | Fix HTML errors that Jeffery Yasskin noticed. | Dan Gohman |
| 2010-04-24 | PHI nodes also do not necessarily return trap with a trap operand. | Dan Gohman |
| 2010-04-23 | Switch getelementptr inbounds and sdiv exact from undef to trap. | Dan Gohman |
| 2010-04-22 | Add an initial description of a new concept: trap values, and change | Dan Gohman |
| 2010-04-15 | Pointed out by housel on #llvm. | Duncan Sands |
| 2010-04-08 | typo | Chris Lattner |