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
/
unwind-attr.c
Age
Commit message (
Expand
)
Author
2013-02-28
Add more of the command line options as attribute flags.
Bill Wendling
2013-02-27
Reapply r176133 with testcase fixes.
Bill Wendling
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
A number of test cases assume that an "int" parameter or return value
Ulrich Weigand
2010-08-11
Revise r110163: don't mark weak functions nounwind, because the optimizer
John McCall
2010-08-03
Fix a warning on a test.
John McCall
2010-08-03
Do a very simple pass over every function we emit to infer whether we can
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-07-21
Prep for new warning.
Mike Stump
2009-06-28
make these tests pass with the stack canary stuff even on targets where they ...
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-08-18
Fix test case RUN: line (thanks Argiris)
Daniel Dunbar
2008-08-11
Add test case for -fexceptions
Daniel Dunbar