index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
attributes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer type] update test cases for explicit pointee types on global ...
David Blaikie
2015-09-11
1
-1
/
+1
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-1
/
+1
*
Update for llvm change.
Rafael Espindola
2014-07-30
1
-1
/
+1
*
Update for llvm API change.
Rafael Espindola
2014-06-03
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Fix testcases to not rely upon target-* attributes.
Bill Wendling
2013-02-26
1
-13
/
+12
*
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
1
-12
/
+13
*
Add more attributes from the command line to functions.
Bill Wendling
2013-02-25
1
-13
/
+12
*
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2013-02-20
1
-10
/
+14
*
Add the 'target-cpu' and 'target-features' attributes to functions.
Bill Wendling
2013-02-15
1
-10
/
+10
*
Add inreg markers with the x86_fastcallcc calling convention.
Rafael Espindola
2012-10-24
1
-1
/
+1
*
We were already passing the case in pr9356. Add it to attributes.c to make
Rafael Espindola
2012-05-13
1
-0
/
+8
*
Update to match mainline ConstantStruct::get API change. Also, use
Chris Lattner
2011-06-20
1
-1
/
+1
*
Fix PR6473.
Rafael Espindola
2010-03-04
1
-6
/
+0
*
Add support for the weakref attribute. We still produce "alias weak" as llvm-...
Rafael Espindola
2010-02-23
1
-0
/
+6
*
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-05
1
-0
/
+7
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
And now a test fix in +Asserts mode, which I broke.
Daniel Dunbar
2009-11-11
1
-1
/
+1
*
Fix some tests in -Asserts mode.
Daniel Dunbar
2009-11-11
1
-1
/
+0
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
Add codegen for __builtin_abort. Convert to FileCheck.
Mike Stump
2009-10-06
1
-43
/
+51
*
these tests include section specifiers that aren't valid on the
Chris Lattner
2009-08-10
1
-1
/
+1
*
MultiTestRunner: Validate '&&' at the end of RUN lines.
Daniel Dunbar
2009-07-25
1
-1
/
+1
*
Implement new warning for functions declared 'noreturn' when they fall off th...
Mike Stump
2009-07-24
1
-2
/
+2
*
make these tests pass with the stack canary stuff even on targets where they ...
Chris Lattner
2009-06-28
1
-1
/
+1
*
weak_import should not make definitions have weak linkage.
Daniel Dunbar
2009-06-05
1
-1
/
+11
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
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