summaryrefslogtreecommitdiff
path: root/test/CodeGen/attr-naked.c
AgeCommit message (Expand)Author
2017-05-29IRGen: Add optnone attribute on function during O0Mehdi Amini
2014-09-04Don't emit prologues or epilogues for naked functions (PR18791, PR20028)Hans Wennborg
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
2013-01-31Update the tests.Bill Wendling
2011-08-22Make sure we don't inline functions marked with __attribute__((naked)). <rda...Eli Friedman
2010-09-29Add support for attribute((naked)), patch by Zoxc on cfe-commits!Daniel Dunbar