aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* Decribe the "implementation" keyword.Chris Lattner2006-06-131-0/+10
* New calling convention I will be adding shortly.Chris Lattner2006-05-191-0/+13
* Update dox, patch by Vladimir Prus!Chris Lattner2006-05-151-1/+1
* Change token to match asmprinter outputChris Lattner2006-05-141-3/+3
* typoChris Lattner2006-04-211-1/+1
* Adding back vector instructions to keep in mainline.Tanya Lattner2006-04-141-0/+191
* Removing unimplemented vector instructions from language referrence.Tanya Lattner2006-04-141-191/+0
* Move the vector instructions to their own subsection.Chris Lattner2006-04-081-337/+360
* Wrap long lines, fix verification errorChris Lattner2006-04-081-3/+5
* use the right escapesChris Lattner2006-04-081-2/+2
* Description for the new shufflevector instruction I'm adding.Chris Lattner2006-04-081-0/+59
* Fix a typo, thanks to Gabor GreifChris Lattner2006-03-241-1/+1
* Fixed a typo in the vsetfp examples.Robert Bocchino2006-03-141-6/+6
* Split the 'vset' instruction into two instructions, 'vsetint' andRobert Bocchino2006-03-141-38/+73
* Update this to match the documentation in the GC doc and to match actualChris Lattner2006-03-141-6/+10
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* Spec change: the size of a memset/memcpy/memmove is not required to be alignedChris Lattner2006-03-041-6/+5
* remove the read/write port/io intrinsics.Chris Lattner2006-03-031-200/+0
* Update the llvm.memset/memcpy/memmove intrinsics to reflect the recent splitChris Lattner2006-03-031-25/+32
* Added documentation for vset and vselect.Robert Bocchino2006-02-171-4/+158
* document the syntax of inline asmChris Lattner2006-01-251-0/+55
* minor syntax changeChris Lattner2006-01-241-2/+2
* document module-level inline asm support.Chris Lattner2006-01-231-1/+30
* like bswap, the ct* intrinsics require unsigned operandsChris Lattner2006-01-161-26/+26
* ConsistencyChris Lattner2006-01-161-5/+5
* There is no llvm.bswap.i8, need at least 2 bytes to swap.Reid Spencer2006-01-161-1/+0
* For PR411:Reid Spencer2006-01-161-14/+27
* Added spec for insertelement operation.Robert Bocchino2006-01-151-1/+54
* Make the bswap documentation more to sabre's liking!Nate Begeman2006-01-131-93/+39
* fix some minor errorsChris Lattner2006-01-131-3/+3
* Add documentation for the upcoming bswap intrinsics!Nate Begeman2006-01-131-0/+90
* Add llvm.stacksave and llvm.stackrestore.Chris Lattner2006-01-131-0/+68
* void* is not legal in LLVM.Chris Lattner2006-01-131-4/+2
* Expanded the documentation for constant expressions to cover selectRobert Bocchino2006-01-101-0/+10
* Added the spec for the new "extractelement" instruction.Robert Bocchino2006-01-051-0/+44
* Fix some typos noticed by Gabor Greif!Chris Lattner2005-11-151-1/+1
* document sectionsChris Lattner2005-11-121-3/+10
* continued readcyclecounter supportAndrew Lenharth2005-11-111-0/+34
* Fix some typos.Jeff Cohen2005-11-111-2/+2
* Packed elements must be a power of two in sizeChris Lattner2005-11-101-1/+2
* document alignment on globals, functions, and allocation instructions.Chris Lattner2005-11-061-29/+102
* Grammar and punctuation fixes.John Criswell2005-10-241-10/+10
* llvm.sqrt somehow escaped documentation.Chris Lattner2005-07-211-0/+37
* add a note about variable length arrayChris Lattner2005-06-241-0/+16
* SelectionDAG is very unhappy when the argument to an intrinsic is a structAndrew Lenharth2005-06-221-4/+3
* OK, after checking the backwards compatibility code on X86 and the new codeAndrew Lenharth2005-06-181-92/+49
* Added a note about how the type can be omitted in call instructions.John Criswell2005-05-161-17/+21
* ctlz = most signficant bits, cttz = least sigChris Lattner2005-05-151-15/+18
* Minor fixup of typos.John Criswell2005-05-131-15/+15
* Correct a detail with the alloca instruction.John Criswell2005-05-121-1/+1