| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Now that any size of integer indices are allowed for sequential types, remove... | Sanjiv Gupta | 2009-04-27 | 1 | -3/+1 |
* | Any size of integral indices are allowed in gep for indexing into sequential ... | Sanjiv Gupta | 2009-04-26 | 1 | -1/+1 |
* | Fixed the gep example for i16 type indices. | Sanjiv Gupta | 2009-04-25 | 1 | -1/+1 |
* | Fixed spaces and the getelementpointer example with i16 type indices. | Sanjiv Gupta | 2009-04-24 | 1 | -3/+3 |
* | Allow i16 type indices to gep. | Sanjiv Gupta | 2009-04-24 | 1 | -1/+4 |
* | Add a new "available_externally" linkage type. This is intended | Chris Lattner | 2009-04-13 | 1 | -2/+13 |
* | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky | 2009-04-04 | 1 | -0/+38 |
* | Add some explanations of how apint loads and stores | Duncan Sands | 2009-03-22 | 1 | -2/+15 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 1 | -5/+4 |
* | Remove the one-definition-rule version of extern_weak | Duncan Sands | 2009-03-11 | 1 | -7/+5 |
* | Clarify wording, patch by Stefanus Du Toit! | Chris Lattner | 2009-03-09 | 1 | -5/+7 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -3/+18 |
* | Fix grammaro. | Bill Wendling | 2009-02-28 | 1 | -1/+1 |
* | don't use the word 'aggregate' with constants, it is confusing. | Chris Lattner | 2009-02-28 | 1 | -5/+7 |
* | don't redescribe bitcast constraints in two places. It is not valid to | Chris Lattner | 2009-02-28 | 1 | -9/+3 |
* | Update this text for first-class aggregates. | Nick Lewycky | 2009-02-28 | 1 | -3/+4 |
* | Demonstrate the act of including multiple space-separated parameter attributes, | Nick Lewycky | 2009-02-15 | 1 | -1/+1 |
* | Edit description of floating point constants to | Dale Johannesen | 2009-02-11 | 1 | -3/+18 |
* | fix typo, patch by Jonathan Brandmeyer! | Chris Lattner | 2009-02-09 | 1 | -1/+1 |
* | Document llvm.umul.with.overflow indicating that it's badly broken and not in... | Bill Wendling | 2009-02-08 | 1 | -0/+54 |
* | I can't type today apparently. | Chris Lattner | 2009-02-08 | 1 | -1/+1 |
* | fix typo | Chris Lattner | 2009-02-08 | 1 | -1/+1 |
* | document pointer type constraints, PR3513 | Chris Lattner | 2009-02-08 | 1 | -0/+4 |
* | Fixes from feedback. | Bill Wendling | 2009-02-08 | 1 | -15/+27 |
* | Document the 'llvm.OP.with.overflow' intrinsics. | Bill Wendling | 2009-02-08 | 1 | -3/+259 |
* | PR3485, document alignment on byref. | Chris Lattner | 2009-02-05 | 1 | -1/+4 |
* | validation error fix. | Chris Lattner | 2009-02-02 | 1 | -2/+0 |
* | Document type upreferences (PR3380), patch by Stein Roger Skafløtten | Chris Lattner | 2009-02-02 | 1 | -1/+53 |
* | Add more documentation mentioning the limitations due to PR2660. | Dan Gohman | 2009-01-24 | 1 | -2/+31 |
* | Add a few more notes about LLVM IR features that codegen doesn't | Dan Gohman | 2009-01-22 | 1 | -0/+12 |
* | Grammar fix. | Duncan Sands | 2009-01-16 | 1 | -1/+1 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -5/+12 |
* | Document several current CodeGen limitations in LangRef.html. | Dan Gohman | 2009-01-12 | 1 | -0/+12 |
* | The LLVM Assembly Language Reference incorrectly stated that the | Dan Gohman | 2009-01-12 | 1 | -2/+2 |
* | Implement PR3313, and while I'm at it address a very FAQ. | Chris Lattner | 2009-01-11 | 1 | -2/+38 |
* | Fix the example syntax for named sections. | Dan Gohman | 2009-01-11 | 1 | -1/+1 |
* | A few more whitespace tidyments. | Dan Gohman | 2009-01-04 | 1 | -7/+7 |
* | Tidy whitespace. | Dan Gohman | 2009-01-04 | 1 | -8/+8 |