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
/
struct-passing.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
Update testcases due to Attribute sorting improvements.
Bill Wendling
2013-01-31
Update the tests.
Bill Wendling
2011-08-15
'pure' and 'const' functions should also be marked nounwind. Migrate
Eric Christopher
2011-05-22
make the x86-32 backend specify a byval alignment, even when the
Chris Lattner
2010-10-19
test: FileCheck'ize and document test.
Michael J. Spencer
2010-09-02
stop looking for #uses comments.
Chris Lattner
2010-09-02
Correct this test for the fact that the number of uses is now printed
Duncan Sands
2010-04-20
don't slap noalias attribute on stret result arguments.
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-18
PR3835: Interaction with ABI structure passing can inhibit
Daniel Dunbar