aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/attr-naked.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov1-2/+2
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
2022-03-24Fix a crash with variably-modified parameter types in a naked functionAaron Ballman1-0/+8
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman1-3/+3
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-1/+1
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-1/+1
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-1/+1
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-1/+1
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-1/+1
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-1/+1
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-1/+1
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-3/+3
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover1-1/+1
2017-05-29IRGen: Add optnone attribute on function during O0Mehdi Amini1-2/+3
2014-09-04Don't emit prologues or epilogues for naked functions (PR18791, PR20028)Hans Wennborg1-1/+9
2013-02-26Fix testcases to not rely upon target-* attributes.Bill Wendling1-3/+3
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks1-3/+3
2013-02-25Add more attributes from the command line to functions.Bill Wendling1-3/+3
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling1-2/+4
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling1-2/+2
2013-01-31Update the tests.Bill Wendling1-2/+2
2011-08-22Make sure we don't inline functions marked with __attribute__((naked)). <rda...Eli Friedman1-2/+9
2010-09-29Add support for attribute((naked)), patch by Zoxc on cfe-commits!Daniel Dunbar1-0/+9