aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* 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  '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
* sdiv overflow is outright undefined behavior, with or without theDan Gohman2010-07-111-1/+1
* Closing tags start with slashes.John McCall2010-07-061-2/+2
* minor typoChris Lattner2010-07-061-1/+1
* Alphabetize the list of function parameters.Nick Lewycky2010-07-061-15/+15
* Note the relationship between C99 restrict and LLVM noalias, andDan Gohman2010-07-061-2/+11
* Describe which dependencies are relevant to noalias, and document howDan Gohman2010-07-021-1/+6
* Add some html anchors, to allow attributes to be linked to directly.Dan Gohman2010-07-021-5/+6
* Reword the definition of the noalias attribute. The intention is forDan Gohman2010-07-021-20/+31
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-14/+19
* Revert r107205 and r107207.Bill Wendling2010-06-291-22/+13
* Improve explanation.Bill Wendling2010-06-291-2/+6
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-13/+18
* Minor clarification.Dan Gohman2010-06-171-1/+1
* Document aggregate operation constant expressions.Nick Lewycky2010-05-291-0/+12
* Fix Data Layout description of floating point.Dale Johannesen2010-05-281-2/+4
* Fix more whitespace to be consistent with AsmPrinter.Dan Gohman2010-05-281-14/+14
* Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman2010-05-281-102/+102
* Eliminate the restriction that the array size in an alloca must be i32.Dan Gohman2010-05-281-1/+1
* Fix a missing quote.Dan Gohman2010-05-261-1/+1
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+7780
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-7780/+0
* Fix some ..'sChris Lattner2010-05-051-9/+9
* Update this comment to note its relationship with the "happens-before"Dan Gohman2010-05-031-3/+2
* Delete this comment. The behavior of struct loads and stores withDan Gohman2010-05-031-2/+0
* Describe invoke instruction dependencies. Generalize the text forDan Gohman2010-05-031-9/+10
* Say "operations" instead of "instructions", as nsw can be applied toDan Gohman2010-05-031-1/+1
* Fixed @ctor / @dtor the wrong way around in last commit. David Chisnall2010-04-301-2/+2
* Added a brief explanation of @llvm.global_{c,d}tors.David Chisnall2010-04-301-3/+12
* Rewrite the section on trap values to contain a generic descriptionDan Gohman2010-04-281-47/+71
* Fix spelling errors.Dan Gohman2010-04-281-2/+2