aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2010-12-05Clarify some of the differences between indexing with getelementptr and index...Frits van Bommel
2010-11-30Make @llvm.invariant.start not be readonly, so that it has side-effects. ThisNick Lewycky
2010-11-20a byval argument without an align can have an arbitrary alignmentChris Lattner
2010-11-17With the newly simplified SourceMgr interfaces and the generalizedChris Lattner
2010-10-27Random cleanups and format changes.Bill Wendling
2010-10-25Make the description of the hotpatch attribute even more generic. Spotted byCharles Davis
2010-10-25Make hotpatch attribute description a little less Wintel-specific.Charles Davis
2010-10-25Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis
2010-10-10clarify that zero sized vectors are illegal, PR8340Chris Lattner
2010-10-01Fix pasto.Dale Johannesen
2010-10-01Add some doc for the x86mmx type.Dale Johannesen
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-08-20Create the new linker type "linker_private_weak_def_auto".Bill Wendling
2010-08-17fix a broken linkChris Lattner
2010-08-17add some  's to a pre to avoid newlines being eaten Chris Lattner
2010-07-30Grammar cop pullover: Corrected and improved some grammar in the description ofJohn Criswell
2010-07-21Disallow null as a named metadata operand.Dan Gohman
2010-07-13Fix the Named Metadata example to make it clear which specificDan Gohman
2010-07-13HTML cleanup and validation.Benjamin Kramer
2010-07-13When doing sext/zext of constants, the target type must be strictlyDuncan Sands
2010-07-11sdiv overflow is outright undefined behavior, with or without theDan Gohman
2010-07-06Closing tags start with slashes.John McCall
2010-07-06minor typoChris Lattner
2010-07-06Alphabetize the list of function parameters.Nick Lewycky
2010-07-06Note the relationship between C99 restrict and LLVM noalias, andDan Gohman
2010-07-02Describe which dependencies are relevant to noalias, and document howDan Gohman
2010-07-02Add some html anchors, to allow attributes to be linked to directly.Dan Gohman
2010-07-02Reword the definition of the noalias attribute. The intention is forDan Gohman
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Improve explanation.Bill Wendling
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-06-17Minor clarification.Dan Gohman
2010-05-29Document aggregate operation constant expressions.Nick Lewycky
2010-05-28Fix Data Layout description of floating point.Dale Johannesen
2010-05-28Fix more whitespace to be consistent with AsmPrinter.Dan Gohman
2010-05-28Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman
2010-05-28Eliminate the restriction that the array size in an alloca must be i32.Dan Gohman
2010-05-26Fix a missing quote.Dan Gohman
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-05-05Fix some ..'sChris Lattner
2010-05-03Update this comment to note its relationship with the "happens-before"Dan Gohman
2010-05-03Delete this comment. The behavior of struct loads and stores withDan Gohman
2010-05-03Describe invoke instruction dependencies. Generalize the text forDan Gohman
2010-05-03Say "operations" instead of "instructions", as nsw can be applied toDan Gohman
2010-04-30Fixed @ctor / @dtor the wrong way around in last commit. David Chisnall
2010-04-30Added a brief explanation of @llvm.global_{c,d}tors.David Chisnall
2010-04-28Rewrite the section on trap values to contain a generic descriptionDan Gohman
2010-04-28Fix spelling errors.Dan Gohman