aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/attributes.c
AgeCommit message (Expand)Author
2009-10-06Add codegen for __builtin_abort. Convert to FileCheck.Mike Stump
2009-08-10these tests include section specifiers that aren't valid on the Chris Lattner
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-07-24Implement new warning for functions declared 'noreturn' when they fall off th...Mike Stump
2009-06-28make these tests pass with the stack canary stuff even on targets where they ...Chris Lattner
2009-06-05weak_import should not make definitions have weak linkage.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-06IRgen support for weak_import.Daniel Dunbar
2009-02-12Honor attribute section on static block var decls.Daniel Dunbar
2009-02-12Support __attribute__(section(<name>))Daniel Dunbar
2008-09-27Fix attributes test case to not run clang umpteen times.Daniel Dunbar
2008-06-12Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis
2008-06-08implement the alias attirbute (in both Sema and Codegen)Nuno Lopes
2008-03-04The operand to the visibility attribute is required to be a quoted string, no...Chris Lattner
2008-03-03The attribute nothrow maps to llvm attribute nounwind. Fix testcase.Gabor Greif
2008-03-03fix codegen support for functions that are nothrow and noreturn.Chris Lattner
2008-03-03Add a bunch of attributes, patch by Nuno Lopes.Chris Lattner