| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | these tests include section specifiers that aren't valid on the | Chris Lattner | 2009-08-10 | 1 | -1/+1 |
| | | | | | | | mac, use an explicit triple. llvm-svn: 78583 | ||||
| * | MultiTestRunner: Validate '&&' at the end of RUN lines. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
| | | | | | | | | | - This is just to normalize, these will go away soon hopefully. Added all the missing '&&'s that have crept in. :) llvm-svn: 77062 | ||||
| * | Implement new warning for functions declared 'noreturn' when they fall off ↵ | Mike Stump | 2009-07-24 | 1 | -2/+2 |
| | | | | | | | the end. llvm-svn: 76932 | ||||
| * | make these tests pass with the stack canary stuff even on targets where they ↵ | Chris Lattner | 2009-06-28 | 1 | -1/+1 |
| | | | | | | | default to on. llvm-svn: 74412 | ||||
| * | weak_import should not make definitions have weak linkage. | Daniel Dunbar | 2009-06-05 | 1 | -1/+11 |
| | | | | | | | - <rdar://problem/6948703> clang treats weak_import like weak llvm-svn: 72967 | ||||
| * | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| | | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
| * | IRgen support for weak_import. | Daniel Dunbar | 2009-03-06 | 1 | -0/+10 |
| | | | | | | | - <rdar://problem/6652110> clang should support weak_import llvm-svn: 66270 | ||||
| * | Honor attribute section on static block var decls. | Daniel Dunbar | 2009-02-12 | 1 | -2/+7 |
| | | | | | llvm-svn: 64411 | ||||
| * | Support __attribute__(section(<name>)) | Daniel Dunbar | 2009-02-12 | 1 | -1/+13 |
| | | | | | llvm-svn: 64380 | ||||
| * | Fix attributes test case to not run clang umpteen times. | Daniel Dunbar | 2008-09-27 | 1 | -9/+11 |
| | | | | | llvm-svn: 56733 | ||||
| * | Multiple tests in a single test file must be linked with '&&'. | Argyrios Kyrtzidis | 2008-06-12 | 1 | -8/+8 |
| | | | | | | | Otherwise, failing tests other than the last one will not be reported. llvm-svn: 52231 | ||||
| * | implement the alias attirbute (in both Sema and Codegen) | Nuno Lopes | 2008-06-08 | 1 | -0/+4 |
| | | | | | llvm-svn: 52092 | ||||
| * | The operand to the visibility attribute is required to be a quoted string, ↵ | Chris Lattner | 2008-03-04 | 1 | -2/+2 |
| | | | | | | | not a bare identifier. llvm-svn: 47893 | ||||
| * | The attribute nothrow maps to llvm attribute nounwind. Fix testcase. | Gabor Greif | 2008-03-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 47841 | ||||
| * | fix codegen support for functions that are nothrow and noreturn. | Chris Lattner | 2008-03-03 | 1 | -0/+5 |
| | | | | | llvm-svn: 47838 | ||||
| * | Add a bunch of attributes, patch by Nuno Lopes. | Chris Lattner | 2008-03-03 | 1 | -0/+21 |
| llvm-svn: 47837 | |||||

