summaryrefslogtreecommitdiff
path: root/test/CodeGen/function-attributes.c
AgeCommit message (Expand)Author
2017-08-30[CodeGen][x86_64] Enable 'force_align_arg_pointer' attribute at x86_64Erich Keane
2017-03-24Revert r298491 and r298494 which changed Clang's handling of 'nonnull'Chandler Carruth
2017-03-22Remove an overly aggressive assert in r298491 and leave a commentChandler Carruth
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2016-08-08Revert "[Attr] Add support for the `ms_hook_prologue` attribute."Charles Davis
2016-08-08[Attr] Add support for the `ms_hook_prologue` attribute.Charles Davis
2015-11-14Make some tests LLVM-optimization agnostic and remove some others that were b...David Blaikie
2015-11-12Update clang regression tests for 'norecurse'James Molloy
2015-09-14Revert "Always_inline codegen rewrite" and 2 follow-ups.Evgeniy Stepanov
2015-09-12Always_inline codegen rewrite.Evgeniy Stepanov
2015-09-11Revert "Specify target triple in alwaysinline tests."Evgeniy Stepanov
2015-09-11Always_inline codegen rewrite.Evgeniy Stepanov
2014-04-16Re-enable several builtins in non-gnu modes.Evgeniy Stepanov
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
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