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