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