aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some validation errors.Bill Wendling2011-07-311-3/+5
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-2/+37
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-33/+2
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-8/+241
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-2/+33
* Fix a typo.Bill Wendling2011-07-261-1/+1
* Clean up the HTML here a bit.Bill Wendling2011-07-261-1/+2
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-251-0/+58
* Add uwtable to the langref.Rafael Espindola2011-07-251-0/+8
* clarify that opaque is actually a struct type, PR10430Chris Lattner2011-07-231-5/+5
* Some LangRef tweaks, per Dan's comments.Eli Friedman2011-07-221-13/+16
* Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x...Eli Friedman2011-07-201-0/+86
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-111/+38
* Use add instead of accumulate.Cameron Zwarich2011-07-081-1/+1
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-081-0/+32
* Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte...Owen Anderson2011-07-011-9/+21
* Add missing operand. rdar://9694169Evan Cheng2011-06-291-1/+1
* Document nonlazybind.Dan Gohman2011-06-161-0/+5
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-141-3/+5
* Fix copy+pastos.Dan Gohman2011-05-271-2/+2
* Document llvm.exp and llvm.pow. Dan Gohman2011-05-231-0/+68
* insertvalue takes a variable number of arguments, document this, fixing PR9935.Chris Lattner2011-05-221-3/+4
* Fix errors in this llvm ir example.Nick Lewycky2011-05-161-7/+7
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-234/+237
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-353/+484
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Fix a hole in the definition of "dependence" used by trap values. TrapDan Gohman2011-04-121-2/+22
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
* Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415Nick Lewycky2011-03-311-2/+2