| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Clarify the requirements for a "tail call" to actually be optimized into a | Jeffrey Yasskin | 2010-01-09 | 1 | -9/+25 |
* | improve documentation for linkonce to be less confusing. | Chris Lattner | 2010-01-09 | 1 | -4/+11 |
* | Grammar thinko. | Eric Christopher | 2010-01-08 | 1 | -1/+1 |
* | NamedMDNode is a collection MDNodes. | Devang Patel | 2010-01-05 | 1 | -0/+3 |
* | Update docs for bitcode changes. For object size checking we won't | Eric Christopher | 2009-12-23 | 1 | -27/+8 |
* | More updates to objectsize intrinsic docs. | Eric Christopher | 2009-12-05 | 1 | -83/+103 |
* | Update per Bill's comments. Work in progress. | Eric Christopher | 2009-12-01 | 1 | -8/+8 |
* | First pass at llvm.objectsize documentation. | Eric Christopher | 2009-11-30 | 1 | -0/+37 |
* | Vector types are no longer required to have a power-of-two length. | Duncan Sands | 2009-11-27 | 1 | -2/+1 |
* | These code generator limitations have been removed. | Duncan Sands | 2009-11-27 | 1 | -28/+0 |
* | The inbounds keyword isn't relevant to overindexing of | Dan Gohman | 2009-11-09 | 1 | -7/+6 |
* | Remove the "special case" for zero-length arrays, and rephrase this | Dan Gohman | 2009-11-09 | 1 | -6/+7 |
* | add the ability for TargetData to return information about legal integer | Chris Lattner | 2009-11-07 | 1 | -0/+7 |
* | Add missing end-tag. | Bill Wendling | 2009-11-02 | 1 | -1/+1 |
* | Some formatting changes. | Bill Wendling | 2009-11-02 | 1 | -57/+54 |
* | Revert 85678/85680. The decision is to stay with the current form of | Chris Lattner | 2009-11-01 | 1 | -4/+2 |
* | Make blockaddress(@func, null) be valid, and make 'deleting a basic | Chris Lattner | 2009-10-31 | 1 | -2/+4 |
* | use metavariable <result> instead of SSA name %result for consistency | Gabor Greif | 2009-10-28 | 1 | -8/+8 |
* | ooops, SSA name should not be part of the link | Gabor Greif | 2009-10-28 | 1 | -2/+2 |
* | advertise new syntax for unnamed instructions | Gabor Greif | 2009-10-28 | 1 | -7/+7 |
* | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -8/+8 |
* | typo | Chris Lattner | 2009-10-27 | 1 | -1/+1 |
* | you can't take the address of the entry block of a function. | Chris Lattner | 2009-10-27 | 1 | -2/+2 |