| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for naked functions | Anton Korobeynikov | 2009-07-17 | 1 | -1/+3 |
* | Add new function attribute - noimplicitfloat | Devang Patel | 2009-06-05 | 1 | -0/+2 |
* | Add new function attribute - noredzone. | Devang Patel | 2009-06-04 | 1 | -0/+2 |
* | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad | 2009-05-21 | 1 | -3/+3 |
* | Use the spiffy new getAlignmentFromAttrs function. | Nick Lewycky | 2009-01-11 | 1 | -1/+1 |
* | Commit missed files from nocapture change. | Nick Lewycky | 2008-12-19 | 1 | -2/+5 |
* | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 1 | -5/+2 |
* | It turns out that "align 1" and unaligned are different. Add a bias to the | Nick Lewycky | 2008-12-15 | 1 | -1/+1 |
* | Introducing nocapture, a parameter attribute for pointers to indicate that the | Nick Lewycky | 2008-12-15 | 1 | -2/+5 |
* | Implement stack protectors as function attributes: "ssp" and "sspreq". | Bill Wendling | 2008-11-13 | 1 | -0/+4 |
* | Now Attributes are divided in three groups | Devang Patel | 2008-09-26 | 1 | -0/+6 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -79/+79 |
* | s/ParamAttrsWithIndex/FnAttributeWithIndex/g | Devang Patel | 2008-09-24 | 1 | -16/+16 |
* | s/ParamAttributeListImpl/AttributeListImpl/g | Devang Patel | 2008-09-24 | 1 | -12/+12 |
* | 80 cols | Devang Patel | 2008-09-23 | 1 | -1/+1 |
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -0/+297 |