aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed some typos.John Criswell2005-05-121-10/+10
* don't duplicate information, particularly when it's out of date!Chris Lattner2005-05-111-6/+2
* fix bugs in my previous commit clarify the return type of the bit opsChris Lattner2005-05-071-9/+14
* add a couple of notesChris Lattner2005-05-061-3/+4
* document calling convention extensionsChris Lattner2005-05-061-41/+138
* Add info on new 'tail' markerChris Lattner2005-05-061-11/+37
* fixup argumentAndrew Lenharth2005-05-041-3/+3
* initial descriptions of count intrinsicsAndrew Lenharth2005-05-031-0/+117
* Mention that arguments to functions must be first class types.Reid Spencer2005-05-011-3/+4
* Convert the remainder of the intrinsic function prototypes to "declare"Reid Spencer2005-04-261-17/+15
* Use the declare syntax not the call syntax for intrinsic prototypes soReid Spencer2005-04-261-6/+6
* document 'opaque' typesChris Lattner2005-04-251-1/+43
* Hyphenate the adjective `n-bit' when used to describe values and processorsMisha Brukman2005-04-221-14/+14
* First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth2005-03-281-0/+41
* Various cleanups and clarifications, thanks to Gabor Greif for contributing t...Chris Lattner2005-03-071-5/+8
* fix another typoChris Lattner2005-03-071-1/+1
* fix typeo that Gabor Greif noticed!Chris Lattner2005-03-071-2/+2
* cleanup my miswordingChris Lattner2005-02-281-2/+2
* Document llvm.prefetch, patch contributed by Justin Wick!Chris Lattner2005-02-281-0/+47
* Fix a bug.Chris Lattner2005-02-191-1/+1