summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
* 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
* Use add instead of accumulate.Cameron Zwarich2011-07-08
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-08
* Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte...Owen Anderson2011-07-01
* Add missing operand. rdar://9694169Evan Cheng2011-06-29
* Document nonlazybind.Dan Gohman2011-06-16
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-14
* Fix copy+pastos.Dan Gohman2011-05-27
* Document llvm.exp and llvm.pow. Dan Gohman2011-05-23
* insertvalue takes a variable number of arguments, document this, fixing PR9935.Chris Lattner2011-05-22
* Fix errors in this llvm ir example.Nick Lewycky2011-05-16
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-23
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-18
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Fix a hole in the definition of "dependence" used by trap values. TrapDan Gohman2011-04-12
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-09
* Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415Nick Lewycky2011-03-31
* Change the signext language in LangRef to closer match zeroext.Cameron Zwarich2011-03-17
* The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich2011-03-16
* Clarify that the result of an srem is only guaranteed to have the same sign a...Duncan Sands2011-03-07
* Small cleanup.Bill Wendling2011-03-02
* Enable support for vector sext and trunc:Nadav Rotem2011-02-24
* Fix 9267; Add vector zext support.Nadav Rotem2011-02-20
* fix typoChris Lattner2011-02-09
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-07
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-06
* Most browsers eliminate whitespace between anchor tags. Force whitespace withNick Lewycky2011-01-29
* Add a clarification about merging constants with and without unnamed_addr.Rafael Espindola2011-01-15
* First step in fixing PR8927:Rafael Espindola2011-01-08
* Integers are primitive types. Update the documentation to state thisTobias Grosser2010-12-28
* Clarify some of the differences between indexing with getelementptr and index...Frits van Bommel2010-12-05
* Make @llvm.invariant.start not be readonly, so that it has side-effects. ThisNick Lewycky2010-11-30
* a byval argument without an align can have an arbitrary alignmentChris Lattner2010-11-20
* With the newly simplified SourceMgr interfaces and the generalizedChris Lattner2010-11-17
* Random cleanups and format changes.Bill Wendling2010-10-27
* Make the description of the hotpatch attribute even more generic. Spotted byCharles Davis2010-10-25
* Make hotpatch attribute description a little less Wintel-specific.Charles Davis2010-10-25
* Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis2010-10-25
* clarify that zero sized vectors are illegal, PR8340Chris Lattner2010-10-10
* Fix pasto.Dale Johannesen2010-10-01
* Add some doc for the x86mmx type.Dale Johannesen2010-10-01
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* fix a broken linkChris Lattner2010-08-17
* add some &nbsp;'s to a pre to avoid newlines being eaten Chris Lattner2010-08-17