summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
* 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  's to a pre to avoid newlines being eaten Chris Lattner2010-08-17
* Grammar cop pullover: Corrected and improved some grammar in the description ofJohn Criswell2010-07-30
* Disallow null as a named metadata operand.Dan Gohman2010-07-21
* Fix the Named Metadata example to make it clear which specificDan Gohman2010-07-13
* HTML cleanup and validation.Benjamin Kramer2010-07-13
* When doing sext/zext of constants, the target type must be strictlyDuncan Sands2010-07-13
* sdiv overflow is outright undefined behavior, with or without theDan Gohman2010-07-11
* Closing tags start with slashes.John McCall2010-07-06
* minor typoChris Lattner2010-07-06
* Alphabetize the list of function parameters.Nick Lewycky2010-07-06
* Note the relationship between C99 restrict and LLVM noalias, andDan Gohman2010-07-06
* Describe which dependencies are relevant to noalias, and document howDan Gohman2010-07-02
* Add some html anchors, to allow attributes to be linked to directly.Dan Gohman2010-07-02
* Reword the definition of the noalias attribute. The intention is forDan Gohman2010-07-02
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Improve explanation.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Minor clarification.Dan Gohman2010-06-17
* Document aggregate operation constant expressions.Nick Lewycky2010-05-29
* Fix Data Layout description of floating point.Dale Johannesen2010-05-28
* Fix more whitespace to be consistent with AsmPrinter.Dan Gohman2010-05-28
* Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman2010-05-28