summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/function-attributes.c
AgeCommit message (Expand)Author
2024-01-20Warning for incorrect use of 'pure' attribute (#78200)kelbon
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-02-18[clang] functions with the 'const' or 'pure' attribute must always return.Jeroen Dobbelaere
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2018-04-19Fix __attribute__((force_align_arg_pointer)) misalignment bugErich Keane
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