aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
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
2005-05-06document calling convention extensionsChris Lattner
2005-05-06Add info on new 'tail' markerChris Lattner
2005-05-04fixup argumentAndrew Lenharth
2005-05-03initial descriptions of count intrinsicsAndrew Lenharth
2005-05-01Mention that arguments to functions must be first class types.Reid Spencer
2005-04-26Convert the remainder of the intrinsic function prototypes to "declare"Reid Spencer
2005-04-26Use the declare syntax not the call syntax for intrinsic prototypes soReid Spencer
2005-04-25document 'opaque' typesChris Lattner
2005-04-22Hyphenate the adjective `n-bit' when used to describe values and processorsMisha Brukman
2005-03-28First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth
2005-03-07Various cleanups and clarifications, thanks to Gabor Greif for contributing t...Chris Lattner
2005-03-07fix another typoChris Lattner
2005-03-07fix typeo that Gabor Greif noticed!Chris Lattner
2005-02-28cleanup my miswordingChris Lattner
2005-02-28Document llvm.prefetch, patch contributed by Justin Wick!Chris Lattner