| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a subtle semantic issue with poison values that came up in | Dan Gohman | 2011-12-06 | 1 | -14/+12 |
| * | Line up the comments in a code example. | Dan Gohman | 2011-12-06 | 1 | -19/+19 |
| * | Rename "Trap Values" to "Poison Values", to better reflect their | Dan Gohman | 2011-12-06 | 1 | -29/+29 |
| * | Move 'returns_twice' definition into alphabetical place. | Bill Wendling | 2011-12-05 | 1 | -6/+6 |
| * | Add support for vectors of pointers. | Nadav Rotem | 2011-12-05 | 1 | -15/+37 |
| * | Fix table of contents. | Jakub Staszak | 2011-12-04 | 1 | -4/+4 |
| * | Add 'llvm.expect' intrinsic description. | Jakub Staszak | 2011-12-04 | 1 | -0/+26 |
| * | More cleanups. No content change. | Bill Wendling | 2011-11-30 | 1 | -9/+13 |
| * | Minor cleanup. No content change. | Bill Wendling | 2011-11-30 | 1 | -7/+23 |
| * | remove asmparsing and documentation support for "volatile load", which was on... | Chris Lattner | 2011-11-27 | 1 | -4/+4 |
| * | Reformat the quote and tag the math stuff with <tt> tags. | Bill Wendling | 2011-11-09 | 1 | -6/+9 |
| * | Cleanup the formatting. | Bill Wendling | 2011-11-08 | 1 | -22/+37 |
| * | Fix some misplaced punctuation. | Bill Wendling | 2011-11-04 | 1 | -2/+2 |
| * | docs/*.html: Fix markups. | NAKAMURA Takumi | 2011-10-31 | 1 | -7/+4 |
| * | Close <div> that was indenting the rest of the page. | Nick Lewycky | 2011-10-31 | 1 | -0/+3 |
| * | Add a pinned metadata name for fpaccuracy, and document it | Peter Collingbourne | 2011-10-27 | 1 | -0/+30 |
| * | Document tbaa metadata in LangRef (documentation largely based on | Peter Collingbourne | 2011-10-27 | 1 | -1/+52 |
| * | Remove dead atomic intrinsics from LangRef. | Eli Friedman | 2011-10-26 | 1 | -514/+0 |
| * | Fixed typo. | Lang Hames | 2011-10-13 | 1 | -1/+1 |
| * | target data is a contract with the code generator, not the "processor" | Chris Lattner | 2011-10-11 | 1 | -1/+1 |
| * | improve some of the documentation around target data layout strings. | Chris Lattner | 2011-10-11 | 1 | -0/+16 |
| * | Fixed docs to reflect the proper default value and behaviour of the natural s... | Lang Hames | 2011-10-11 | 1 | -1/+2 |
| * | Use the proper name for "externally visible" linkage -- 'external'. This is the | Bill Wendling | 2011-10-11 | 1 | -4/+4 |
| * | Add a natural stack alignment field to TargetData, and prevent InstCombine from | Lang Hames | 2011-10-10 | 1 | -0/+6 |
| * | Remove last references to hotpatch. | Rafael Espindola | 2011-10-04 | 1 | -8/+0 |
| * | Add the returns_twice attribute to LLVM. | Rafael Espindola | 2011-10-03 | 1 | -0/+5 |
| * | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands | 2011-09-06 | 1 | -18/+53 |
| * | Some minor updates to atomic acquire/release docs in LangRef. | Eli Friedman | 2011-08-24 | 1 | -7/+8 |
| * | Fix an example in the documentation. | Rafael Espindola | 2011-08-23 | 1 | -1/+1 |
| * | Some minor wording updates and cross-linking for atomic docs. Explicitly not... | Eli Friedman | 2011-08-22 | 1 | -11/+25 |
| * | Fixed some punctuation. Sentences can be combined with semi-colons but not | John Criswell | 2011-08-19 | 1 | -2/+2 |
| * | Fix the getelementptr description so it is extremely clear that array indices... | Eli Friedman | 2011-08-12 | 1 | -11/+13 |
| * | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman | 2011-08-12 | 1 | -6/+6 |
| * | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -6/+8 |
| * | fix one reference that slipped through, thanks Eli | Chris Lattner | 2011-08-12 | 1 | -1/+1 |
| * | add new accessors to reflect new terminology in struct types. | Chris Lattner | 2011-08-12 | 1 | -10/+12 |
| * | docs: Update HTML markup(s). | NAKAMURA Takumi | 2011-08-12 | 1 | -12/+15 |
| * | Fix minor typo. | Eli Friedman | 2011-08-09 | 1 | -1/+1 |
| * | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 2011-08-09 | 1 | -13/+34 |
| * | Clean up the grammar for the landingpad instruction. | Bill Wendling | 2011-08-08 | 1 | -2/+4 |
| * | Fix typo found by John. | Bill Wendling | 2011-08-08 | 1 | -1/+1 |
| * | Go back to the old definition. It's not clear that a 'resume' can be 'outline... | Bill Wendling | 2011-08-03 | 1 | -2/+2 |
| * | Explain how clauses are applied. | Bill Wendling | 2011-08-03 | 1 | -0/+4 |
| * | Add the documentation for the 'landingpad' instruction. Improve the 'invoke' | Bill Wendling | 2011-08-02 | 1 | -4/+90 |
| * | no need to count the terminators. | Chris Lattner | 2011-08-02 | 1 | -9/+9 |
| * | Minor wording tweak for memory model. | Eli Friedman | 2011-08-02 | 1 | -4/+4 |
| * | Fix some validation errors. | Bill Wendling | 2011-07-31 | 1 | -0/+2 |
| * | Fix some validation errors. | Bill Wendling | 2011-07-31 | 1 | -3/+5 |
| * | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -2/+37 |
| * | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -33/+2 |