| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a link to the GEP faq. | Chris Lattner | 2006-08-15 | 1 | -2/+6 |
* | Decribe the "implementation" keyword. | Chris Lattner | 2006-06-13 | 1 | -0/+10 |
* | New calling convention I will be adding shortly. | Chris Lattner | 2006-05-19 | 1 | -0/+13 |
* | Update dox, patch by Vladimir Prus! | Chris Lattner | 2006-05-15 | 1 | -1/+1 |
* | Change token to match asmprinter output | Chris Lattner | 2006-05-14 | 1 | -3/+3 |
* | typo | Chris Lattner | 2006-04-21 | 1 | -1/+1 |
* | Adding back vector instructions to keep in mainline. | Tanya Lattner | 2006-04-14 | 1 | -0/+191 |
* | Removing unimplemented vector instructions from language referrence. | Tanya Lattner | 2006-04-14 | 1 | -191/+0 |
* | Move the vector instructions to their own subsection. | Chris Lattner | 2006-04-08 | 1 | -337/+360 |
* | Wrap long lines, fix verification error | Chris Lattner | 2006-04-08 | 1 | -3/+5 |
* | use the right escapes | Chris Lattner | 2006-04-08 | 1 | -2/+2 |
* | Description for the new shufflevector instruction I'm adding. | Chris Lattner | 2006-04-08 | 1 | -0/+59 |
* | Fix a typo, thanks to Gabor Greif | Chris Lattner | 2006-03-24 | 1 | -1/+1 |
* | Fixed a typo in the vsetfp examples. | Robert Bocchino | 2006-03-14 | 1 | -6/+6 |
* | Split the 'vset' instruction into two instructions, 'vsetint' and | Robert Bocchino | 2006-03-14 | 1 | -38/+73 |
* | Update this to match the documentation in the GC doc and to match actual | Chris Lattner | 2006-03-14 | 1 | -6/+10 |
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 |
* | Spec change: the size of a memset/memcpy/memmove is not required to be aligned | Chris Lattner | 2006-03-04 | 1 | -6/+5 |
* | remove the read/write port/io intrinsics. | Chris Lattner | 2006-03-03 | 1 | -200/+0 |
* | Update the llvm.memset/memcpy/memmove intrinsics to reflect the recent split | Chris Lattner | 2006-03-03 | 1 | -25/+32 |
* | Added documentation for vset and vselect. | Robert Bocchino | 2006-02-17 | 1 | -4/+158 |
* | document the syntax of inline asm | Chris Lattner | 2006-01-25 | 1 | -0/+55 |
* | minor syntax change | Chris Lattner | 2006-01-24 | 1 | -2/+2 |
* | document module-level inline asm support. | Chris Lattner | 2006-01-23 | 1 | -1/+30 |
* | like bswap, the ct* intrinsics require unsigned operands | Chris Lattner | 2006-01-16 | 1 | -26/+26 |
* | Consistency | Chris Lattner | 2006-01-16 | 1 | -5/+5 |
* | There is no llvm.bswap.i8, need at least 2 bytes to swap. | Reid Spencer | 2006-01-16 | 1 | -1/+0 |
* | For PR411: | Reid Spencer | 2006-01-16 | 1 | -14/+27 |
* | Added spec for insertelement operation. | Robert Bocchino | 2006-01-15 | 1 | -1/+54 |
* | Make the bswap documentation more to sabre's liking! | Nate Begeman | 2006-01-13 | 1 | -93/+39 |
* | fix some minor errors | Chris Lattner | 2006-01-13 | 1 | -3/+3 |
* | Add documentation for the upcoming bswap intrinsics! | Nate Begeman | 2006-01-13 | 1 | -0/+90 |
* | Add llvm.stacksave and llvm.stackrestore. | Chris Lattner | 2006-01-13 | 1 | -0/+68 |
* | void* is not legal in LLVM. | Chris Lattner | 2006-01-13 | 1 | -4/+2 |
* | Expanded the documentation for constant expressions to cover select | Robert Bocchino | 2006-01-10 | 1 | -0/+10 |
* | Added the spec for the new "extractelement" instruction. | Robert Bocchino | 2006-01-05 | 1 | -0/+44 |
* | Fix some typos noticed by Gabor Greif! | Chris Lattner | 2005-11-15 | 1 | -1/+1 |
* | document sections | Chris Lattner | 2005-11-12 | 1 | -3/+10 |
* | continued readcyclecounter support | Andrew Lenharth | 2005-11-11 | 1 | -0/+34 |
* | Fix some typos. | Jeff Cohen | 2005-11-11 | 1 | -2/+2 |
* | Packed elements must be a power of two in size | Chris Lattner | 2005-11-10 | 1 | -1/+2 |
* | document alignment on globals, functions, and allocation instructions. | Chris Lattner | 2005-11-06 | 1 | -29/+102 |
* | Grammar and punctuation fixes. | John Criswell | 2005-10-24 | 1 | -10/+10 |
* | llvm.sqrt somehow escaped documentation. | Chris Lattner | 2005-07-21 | 1 | -0/+37 |
* | add a note about variable length array | Chris Lattner | 2005-06-24 | 1 | -0/+16 |
* | SelectionDAG is very unhappy when the argument to an intrinsic is a struct | Andrew Lenharth | 2005-06-22 | 1 | -4/+3 |
* | OK, after checking the backwards compatibility code on X86 and the new code | Andrew Lenharth | 2005-06-18 | 1 | -92/+49 |
* | Added a note about how the type can be omitted in call instructions. | John Criswell | 2005-05-16 | 1 | -17/+21 |
* | ctlz = most signficant bits, cttz = least sig | Chris Lattner | 2005-05-15 | 1 | -15/+18 |
* | Minor fixup of typos. | John Criswell | 2005-05-13 | 1 | -15/+15 |