| Age | Commit message (Expand) | Author |
| 2006-04-21 | typo | Chris Lattner |
| 2006-04-14 | Adding back vector instructions to keep in mainline. | Tanya Lattner |
| 2006-04-14 | Removing unimplemented vector instructions from language referrence. | Tanya Lattner |
| 2006-04-08 | Move the vector instructions to their own subsection. | Chris Lattner |
| 2006-04-08 | Wrap long lines, fix verification error | Chris Lattner |
| 2006-04-08 | use the right escapes | Chris Lattner |
| 2006-04-08 | Description for the new shufflevector instruction I'm adding. | Chris Lattner |
| 2006-03-24 | Fix a typo, thanks to Gabor Greif | Chris Lattner |
| 2006-03-14 | Fixed a typo in the vsetfp examples. | Robert Bocchino |
| 2006-03-14 | Split the 'vset' instruction into two instructions, 'vsetint' and | Robert Bocchino |
| 2006-03-14 | Update this to match the documentation in the GC doc and to match actual | Chris Lattner |
| 2006-03-14 | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer |
| 2006-03-04 | Spec change: the size of a memset/memcpy/memmove is not required to be aligned | Chris Lattner |
| 2006-03-03 | remove the read/write port/io intrinsics. | Chris Lattner |
| 2006-03-03 | Update the llvm.memset/memcpy/memmove intrinsics to reflect the recent split | Chris Lattner |
| 2006-02-17 | Added documentation for vset and vselect. | Robert Bocchino |
| 2006-01-25 | document the syntax of inline asm | Chris Lattner |
| 2006-01-24 | minor syntax change | Chris Lattner |
| 2006-01-23 | document module-level inline asm support. | Chris Lattner |
| 2006-01-16 | like bswap, the ct* intrinsics require unsigned operands | Chris Lattner |
| 2006-01-16 | Consistency | Chris Lattner |
| 2006-01-16 | There is no llvm.bswap.i8, need at least 2 bytes to swap. | Reid Spencer |
| 2006-01-16 | For PR411: | Reid Spencer |
| 2006-01-15 | Added spec for insertelement operation. | Robert Bocchino |
| 2006-01-13 | Make the bswap documentation more to sabre's liking! | Nate Begeman |
| 2006-01-13 | fix some minor errors | Chris Lattner |
| 2006-01-13 | Add documentation for the upcoming bswap intrinsics! | Nate Begeman |
| 2006-01-13 | Add llvm.stacksave and llvm.stackrestore. | Chris Lattner |
| 2006-01-13 | void* is not legal in LLVM. | Chris Lattner |
| 2006-01-10 | Expanded the documentation for constant expressions to cover select | Robert Bocchino |
| 2006-01-05 | Added the spec for the new "extractelement" instruction. | Robert Bocchino |
| 2005-11-15 | Fix some typos noticed by Gabor Greif! | Chris Lattner |
| 2005-11-12 | document sections | Chris Lattner |
| 2005-11-11 | continued readcyclecounter support | Andrew Lenharth |
| 2005-11-11 | Fix some typos. | Jeff Cohen |
| 2005-11-10 | Packed elements must be a power of two in size | Chris Lattner |
| 2005-11-06 | document alignment on globals, functions, and allocation instructions. | Chris Lattner |
| 2005-10-24 | Grammar and punctuation fixes. | John Criswell |
| 2005-07-21 | llvm.sqrt somehow escaped documentation. | Chris Lattner |
| 2005-06-24 | add a note about variable length array | Chris Lattner |
| 2005-06-22 | SelectionDAG is very unhappy when the argument to an intrinsic is a struct | Andrew Lenharth |
| 2005-06-18 | OK, after checking the backwards compatibility code on X86 and the new code | Andrew Lenharth |
| 2005-05-16 | Added a note about how the type can be omitted in call instructions. | John Criswell |
| 2005-05-15 | ctlz = most signficant bits, cttz = least sig | Chris Lattner |
| 2005-05-13 | Minor fixup of typos. | John Criswell |
| 2005-05-12 | Correct a detail with the alloca instruction. | John Criswell |
| 2005-05-12 | Fixed some typos. | John Criswell |
| 2005-05-11 | don't duplicate information, particularly when it's out of date! | Chris Lattner |
| 2005-05-07 | fix bugs in my previous commit clarify the return type of the bit ops | Chris Lattner |
| 2005-05-06 | add a couple of notes | Chris Lattner |