summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
...
* 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
* Have the inst emitter add the !srcloc mdnode to the machine instr.Chris Lattner2010-04-07
* various cleanups from danielChris Lattner2010-03-15
* tidy up and expound more on how half-float works.Chris Lattner2010-03-14
* Document fp16 intrinsicsAnton Korobeynikov2010-03-14
* add support, testcases, and dox for the new GHC callingChris Lattner2010-03-11
* Add documentation on sibling call optimization. Rename tailcall2.ll test to s...Evan Cheng2010-03-08
* Add metadata example.Devang Patel2010-03-04
* attributes are not part of types anymore, patch by James Woodyatt!Chris Lattner2010-03-02
* PerformTailCallOpt was renamed to GuaranteedTailCallOpt toDan Gohman2010-03-02
* Fix spelling.Dan Gohman2010-03-01
* Fix HTML.Bill Wendling2010-02-25
* Fix a typo.Dan Gohman2010-02-25
* Clarify the description of pointer types, and move theDan Gohman2010-02-25
* Update LangRef to match the code; pointers default to being 64-bit.Dan Gohman2010-02-23
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-16
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-12
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* move "Metadata Nodes and Metadata Strings" section to the right place in theChris Lattner2010-01-15
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* mention that unwind isn't to be trusted, patch by Dustin LaurenceChris Lattner2010-01-15
* Add top level section for named metadata.Devang Patel2010-01-11
* Improve unclear bits and inaccuracies in structure and insertvalueJeffrey Yasskin2010-01-11
* Clarify the requirements for a "tail call" to actually be optimized into aJeffrey Yasskin2010-01-09