summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/attributes.c
AgeCommit message (Expand)Author
2023-02-16[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-08-10Default implicit function pointer conversions diagnostic to be an errorAaron Ballman
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman
2022-02-24Remove useless RUN lines in the middle of the file and pipe to FileCheck; NFCAaron Ballman
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
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
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-12-17[IR][PGO] Add hot func attribute and use hot/cold attribute in func sectionRong Xu
2020-12-17Detect section type conflicts between functions and variablesTomas Matheson
2020-03-09Recommit #2 "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-09Revert "Recommit "[Driver] Default to -fno-common for all targets""Sjoerd Meijer
2020-03-09Recommit "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-03Revert "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-03[Driver] Default to -fno-common for all targetsSjoerd Meijer
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-05-18This patch aims to match the changes introducedAlexander Ivchenko
2018-03-17Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon
2017-06-13Preserve cold attribute for function declsXinliang David Li
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-07-30Update for llvm change.Rafael Espindola
2014-06-03Update for llvm API change.Rafael Espindola
2014-05-16Update for llvm api change.Rafael Espindola
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-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2012-10-24Add inreg markers with the x86_fastcallcc calling convention.Rafael Espindola
2012-05-13We were already passing the case in pr9356. Add it to attributes.c to makeRafael Espindola
2011-06-20Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner
2010-03-04Fix PR6473.Rafael Espindola
2010-02-23Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola
2010-02-05Standardize the parsing of function type attributes in a way thatJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-11And now a test fix in +Asserts mode, which I broke.Daniel Dunbar
2009-11-11Fix some tests in -Asserts mode.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-06Add codegen for __builtin_abort. Convert to FileCheck.Mike Stump
2009-08-10these tests include section specifiers that aren't valid on the Chris Lattner
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar