summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/attr-naked.c
Commit message (Expand)AuthorAgeFilesLines
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-2/+3
* Don't emit prologues or epilogues for naked functions (PR18791, PR20028)Hans Wennborg2014-09-041-1/+9
* Fix testcases to not rely upon target-* attributes.Bill Wendling2013-02-261-3/+3
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-3/+3
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-3/+3
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-2/+4
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-151-2/+2
* Update the tests.Bill Wendling2013-01-311-2/+2
* Make sure we don't inline functions marked with __attribute__((naked)). <rda...Eli Friedman2011-08-221-2/+9
* Add support for attribute((naked)), patch by Zoxc on cfe-commits!Daniel Dunbar2010-09-291-0/+9