aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2011-12-05Add support for vectors of pointers.Nadav Rotem
2011-12-04Fix table of contents.Jakub Staszak
2011-12-04Add 'llvm.expect' intrinsic description.Jakub Staszak
2011-11-30More cleanups. No content change.Bill Wendling
2011-11-30Minor cleanup. No content change.Bill Wendling
2011-11-27remove asmparsing and documentation support for "volatile load", which was on...Chris Lattner
2011-11-09Reformat the quote and tag the math stuff with <tt> tags.Bill Wendling
2011-11-08Cleanup the formatting.Bill Wendling
2011-11-04Fix some misplaced punctuation.Bill Wendling
2011-10-31docs/*.html: Fix markups.NAKAMURA Takumi
2011-10-31Close <div> that was indenting the rest of the page.Nick Lewycky
2011-10-27Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne
2011-10-27Document tbaa metadata in LangRef (documentation largely based onPeter Collingbourne
2011-10-26Remove dead atomic intrinsics from LangRef.Eli Friedman
2011-10-13Fixed typo.Lang Hames
2011-10-11target data is a contract with the code generator, not the "processor"Chris Lattner
2011-10-11improve some of the documentation around target data layout strings.Chris Lattner
2011-10-11Fixed docs to reflect the proper default value and behaviour of the natural s...Lang Hames
2011-10-11Use the proper name for "externally visible" linkage -- 'external'. This is theBill Wendling
2011-10-10Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames
2011-10-04Remove last references to hotpatch.Rafael Espindola
2011-10-03Add the returns_twice attribute to LLVM.Rafael Espindola
2011-09-06Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands
2011-08-24Some minor updates to atomic acquire/release docs in LangRef.Eli Friedman
2011-08-23Fix an example in the documentation.Rafael Espindola
2011-08-22Some minor wording updates and cross-linking for atomic docs. Explicitly not...Eli Friedman
2011-08-19Fixed some punctuation. Sentences can be combined with semi-colons but notJohn Criswell
2011-08-12Fix the getelementptr description so it is extremely clear that array indices...Eli Friedman
2011-08-12Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman
2011-08-12Initial commit of the 'landingpad' instruction.Bill Wendling
2011-08-12fix one reference that slipped through, thanks EliChris Lattner
2011-08-12add new accessors to reflect new terminology in struct types.Chris Lattner
2011-08-12docs: Update HTML markup(s).NAKAMURA Takumi
2011-08-09Fix minor typo.Eli Friedman
2011-08-09Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman
2011-08-08Clean up the grammar for the landingpad instruction.Bill Wendling
2011-08-08Fix typo found by John.Bill Wendling
2011-08-03Go back to the old definition. It's not clear that a 'resume' can be 'outline...Bill Wendling
2011-08-03Explain how clauses are applied.Bill Wendling
2011-08-02Add the documentation for the 'landingpad' instruction. Improve the 'invoke'Bill Wendling
2011-08-02no need to count the terminators.Chris Lattner
2011-08-02Minor wording tweak for memory model.Eli Friedman
2011-07-31Fix some validation errors.Bill Wendling
2011-07-31Fix some validation errors.Bill Wendling
2011-07-31Add the 'resume' instruction for the new EH rewrite.Bill Wendling
2011-07-30Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling
2011-07-28LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman
2011-07-27Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling
2011-07-26Fix a typo.Bill Wendling
2011-07-26Clean up the HTML here a bit.Bill Wendling