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