| Age | Commit message (Expand) | Author |
| 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 |
| 2010-04-08 | document isvolatile etc. | Chris Lattner |
| 2010-04-07 | Update langref for memcpy, memmove, and memset | Mon P Wang |
| 2010-04-07 | Have the inst emitter add the !srcloc mdnode to the machine instr. | Chris Lattner |
| 2010-03-15 | various cleanups from daniel | Chris Lattner |
| 2010-03-14 | tidy up and expound more on how half-float works. | Chris Lattner |
| 2010-03-14 | Document fp16 intrinsics | Anton Korobeynikov |
| 2010-03-11 | add support, testcases, and dox for the new GHC calling | Chris Lattner |
| 2010-03-08 | Add documentation on sibling call optimization. Rename tailcall2.ll test to s... | Evan Cheng |
| 2010-03-04 | Add metadata example. | Devang Patel |
| 2010-03-02 | attributes are not part of types anymore, patch by James Woodyatt! | Chris Lattner |
| 2010-03-02 | PerformTailCallOpt was renamed to GuaranteedTailCallOpt to | Dan Gohman |
| 2010-03-01 | Fix spelling. | Dan Gohman |
| 2010-02-25 | Fix HTML. | Bill Wendling |
| 2010-02-25 | Fix a typo. | Dan Gohman |
| 2010-02-25 | Clarify the description of pointer types, and move the | Dan Gohman |
| 2010-02-23 | Update LangRef to match the code; pointers default to being 64-bit. | Dan Gohman |
| 2010-02-16 | Add support for emitting non-temporal stores for DAGs marked | David Greene |
| 2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |
| 2010-02-12 | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis |
| 2010-02-06 | Reintroduce the InlineHint function attribute. | Jakob Stoklund Olesen |
| 2010-01-15 | move "Metadata Nodes and Metadata Strings" section to the right place in the | Chris Lattner |
| 2010-01-15 | Remove the InlineHint attribute. There are no current or planned | Eric Christopher |
| 2010-01-15 | mention that unwind isn't to be trusted, patch by Dustin Laurence | Chris Lattner |
| 2010-01-11 | Add top level section for named metadata. | Devang Patel |
| 2010-01-11 | Improve unclear bits and inaccuracies in structure and insertvalue | Jeffrey Yasskin |
| 2010-01-09 | Clarify the requirements for a "tail call" to actually be optimized into a | Jeffrey Yasskin |
| 2010-01-09 | improve documentation for linkonce to be less confusing. | Chris Lattner |
| 2010-01-08 | Grammar thinko. | Eric Christopher |