summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
* 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
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-28
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Fix a typo.Bill Wendling2011-07-26
* Clean up the HTML here a bit.Bill Wendling2011-07-26
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* Add uwtable to the langref.Rafael Espindola2011-07-25
* clarify that opaque is actually a struct type, PR10430Chris Lattner2011-07-23
* Some LangRef tweaks, per Dan's comments.Eli Friedman2011-07-22
* Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x...Eli Friedman2011-07-20
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09