aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/function-attributes.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Revert r298491 and r298494 which changed Clang's handling of 'nonnull'Chandler Carruth1-14/+0
2017-03-22Remove an overly aggressive assert in r298491 and leave a commentChandler Carruth1-0/+14
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth1-2/+2
2016-08-08Revert "[Attr] Add support for the `ms_hook_prologue` attribute."Charles Davis1-7/+0
2016-08-08[Attr] Add support for the `ms_hook_prologue` attribute.Charles Davis1-0/+7
2015-11-14Make some tests LLVM-optimization agnostic and remove some others that were b...David Blaikie1-28/+9
2015-11-12Update clang regression tests for 'norecurse'James Molloy1-3/+3
2015-09-14Revert "Always_inline codegen rewrite" and 2 follow-ups.Evgeniy Stepanov1-2/+3
2015-09-12Always_inline codegen rewrite.Evgeniy Stepanov1-3/+2
2015-09-11Revert "Specify target triple in alwaysinline tests."Evgeniy Stepanov1-2/+3
2015-09-11Always_inline codegen rewrite.Evgeniy Stepanov1-3/+2
2014-04-16Re-enable several builtins in non-gnu modes.Evgeniy Stepanov1-0/+11
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-6/+6
2013-02-28Add more of the command line options as attribute flags.Bill Wendling1-3/+5
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling1-5/+3
2013-02-26Fix testcases to not rely upon target-* attributes.Bill Wendling1-30/+25
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks1-25/+30
2013-02-25Add more attributes from the command line to functions.Bill Wendling1-30/+25
2013-02-22Update tests so that we don't test for function-only attributes on call sites.Bill Wendling1-5/+8
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling1-5/+5
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling1-14/+23
2013-01-31Update the tests.Bill Wendling1-2/+2
2013-01-30Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled asRichard Smith1-1/+7
2011-10-12Add returns_twice to functions that are known to return twice. This implementsRafael Espindola1-0/+11
2011-10-03Propagate __attribute__((returns_twice)) from C to IL.Rafael Espindola1-0/+11
2010-02-13Emit the 'alignstack' LLVM function attribute when we encounter a functionCharles Davis1-0/+8
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-10-27Set OptimizeForSize LLVM function attribute with -Os.Daniel Dunbar1-9/+26
2009-10-27Convert test to FileCheck.Daniel Dunbar1-20/+17
2009-07-21Prep for new warning.Mike Stump1-1/+1
2009-05-05When defining a function whose type has no prototype, make an effortChris Lattner1-0/+19
2009-05-03PR4133: fix always_inline implementation to be consistent with gcc.Eli Friedman1-2/+1
2009-04-14defer emission of always_inline, extern_inline, and inline functions (when Chris Lattner1-1/+2
2009-04-10Don't set both readnone and readonly.Daniel Dunbar1-0/+4
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-02-25Temporarily disable clearing of insert point (to indicate unreachableDaniel Dunbar1-0/+7
2009-02-20Set call attribute for direct calls (i.e. noreturn).Daniel Dunbar1-1/+12
2009-02-03Force triple for codegen tests which have expectations on outputDaniel Dunbar1-1/+1
2008-10-28Add attribute always_inline support.Daniel Dunbar1-1/+3
2008-09-30fix test for latest changes in llvm asm representationNuno Lopes1-4/+4
2008-09-27Fix function-attributes test case to not rely on llvm-gcc.Daniel Dunbar1-5/+9
2008-09-05Set sext/zext on function result.Daniel Dunbar1-0/+22