aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the signext language in LangRef to closer match zeroext.Cameron Zwarich2011-03-171-2/+3
* The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich2011-03-161-2/+3
* Clarify that the result of an srem is only guaranteed to have the same sign a...Duncan Sands2011-03-071-3/+4
* Small cleanup.Bill Wendling2011-03-021-6/+11
* Enable support for vector sext and trunc:Nadav Rotem2011-02-241-13/+16
* Fix 9267; Add vector zext support.Nadav Rotem2011-02-201-4/+6
* fix typoChris Lattner2011-02-091-1/+1
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-071-3/+25
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-061-1/+7
* Most browsers eliminate whitespace between anchor tags. Force whitespace withNick Lewycky2011-01-291-1/+1
* Add a clarification about merging constants with and without unnamed_addr.Rafael Espindola2011-01-151-1/+4
* First step in fixing PR8927:Rafael Espindola2011-01-081-2/+11
* Integers are primitive types. Update the documentation to state thisTobias Grosser2010-12-281-0/+1
* Clarify some of the differences between indexing with getelementptr and index...Frits van Bommel2010-12-051-1/+9
* Make @llvm.invariant.start not be readonly, so that it has side-effects. ThisNick Lewycky2010-11-301-1/+1
* a byval argument without an align can have an arbitrary alignmentChris Lattner2010-11-201-6/+10
* With the newly simplified SourceMgr interfaces and the generalizedChris Lattner2010-11-171-3/+4
* Random cleanups and format changes.Bill Wendling2010-10-271-68/+69
* Make the description of the hotpatch attribute even more generic. Spotted byCharles Davis2010-10-251-4/+5
* Make hotpatch attribute description a little less Wintel-specific.Charles Davis2010-10-251-3/+5
* Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis2010-10-251-0/+5
* clarify that zero sized vectors are illegal, PR8340Chris Lattner2010-10-101-2/+3
* Fix pasto.Dale Johannesen2010-10-011-1/+1
* Add some doc for the x86mmx type.Dale Johannesen2010-10-011-0/+18
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-281-67/+7
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-201-0/+10
* fix a broken linkChris Lattner2010-08-171-1/+1
* add some &nbsp;'s to a pre to avoid newlines being eaten Chris Lattner2010-08-171-10/+11
* Grammar cop pullover: Corrected and improved some grammar in the description ofJohn Criswell2010-07-301-6/+6
* Disallow null as a named metadata operand.Dan Gohman2010-07-211-3/+5
* Fix the Named Metadata example to make it clear which specificDan Gohman2010-07-131-0/+2
* HTML cleanup and validation.Benjamin Kramer2010-07-131-111/+39
* When doing sext/zext of constants, the target type must be strictlyDuncan Sands2010-07-131-4/+2