index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
attributes.c
Age
Commit message (
Expand
)
Author
2013-02-26
Fix testcases to not rely upon target-* attributes.
Bill Wendling
2013-02-25
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
Add more attributes from the command line to functions.
Bill Wendling
2013-02-20
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2013-02-15
Add the 'target-cpu' and 'target-features' attributes to functions.
Bill Wendling
2012-10-24
Add inreg markers with the x86_fastcallcc calling convention.
Rafael Espindola
2012-05-13
We were already passing the case in pr9356. Add it to attributes.c to make
Rafael Espindola
2011-06-20
Update to match mainline ConstantStruct::get API change. Also, use
Chris Lattner
2010-03-04
Fix PR6473.
Rafael Espindola
2010-02-23
Add support for the weakref attribute. We still produce "alias weak" as llvm-...
Rafael Espindola
2010-02-05
Standardize the parsing of function type attributes in a way that
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-11
And now a test fix in +Asserts mode, which I broke.
Daniel Dunbar
2009-11-11
Fix some tests in -Asserts mode.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-10-06
Add codegen for __builtin_abort. Convert to FileCheck.
Mike Stump
2009-08-10
these tests include section specifiers that aren't valid on the
Chris Lattner
2009-07-25
MultiTestRunner: Validate '&&' at the end of RUN lines.
Daniel Dunbar
2009-07-24
Implement new warning for functions declared 'noreturn' when they fall off th...
Mike Stump
2009-06-28
make these tests pass with the stack canary stuff even on targets where they ...
Chris Lattner
2009-06-05
weak_import should not make definitions have weak linkage.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-06
IRgen support for weak_import.
Daniel Dunbar
2009-02-12
Honor attribute section on static block var decls.
Daniel Dunbar
2009-02-12
Support __attribute__(section(<name>))
Daniel Dunbar
2008-09-27
Fix attributes test case to not run clang umpteen times.
Daniel Dunbar
2008-06-12
Multiple tests in a single test file must be linked with '&&'.
Argyrios Kyrtzidis
2008-06-08
implement the alias attirbute (in both Sema and Codegen)
Nuno Lopes
2008-03-04
The operand to the visibility attribute is required to be a quoted string, no...
Chris Lattner
2008-03-03
The attribute nothrow maps to llvm attribute nounwind. Fix testcase.
Gabor Greif
2008-03-03
fix codegen support for functions that are nothrow and noreturn.
Chris Lattner
2008-03-03
Add a bunch of attributes, patch by Nuno Lopes.
Chris Lattner