| Commit message (Expand) | Author | Age | Files | Lines |
* | another typo | Chris Lattner | 2009-09-08 | 1 | -1/+1 |
* | fix a couple typos pointed out by edwin and duncan | Chris Lattner | 2009-09-08 | 1 | -2/+2 |
* | add some more notes. | Chris Lattner | 2009-09-07 | 1 | -1/+40 |
* | describe undef semantics in some more detail. | Chris Lattner | 2009-09-07 | 1 | -5/+101 |
* | Fix the syntax of add/sub/mul nsw/nuw and sdiv exact. | Dan Gohman | 2009-09-02 | 1 | -10/+10 |
* | Add an 'inline hint' attribute to represent source | Dale Johannesen | 2009-08-26 | 1 | -0/+5 |
* | improve documentation for linker_private linkage. | Chris Lattner | 2009-08-24 | 1 | -1/+5 |
* | Clarify a few things in the inbounds description. | Dan Gohman | 2009-08-20 | 1 | -4/+4 |
* | common globals may also not be marked constant. | Chris Lattner | 2009-08-05 | 1 | -3/+4 |
* | Clarify common linkage and the requirements on it. Enforce | Chris Lattner | 2009-08-05 | 1 | -11/+14 |
* | Add one-past-the-end language to the inbounds keyword. | Dan Gohman | 2009-07-29 | 1 | -4/+7 |
* | some wording changes. | Chris Lattner | 2009-07-29 | 1 | -3/+4 |
* | Fix a few typos and add links. | Andreas Bolka | 2009-07-29 | 1 | -15/+19 |
* | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman | 2009-07-27 | 1 | -0/+16 |
* | Fix typo. | Andreas Bolka | 2009-07-27 | 1 | -1/+1 |
* | Following discussion on llvm-dev ("proposed new rule for getelementptr"), | Dan Gohman | 2009-07-27 | 1 | -0/+49 |
* | Update to new syntax. | Dan Gohman | 2009-07-25 | 1 | -2/+2 |
* | Rename the new unsigned and signed keywords to nuw and nsw, | Dan Gohman | 2009-07-22 | 1 | -20/+23 |
* | Misc. doc fixes following suggestions from Eli. | Dan Gohman | 2009-07-22 | 1 | -5/+9 |
* | Documentation for the new non-overflow and exact keywords. | Dan Gohman | 2009-07-20 | 1 | -11/+26 |
* | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner | 2009-07-20 | 1 | -2/+23 |
* | document llvm.used and llvm.metadata. Stub out llvm.global_[cd]tors | Chris Lattner | 2009-07-20 | 1 | -0/+79 |
* | Rename the index to linkage types. | Bill Wendling | 2009-07-20 | 1 | -14/+14 |
* | More reformatting. | Bill Wendling | 2009-07-20 | 1 | -112/+33 |
* | Fix HTML violations. | Bill Wendling | 2009-07-20 | 1 | -3/+3 |
* | Obsessivly reformat. | Bill Wendling | 2009-07-20 | 1 | -2776/+2598 |
* | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 1 | -2/+24 |
* | fix some typos pointed out by Hidenobu Seki | Chris Lattner | 2009-07-18 | 1 | -1/+1 |
* | end sentence in period, draw attention to the fact that you should | Chris Lattner | 2009-07-17 | 1 | -1/+2 |
* | Add support for naked functions | Anton Korobeynikov | 2009-07-17 | 1 | -0/+3 |
* | remove llvm.part.set.* and llvm.part.select.*. They have never been | Chris Lattner | 2009-07-12 | 1 | -106/+0 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -111/+0 |
* | Clarify that if the alignment is zero then an alignment | Duncan Sands | 2009-06-20 | 1 | -6/+8 |
* | Remove the "llvm.umul.with.overflow is broken" warning; it should be | Eli Friedman | 2009-06-16 | 1 | -3/+0 |
* | Rewrite the noredzone description, attempting to avoid confusing language. | Dan Gohman | 2009-06-15 | 1 | -1/+1 |
* | Reword the description of the noredzone attribute. | Dan Gohman | 2009-06-15 | 1 | -2/+3 |
* | Document noredzone and noimplicitfloat function attributes. | Devang Patel | 2009-06-12 | 1 | -4/+12 |
* | Document the stack alignment part of target data description. | Daniel Dunbar | 2009-06-08 | 1 | -0/+4 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -18/+117 |
* | Document how phi and invoke instructions interact with SSA form. | Jay Foad | 2009-06-03 | 1 | -3/+9 |
* | Metadata uses metadata type not empty struct. | Nick Lewycky | 2009-05-30 | 1 | -5/+5 |
* | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 1 | -10/+30 |
* | Remove border around table used for layout. | Nick Lewycky | 2009-05-24 | 1 | -11/+11 |
* | Add a note mentioning that uses of the return value of an invoke | Dan Gohman | 2009-05-22 | 1 | -0/+4 |
* | Make MDNode use CallbackVH. Also change MDNode to store Value* instead of | Nick Lewycky | 2009-05-10 | 1 | -0/+4 |
* | fix typo | Chris Lattner | 2009-05-09 | 1 | -1/+1 |
* | Fix typo. | Bill Wendling | 2009-05-08 | 1 | -1/+1 |
* | Allow readonly functions to unwind exceptions. Teach | Duncan Sands | 2009-05-06 | 1 | -8/+9 |
* | Remove obsolete wording, the only exception a readnone function can throw | Chris Lattner | 2009-05-03 | 1 | -2/+2 |
* | be very explicit that readnone/readonly functions can't | Chris Lattner | 2009-05-03 | 1 | -2/+4 |