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
/
function-attributes.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-22
Update tests so that we don't test for function-only attributes on call sites.
Bill Wendling
2013-02-22
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-20
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2013-01-31
Update the tests.
Bill Wendling
2013-01-30
Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
2011-10-12
Add returns_twice to functions that are known to return twice. This implements
Rafael Espindola
2011-10-03
Propagate __attribute__((returns_twice)) from C to IL.
Rafael Espindola
2010-02-13
Emit the 'alignstack' LLVM function attribute when we encounter a function
Charles Davis
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-10-27
Set OptimizeForSize LLVM function attribute with -Os.
Daniel Dunbar
2009-10-27
Convert test to FileCheck.
Daniel Dunbar
2009-07-21
Prep for new warning.
Mike Stump
2009-05-05
When defining a function whose type has no prototype, make an effort
Chris Lattner
2009-05-03
PR4133: fix always_inline implementation to be consistent with gcc.
Eli Friedman
2009-04-14
defer emission of always_inline, extern_inline, and inline functions (when
Chris Lattner
2009-04-10
Don't set both readnone and readonly.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-25
Temporarily disable clearing of insert point (to indicate unreachable
Daniel Dunbar
2009-02-20
Set call attribute for direct calls (i.e. noreturn).
Daniel Dunbar
2009-02-03
Force triple for codegen tests which have expectations on output
Daniel Dunbar
2008-10-28
Add attribute always_inline support.
Daniel Dunbar
2008-09-30
fix test for latest changes in llvm asm representation
Nuno Lopes
2008-09-27
Fix function-attributes test case to not rely on llvm-gcc.
Daniel Dunbar
2008-09-05
Set sext/zext on function result.
Daniel Dunbar