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