aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* Update the LangRef documentation for llvm.ctlz and llvm.cttz to specifyChandler Carruth2011-12-121-23/+37
* Random cleanups. No description changes.Bill Wendling2011-12-091-14/+14
* Typo.Chad Rosier2011-12-091-1/+1
* Fix a subtle semantic issue with poison values that came up inDan Gohman2011-12-061-14/+12
* Line up the comments in a code example.Dan Gohman2011-12-061-19/+19
* Rename "Trap Values" to "Poison Values", to better reflect theirDan Gohman2011-12-061-29/+29
* Move 'returns_twice' definition into alphabetical place.Bill Wendling2011-12-051-6/+6
* Add support for vectors of pointers.Nadav Rotem2011-12-051-15/+37
* Fix table of contents.Jakub Staszak2011-12-041-4/+4
* Add 'llvm.expect' intrinsic description.Jakub Staszak2011-12-041-0/+26
* More cleanups. No content change.Bill Wendling2011-11-301-9/+13
* Minor cleanup. No content change.Bill Wendling2011-11-301-7/+23
* remove asmparsing and documentation support for "volatile load", which was on...Chris Lattner2011-11-271-4/+4
* Reformat the quote and tag the math stuff with <tt> tags.Bill Wendling2011-11-091-6/+9
* Cleanup the formatting.Bill Wendling2011-11-081-22/+37
* Fix some misplaced punctuation.Bill Wendling2011-11-041-2/+2
* docs/*.html: Fix markups.NAKAMURA Takumi2011-10-311-7/+4
* Close <div> that was indenting the rest of the page.Nick Lewycky2011-10-311-0/+3
* Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne2011-10-271-0/+30
* Document tbaa metadata in LangRef (documentation largely based onPeter Collingbourne2011-10-271-1/+52
* Remove dead atomic intrinsics from LangRef.Eli Friedman2011-10-261-514/+0
* Fixed typo.Lang Hames2011-10-131-1/+1
* target data is a contract with the code generator, not the "processor"Chris Lattner2011-10-111-1/+1
* improve some of the documentation around target data layout strings.Chris Lattner2011-10-111-0/+16
* Fixed docs to reflect the proper default value and behaviour of the natural s...Lang Hames2011-10-111-1/+2
* Use the proper name for "externally visible" linkage -- 'external'. This is theBill Wendling2011-10-111-4/+4
* Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames2011-10-101-0/+6
* Remove last references to hotpatch.Rafael Espindola2011-10-041-8/+0
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-031-0/+5
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-18/+53
* Some minor updates to atomic acquire/release docs in LangRef.Eli Friedman2011-08-241-7/+8
* Fix an example in the documentation.Rafael Espindola2011-08-231-1/+1
* Some minor wording updates and cross-linking for atomic docs. Explicitly not...Eli Friedman2011-08-221-11/+25
* Fixed some punctuation. Sentences can be combined with semi-colons but notJohn Criswell2011-08-191-2/+2
* Fix the getelementptr description so it is extremely clear that array indices...Eli Friedman2011-08-121-11/+13
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-6/+6
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-121-6/+8
* fix one reference that slipped through, thanks EliChris Lattner2011-08-121-1/+1
* add new accessors to reflect new terminology in struct types.Chris Lattner2011-08-121-10/+12
* docs: Update HTML markup(s).NAKAMURA Takumi2011-08-121-12/+15
* Fix minor typo.Eli Friedman2011-08-091-1/+1
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-091-13/+34
* Clean up the grammar for the landingpad instruction.Bill Wendling2011-08-081-2/+4
* Fix typo found by John.Bill Wendling2011-08-081-1/+1
* Go back to the old definition. It's not clear that a 'resume' can be 'outline...Bill Wendling2011-08-031-2/+2
* Explain how clauses are applied.Bill Wendling2011-08-031-0/+4
* Add the documentation for the 'landingpad' instruction. Improve the 'invoke'Bill Wendling2011-08-021-4/+90
* no need to count the terminators.Chris Lattner2011-08-021-9/+9
* Minor wording tweak for memory model.Eli Friedman2011-08-021-4/+4
* Fix some validation errors.Bill Wendling2011-07-311-0/+2