aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document the newly generalized model for constant globals.Chris Lattner2005-02-121-6/+16
* Merged in RELEASE_14 changes.John Criswell2004-12-101-15/+14
* More grammaro's fixed.Reid Spencer2004-12-091-14/+9
* Clean up some grammaro's.Reid Spencer2004-12-091-11/+10
* Fully document the LLVM constants. This should go into LLVM 1.4Chris Lattner2004-12-091-15/+213
* Reflow and clean up some of the HTML in the initial section, split linkageChris Lattner2004-12-091-86/+121
* Move the "High Level Structure" to before "Type System"Chris Lattner2004-12-091-155/+173
* Minor format tweask for tables.Reid Spencer2004-11-011-139/+112
* Document unreachable instructionChris Lattner2004-10-161-14/+53
* Patch contributed by Patrick Meredith:Chris Lattner2004-09-271-31/+70
* Provide some meta tags for this document.Reid Spencer2004-08-261-0/+4
* Wrap long lines and try to fill the 80 chars per line so that we don't have tooMisha Brukman2004-08-121-21/+25
* Add description of packed type support.Chris Lattner2004-08-121-21/+39
* Modernize example, so that you can paste it right into llvm-asBrian Gaeke2004-07-021-2/+5
* Removed the interrupt_handler instrinsic section that I accidently addedJohn Criswell2004-06-251-47/+0
* Grammar and punctuation fixes.John Criswell2004-06-251-5/+5
* Added missing quote.John Criswell2004-06-251-1/+47
* Fix some broken linksChris Lattner2004-06-211-1/+1
* llvm.isnan is dead, long live llvm.isunordered!Chris Lattner2004-06-151-34/+0
* Really add the docs this time :-)Alkis Evlogimenos2004-06-131-0/+35
* Add the isunordered intrinsic.Alkis Evlogimenos2004-06-121-0/+1
* Document the llvm.isnan intrinsicChris Lattner2004-06-111-2/+38