summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/function-attributes.c
Commit message (Expand)AuthorAgeFilesLines
* Fix __attribute__((force_align_arg_pointer)) misalignment bugErich Keane2018-04-191-2/+2
* [CodeGen][x86_64] Enable 'force_align_arg_pointer' attribute at x86_64Erich Keane2017-08-301-0/+1
* Revert r298491 and r298494 which changed Clang's handling of 'nonnull'Chandler Carruth2017-03-241-14/+0
* Remove an overly aggressive assert in r298491 and leave a commentChandler Carruth2017-03-221-0/+14
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-2/+2
* Revert "[Attr] Add support for the `ms_hook_prologue` attribute."Charles Davis2016-08-081-7/+0
* [Attr] Add support for the `ms_hook_prologue` attribute.Charles Davis2016-08-081-0/+7
* Make some tests LLVM-optimization agnostic and remove some others that were b...David Blaikie2015-11-141-28/+9
* Update clang regression tests for 'norecurse'James Molloy2015-11-121-3/+3
* Revert "Always_inline codegen rewrite" and 2 follow-ups.Evgeniy Stepanov2015-09-141-2/+3
* Always_inline codegen rewrite.Evgeniy Stepanov2015-09-121-3/+2
* Revert "Specify target triple in alwaysinline tests."Evgeniy Stepanov2015-09-111-2/+3
* Always_inline codegen rewrite.Evgeniy Stepanov2015-09-111-3/+2
* Re-enable several builtins in non-gnu modes.Evgeniy Stepanov2014-04-161-0/+11
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-6/+6
* Add more of the command line options as attribute flags.Bill Wendling2013-02-281-3/+5
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-5/+3
* Fix testcases to not rely upon target-* attributes.Bill Wendling2013-02-261-30/+25
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-25/+30
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-30/+25
* Update tests so that we don't test for function-only attributes on call sites.Bill Wendling2013-02-221-5/+8
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-5/+5
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-14/+23
* Update the tests.Bill Wendling2013-01-311-2/+2
* Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled asRichard Smith2013-01-301-1/+7
* Add returns_twice to functions that are known to return twice. This implementsRafael Espindola2011-10-121-0/+11
* Propagate __attribute__((returns_twice)) from C to IL.Rafael Espindola2011-10-031-0/+11
* Emit the 'alignstack' LLVM function attribute when we encounter a functionCharles Davis2010-02-131-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Set OptimizeForSize LLVM function attribute with -Os.Daniel Dunbar2009-10-271-9/+26
* Convert test to FileCheck.Daniel Dunbar2009-10-271-20/+17
* Prep for new warning.Mike Stump2009-07-211-1/+1
* When defining a function whose type has no prototype, make an effortChris Lattner2009-05-051-0/+19
* PR4133: fix always_inline implementation to be consistent with gcc.Eli Friedman2009-05-031-2/+1
* defer emission of always_inline, extern_inline, and inline functions (when Chris Lattner2009-04-141-1/+2
* Don't set both readnone and readonly.Daniel Dunbar2009-04-101-0/+4
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Temporarily disable clearing of insert point (to indicate unreachableDaniel Dunbar2009-02-251-0/+7
* Set call attribute for direct calls (i.e. noreturn).Daniel Dunbar2009-02-201-1/+12
* Force triple for codegen tests which have expectations on outputDaniel Dunbar2009-02-031-1/+1
* Add attribute always_inline support.Daniel Dunbar2008-10-281-1/+3
* fix test for latest changes in llvm asm representationNuno Lopes2008-09-301-4/+4
* Fix function-attributes test case to not rely on llvm-gcc.Daniel Dunbar2008-09-271-5/+9
* Set sext/zext on function result.Daniel Dunbar2008-09-051-0/+22