Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IRgen support for weak_import. | Daniel Dunbar | 2009-03-06 | 1 | -0/+10 |
* | Honor attribute section on static block var decls. | Daniel Dunbar | 2009-02-12 | 1 | -2/+7 |
* | Support __attribute__(section(<name>)) | Daniel Dunbar | 2009-02-12 | 1 | -1/+13 |
* | Fix attributes test case to not run clang umpteen times. | Daniel Dunbar | 2008-09-27 | 1 | -9/+11 |
* | Multiple tests in a single test file must be linked with '&&'. | Argyrios Kyrtzidis | 2008-06-12 | 1 | -8/+8 |
* | implement the alias attirbute (in both Sema and Codegen) | Nuno Lopes | 2008-06-08 | 1 | -0/+4 |
* | The operand to the visibility attribute is required to be a quoted string, no... | Chris Lattner | 2008-03-04 | 1 | -2/+2 |
* | The attribute nothrow maps to llvm attribute nounwind. Fix testcase. | Gabor Greif | 2008-03-03 | 1 | -1/+1 |
* | fix codegen support for functions that are nothrow and noreturn. | Chris Lattner | 2008-03-03 | 1 | -0/+5 |
* | Add a bunch of attributes, patch by Nuno Lopes. | Chris Lattner | 2008-03-03 | 1 | -0/+21 |