aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
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
2010-04-28further clarify alignment of globals, fix instcombineChris Lattner
2010-04-28improve the global variable alignment description.Chris Lattner
2010-04-26Integrate Jeffery Yasskin's suggestions with respect toDan Gohman
2010-04-26Consolidate the description of volatile operations, now that some of theJeffrey Yasskin
2010-04-26Branching or switching on trap transfers imminent undefined behaviorDan Gohman
2010-04-26Fix HTML errors that Jeffery Yasskin noticed.Dan Gohman
2010-04-24PHI nodes also do not necessarily return trap with a trap operand.Dan Gohman
2010-04-23Switch getelementptr inbounds and sdiv exact from undef to trap.Dan Gohman
2010-04-22Add an initial description of a new concept: trap values, and changeDan Gohman
2010-04-15Pointed out by housel on #llvm.Duncan Sands
2010-04-08typoChris Lattner
2010-04-08document isvolatile etc.Chris Lattner
2010-04-07Update langref for memcpy, memmove, and memsetMon P Wang
2010-04-07Have the inst emitter add the !srcloc mdnode to the machine instr.Chris Lattner
2010-03-15various cleanups from danielChris Lattner
2010-03-14tidy up and expound more on how half-float works.Chris Lattner
2010-03-14Document fp16 intrinsicsAnton Korobeynikov
2010-03-11add support, testcases, and dox for the new GHC callingChris Lattner
2010-03-08Add documentation on sibling call optimization. Rename tailcall2.ll test to s...Evan Cheng
2010-03-04Add metadata example.Devang Patel
2010-03-02attributes are not part of types anymore, patch by James Woodyatt!Chris Lattner
2010-03-02PerformTailCallOpt was renamed to GuaranteedTailCallOpt toDan Gohman
2010-03-01Fix spelling.Dan Gohman
2010-02-25Fix HTML.Bill Wendling
2010-02-25Fix a typo.Dan Gohman
2010-02-25Clarify the description of pointer types, and move theDan Gohman
2010-02-23Update LangRef to match the code; pointers default to being 64-bit.Dan Gohman
2010-02-16Add support for emitting non-temporal stores for DAGs markedDavid Greene
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner
2010-02-12Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis
2010-02-06Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen
2010-01-15move "Metadata Nodes and Metadata Strings" section to the right place in theChris Lattner
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher