aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed some spelling.John Criswell2004-04-091-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12790 91177308-0d34-0410-b5e6-96231b3b80d8
* Modified the prototypes of the llvm.readport and llvm.writeport intrinsicsJohn Criswell2004-04-091-28/+35
| | | | | | | | | | so that they do not specify specific integer sizes (as those are constrained by the code generator, not the intrinsic itself). Also put these intrinsics into their own "Operating System" section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12789 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the llvm.readport and llvm.writeport intrinsics.John Criswell2004-04-091-0/+91
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12788 91177308-0d34-0410-b5e6-96231b3b80d8
* Update getelementptr instruction descriptionChris Lattner2004-04-051-38/+83
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12654 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed grammar typo.John Criswell2004-03-121-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12343 91177308-0d34-0410-b5e6-96231b3b80d8
* Cleanup the cast section, add the select instructionChris Lattner2004-03-121-21/+95
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12307 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove the comment "Constants must always have an initial value.", whichChris Lattner2004-03-081-24/+40
| | | | | | | is incorrect. Fix some formatting nastiness. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12223 91177308-0d34-0410-b5e6-96231b3b80d8
* HTML 4.01 Strict compliance.Misha Brukman2004-03-011-33/+39
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12050 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed minor typos.John Criswell2004-02-241-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11800 91177308-0d34-0410-b5e6-96231b3b80d8
* Wow, the description of the 'switch' instruction was out of date.Chris Lattner2004-02-241-20/+41
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11790 91177308-0d34-0410-b5e6-96231b3b80d8
* fix typeoChris Lattner2004-02-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11446 91177308-0d34-0410-b5e6-96231b3b80d8
* Document new intrinsicsChris Lattner2004-02-141-1/+163
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11438 91177308-0d34-0410-b5e6-96231b3b80d8
* Be a bit more specific about what the alignment value means and the ↵Chris Lattner2004-02-121-0/+12
| | | | | | restrictions on it git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11360 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for the llvm.memmove intrinsic.Chris Lattner2004-02-121-0/+47
| | | | | | | Patch graciously contributed by Reid Spencer! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11354 91177308-0d34-0410-b5e6-96231b3b80d8
* Document the llvm.memcpy intrinsic. Clean up some of the formatting of otherChris Lattner2004-02-121-22/+108
| | | | | | | sections git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11350 91177308-0d34-0410-b5e6-96231b3b80d8
* Add links to SLD from the LangRef.html docChris Lattner2004-01-061-8/+41
| | | | | | | | | Clean up the SLD document a LOT Fill in a lot of details in the SLD document update the formats for the object descriptors git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10698 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed a small grammatical error.John Criswell2003-11-251-1/+10
| | | | | | | | | Explained that function return types cannot be aggregate types. Explained that functions with the same name but different type signatures are considered to be different functions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10230 91177308-0d34-0410-b5e6-96231b3b80d8
* checkin reid's docpatchChris Lattner2003-11-251-1741/+1114
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10200 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed another minor grammatical error.John Criswell2003-11-211-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10130 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor grammatical and punctuation corrections.John Criswell2003-11-211-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10126 91177308-0d34-0410-b5e6-96231b3b80d8
* First pass at cleaning up LangRef.html: stylesheet-ification, consistentMisha Brukman2003-11-081-665/+1016
| | | | | | | formatting, more strict adherence to HTML 4.01, other misc. cleanups. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9799 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typoChris Lattner2003-10-301-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9610 91177308-0d34-0410-b5e6-96231b3b80d8
* Clarify that all manipulatable values must be of first class type, and ↵Chris Lattner2003-10-301-9/+15
| | | | | | | | | specifically update the PHI node entry to mention this as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9606 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_1.John Criswell2003-10-271-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9538 91177308-0d34-0410-b5e6-96231b3b80d8
* Hrm, for some reason, my fingers like typing va_begin. WeirdChris Lattner2003-10-211-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9329 91177308-0d34-0410-b5e6-96231b3b80d8
* Update for new varargs supportChris Lattner2003-10-181-63/+99
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9218 91177308-0d34-0410-b5e6-96231b3b80d8
* Add documentation for weak variablesChris Lattner2003-10-101-2/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9001 91177308-0d34-0410-b5e6-96231b3b80d8
* Add info about volatile loads/storesChris Lattner2003-09-081-4/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8403 91177308-0d34-0410-b5e6-96231b3b80d8
* Final cleanups, document is good to goChris Lattner2003-09-031-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8338 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a WHOLE lot of updates clarifications and fixes. This is not done but ↵Chris Lattner2003-09-031-77/+133
| | | | | | getting closer. I changed the docs to reflect the goal of making unwind an instruction, not an intrinsic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8337 91177308-0d34-0410-b5e6-96231b3b80d8
* hyphenation police visited hereChris Lattner2003-09-021-8/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8336 91177308-0d34-0410-b5e6-96231b3b80d8
* Document the llvm.unwind intrinsic.Chris Lattner2003-08-281-18/+46
| | | | | | | Clarify the documentation for the invoke instruction git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8196 91177308-0d34-0410-b5e6-96231b3b80d8
* The word `separate' only has one `e'.Misha Brukman2003-07-141-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7173 91177308-0d34-0410-b5e6-96231b3b80d8
* Diversify examplesChris Lattner2003-06-181-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6778 91177308-0d34-0410-b5e6-96231b3b80d8
* fix incorrect anchorChris Lattner2003-06-181-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6777 91177308-0d34-0410-b5e6-96231b3b80d8
* va_start only takes on argument now.Chris Lattner2003-05-081-10/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6039 91177308-0d34-0410-b5e6-96231b3b80d8
* Update information about the switch instructionChris Lattner2003-05-081-44/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6037 91177308-0d34-0410-b5e6-96231b3b80d8
* * Add information about LLVM intrinsicsChris Lattner2003-05-081-59/+193
| | | | | | | | * Add information about the va_arg instruction * Add information about the llvm.va_* intrinsics git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6036 91177308-0d34-0410-b5e6-96231b3b80d8
* getelementptr uses long instead of uint indexesChris Lattner2002-12-131-12/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4993 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note about the switch instructionChris Lattner2002-11-051-2/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4551 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix spelling of `propagate'.Misha Brukman2002-10-291-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4423 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed grammar.Misha Brukman2002-09-181-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3805 91177308-0d34-0410-b5e6-96231b3b80d8
* Add distinction between integer and integral types.Chris Lattner2002-09-031-22/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3570 91177308-0d34-0410-b5e6-96231b3b80d8
* Add "written by" noteChris Lattner2002-08-301-1/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3543 91177308-0d34-0410-b5e6-96231b3b80d8
* Comment out broken linkChris Lattner2002-08-291-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3520 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typeo noticed by BryanChris Lattner2002-08-191-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3388 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note mentioning that bools promote to 0 or 1Chris Lattner2002-08-151-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3352 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove information about dead 'not' instructionChris Lattner2002-08-141-51/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3319 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note that specifies that the whether or not sign extension is done byChris Lattner2002-08-131-1/+6
| | | | | | | a cast is determined by the source operand. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3304 91177308-0d34-0410-b5e6-96231b3b80d8
* Avoid calling LLVM "Strongly typed"Chris Lattner2002-06-251-14/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2785 91177308-0d34-0410-b5e6-96231b3b80d8