Daniel Dunbar
|
648bf78333
|
Support __attribute__(section(<name>))
llvm-svn: 64380
|
2009-02-12 17:28:23 +00:00 |
Daniel Dunbar
|
23b46ca198
|
Fix attributes test case to not run clang umpteen times.
llvm-svn: 56733
|
2008-09-27 00:39:13 +00:00 |
Argyrios Kyrtzidis
|
351763e156
|
Multiple tests in a single test file must be linked with '&&'.
Otherwise, failing tests other than the last one will not be reported.
llvm-svn: 52231
|
2008-06-12 12:40:02 +00:00 |
Nuno Lopes
|
b6f7953818
|
implement the alias attirbute (in both Sema and Codegen)
llvm-svn: 52092
|
2008-06-08 15:45:52 +00:00 |
Chris Lattner
|
0fdc379475
|
The operand to the visibility attribute is required to be a quoted string, not a bare identifier.
llvm-svn: 47893
|
2008-03-04 18:08:48 +00:00 |
Gabor Greif
|
e2e5c3f394
|
The attribute nothrow maps to llvm attribute nounwind. Fix testcase.
llvm-svn: 47841
|
2008-03-03 14:53:09 +00:00 |
Chris Lattner
|
65079bd9be
|
fix codegen support for functions that are nothrow and noreturn.
llvm-svn: 47838
|
2008-03-03 03:45:26 +00:00 |
Chris Lattner
|
8496639787
|
Add a bunch of attributes, patch by Nuno Lopes.
llvm-svn: 47837
|
2008-03-03 03:28:21 +00:00 |