Age | Commit message (Expand) | Author |
2010-05-29 | Document aggregate operation constant expressions. | Nick Lewycky |
2010-05-28 | Fix Data Layout description of floating point. | Dale Johannesen |
2010-05-28 | Fix more whitespace to be consistent with AsmPrinter. | Dan Gohman |
2010-05-28 | Fix whitespace to be more consistent with AsmPrinter's style. | Dan Gohman |
2010-05-28 | Eliminate the restriction that the array size in an alloca must be i32. | Dan Gohman |
2010-05-26 | Fix a missing quote. | Dan Gohman |
2010-05-07 | Revert r103213. It broke several sections of live website. | mike-m |
2010-05-06 | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m |
2010-05-05 | Fix some ..'s | Chris Lattner |
2010-05-03 | Update this comment to note its relationship with the "happens-before" | Dan Gohman |
2010-05-03 | Delete this comment. The behavior of struct loads and stores with | Dan Gohman |
2010-05-03 | Describe invoke instruction dependencies. Generalize the text for | Dan Gohman |
2010-05-03 | Say "operations" instead of "instructions", as nsw can be applied to | Dan Gohman |
2010-04-30 | Fixed @ctor / @dtor the wrong way around in last commit. | David Chisnall |
2010-04-30 | Added a brief explanation of @llvm.global_{c,d}tors. | David Chisnall |
2010-04-28 | Rewrite the section on trap values to contain a generic description | Dan Gohman |
2010-04-28 | Fix spelling errors. | Dan Gohman |
2010-04-28 | further clarify alignment of globals, fix instcombine | Chris Lattner |
2010-04-28 | improve the global variable alignment description. | Chris Lattner |
2010-04-26 | Integrate Jeffery Yasskin's suggestions with respect to | Dan Gohman |
2010-04-26 | Consolidate the description of volatile operations, now that some of the | Jeffrey Yasskin |
2010-04-26 | Branching or switching on trap transfers imminent undefined behavior | Dan Gohman |
2010-04-26 | Fix HTML errors that Jeffery Yasskin noticed. | Dan Gohman |
2010-04-24 | PHI nodes also do not necessarily return trap with a trap operand. | Dan Gohman |
2010-04-23 | Switch getelementptr inbounds and sdiv exact from undef to trap. | Dan Gohman |
2010-04-22 | Add an initial description of a new concept: trap values, and change | Dan Gohman |
2010-04-15 | Pointed out by housel on #llvm. | Duncan Sands |
2010-04-08 | typo | Chris Lattner |
2010-04-08 | document isvolatile etc. | Chris Lattner |
2010-04-07 | Update langref for memcpy, memmove, and memset | Mon P Wang |
2010-04-07 | Have the inst emitter add the !srcloc mdnode to the machine instr. | Chris Lattner |
2010-03-15 | various cleanups from daniel | Chris Lattner |
2010-03-14 | tidy up and expound more on how half-float works. | Chris Lattner |
2010-03-14 | Document fp16 intrinsics | Anton Korobeynikov |
2010-03-11 | add support, testcases, and dox for the new GHC calling | Chris Lattner |
2010-03-08 | Add documentation on sibling call optimization. Rename tailcall2.ll test to s... | Evan Cheng |
2010-03-04 | Add metadata example. | Devang Patel |
2010-03-02 | attributes are not part of types anymore, patch by James Woodyatt! | Chris Lattner |
2010-03-02 | PerformTailCallOpt was renamed to GuaranteedTailCallOpt to | Dan Gohman |
2010-03-01 | Fix spelling. | Dan Gohman |
2010-02-25 | Fix HTML. | Bill Wendling |
2010-02-25 | Fix a typo. | Dan Gohman |
2010-02-25 | Clarify the description of pointer types, and move the | Dan Gohman |
2010-02-23 | Update LangRef to match the code; pointers default to being 64-bit. | Dan Gohman |
2010-02-16 | Add support for emitting non-temporal stores for DAGs marked | David Greene |
2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |
2010-02-12 | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis |
2010-02-06 | Reintroduce the InlineHint function attribute. | Jakob Stoklund Olesen |
2010-01-15 | move "Metadata Nodes and Metadata Strings" section to the right place in the | Chris Lattner |
2010-01-15 | Remove the InlineHint attribute. There are no current or planned | Eric Christopher |