aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* 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
* further clarify alignment of globals, fix instcombineChris Lattner2010-04-281-4/+5
* improve the global variable alignment description.Chris Lattner2010-04-281-5/+8
* Integrate Jeffery Yasskin's suggestions with respect toDan Gohman2010-04-261-12/+61
* Consolidate the description of volatile operations, now that some of theJeffrey Yasskin2010-04-261-14/+37
* Branching or switching on trap transfers imminent undefined behaviorDan Gohman2010-04-261-0/+9
* Fix HTML errors that Jeffery Yasskin noticed.Dan Gohman2010-04-261-2/+2
* PHI nodes also do not necessarily return trap with a trap operand.Dan Gohman2010-04-241-2/+2
* Switch getelementptr inbounds and sdiv exact from undef to trap.Dan Gohman2010-04-231-9/+10
* Add an initial description of a new concept: trap values, and changeDan Gohman2010-04-221-3/+35
* Pointed out by housel on #llvm.Duncan Sands2010-04-151-1/+1
* typoChris Lattner2010-04-081-2/+2
* document isvolatile etc.Chris Lattner2010-04-081-31/+37
* Update langref for memcpy, memmove, and memsetMon P Wang2010-04-071-3/+6
* Have the inst emitter add the !srcloc mdnode to the machine instr.Chris Lattner2010-04-071-0/+25
* various cleanups from danielChris Lattner2010-03-151-8/+8
* tidy up and expound more on how half-float works.Chris Lattner2010-03-141-14/+21
* Document fp16 intrinsicsAnton Korobeynikov2010-03-141-0/+90
* add support, testcases, and dox for the new GHC callingChris Lattner2010-03-111-3/+23
* Add documentation on sibling call optimization. Rename tailcall2.ll test to s...Evan Cheng2010-03-081-2/+5
* Add metadata example.Devang Patel2010-03-041-0/+17
* attributes are not part of types anymore, patch by James Woodyatt!Chris Lattner2010-03-021-12/+12