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
/
CodeGenCXX
/
attr.cpp
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-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-09-28
PR13941: Mark all virtual functions as unnamed_addr. It's not possible to
Richard Smith
2010-12-07
Fix PR8720 by printing an error message with a substring that the gcc testsui...
Rafael Espindola
2010-03-19
Change CodeGenModule to rely on the Module's symbol table instead of
John McCall
2010-01-27
Fix attr.cpp by not checking the generated assembler output.
Anders Carlsson
2010-01-08
Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring
Eli Friedman
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-10-05
Ensure we have atleast 2-byte alignment for member functions.
Mike Stump
2009-10-05
Testcase for recent checkin.
Mike Stump