aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/function-attributes.c
AgeCommit message (Expand)Author
2013-02-28Add more of the command line options as attribute flags.Bill Wendling
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-26Fix testcases to not rely upon target-* attributes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-22Update tests so that we don't test for function-only attributes on call sites.Bill Wendling
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-01-31Update the tests.Bill Wendling
2013-01-30Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled asRichard Smith
2011-10-12Add returns_twice to functions that are known to return twice. This implementsRafael Espindola
2011-10-03Propagate __attribute__((returns_twice)) from C to IL.Rafael Espindola
2010-02-13Emit the 'alignstack' LLVM function attribute when we encounter a functionCharles Davis
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-27Set OptimizeForSize LLVM function attribute with -Os.Daniel Dunbar
2009-10-27Convert test to FileCheck.Daniel Dunbar
2009-07-21Prep for new warning.Mike Stump
2009-05-05When defining a function whose type has no prototype, make an effortChris Lattner
2009-05-03PR4133: fix always_inline implementation to be consistent with gcc.Eli Friedman
2009-04-14defer emission of always_inline, extern_inline, and inline functions (when Chris Lattner
2009-04-10Don't set both readnone and readonly.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-25Temporarily disable clearing of insert point (to indicate unreachableDaniel Dunbar
2009-02-20Set call attribute for direct calls (i.e. noreturn).Daniel Dunbar
2009-02-03Force triple for codegen tests which have expectations on outputDaniel Dunbar
2008-10-28Add attribute always_inline support.Daniel Dunbar
2008-09-30fix test for latest changes in llvm asm representationNuno Lopes
2008-09-27Fix function-attributes test case to not rely on llvm-gcc.Daniel Dunbar
2008-09-05Set sext/zext on function result.Daniel Dunbar