aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* 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
* PerformTailCallOpt was renamed to GuaranteedTailCallOpt toDan Gohman2010-03-021-1/+1
* Fix spelling.Dan Gohman2010-03-011-12/+12
* Fix HTML.Bill Wendling2010-02-251-13/+13
* Fix a typo.Dan Gohman2010-02-251-1/+1
* Clarify the description of pointer types, and move theDan Gohman2010-02-251-4/+7
* Update LangRef to match the code; pointers default to being 64-bit.Dan Gohman2010-02-231-1/+1
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-161-5/+23
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-121-32/+109
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-121-0/+5
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-061-0/+5
* move "Metadata Nodes and Metadata Strings" section to the right place in theChris Lattner2010-01-151-38/+32
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-151-5/+0
* mention that unwind isn't to be trusted, patch by Dustin LaurenceChris Lattner2010-01-151-0/+6
* Add top level section for named metadata.Devang Patel2010-01-111-8/+35
* Improve unclear bits and inaccuracies in structure and insertvalueJeffrey Yasskin2010-01-111-6/+9
* Clarify the requirements for a "tail call" to actually be optimized into aJeffrey Yasskin2010-01-091-9/+25
* improve documentation for linkonce to be less confusing.Chris Lattner2010-01-091-4/+11
* Grammar thinko.Eric Christopher2010-01-081-1/+1
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-051-0/+3
* Update docs for bitcode changes. For object size checking we won'tEric Christopher2009-12-231-27/+8