summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
* 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
* Eliminate the restriction that the array size in an alloca must be i32.Dan Gohman2010-05-28
* Fix a missing quote.Dan Gohman2010-05-26
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* Fix some ..'sChris Lattner2010-05-05
* Update this comment to note its relationship with the "happens-before"Dan Gohman2010-05-03
* Delete this comment. The behavior of struct loads and stores withDan Gohman2010-05-03
* Describe invoke instruction dependencies. Generalize the text forDan Gohman2010-05-03
* Say "operations" instead of "instructions", as nsw can be applied toDan Gohman2010-05-03
* Fixed @ctor / @dtor the wrong way around in last commit. David Chisnall2010-04-30
* Added a brief explanation of @llvm.global_{c,d}tors.David Chisnall2010-04-30
* Rewrite the section on trap values to contain a generic descriptionDan Gohman2010-04-28
* Fix spelling errors.Dan Gohman2010-04-28
* further clarify alignment of globals, fix instcombineChris Lattner2010-04-28
* improve the global variable alignment description.Chris Lattner2010-04-28
* Integrate Jeffery Yasskin's suggestions with respect toDan Gohman2010-04-26
* Consolidate the description of volatile operations, now that some of theJeffrey Yasskin2010-04-26
* Branching or switching on trap transfers imminent undefined behaviorDan Gohman2010-04-26
* Fix HTML errors that Jeffery Yasskin noticed.Dan Gohman2010-04-26
* PHI nodes also do not necessarily return trap with a trap operand.Dan Gohman2010-04-24
* Switch getelementptr inbounds and sdiv exact from undef to trap.Dan Gohman2010-04-23
* Add an initial description of a new concept: trap values, and changeDan Gohman2010-04-22
* Pointed out by housel on #llvm.Duncan Sands2010-04-15
* typoChris Lattner2010-04-08
* document isvolatile etc.Chris Lattner2010-04-08
* Update langref for memcpy, memmove, and memsetMon P Wang2010-04-07