summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/attr-optnone.c
Commit message (Expand)AuthorAgeFilesLines
* Instead of having -Os/-Oz add OptimizeForSize/MinSize first, and laterPaul Robinson2014-12-111-0/+9
* Diagnose attributes 'optnone' and 'minsize' on the same declaration.Paul Robinson2014-12-101-1/+1
* Revert r223980 as it had wrong commit message.Paul Robinson2014-12-101-1/+1
* Rename a couple of preprocessor symbols to be more descriptive. NFC.Paul Robinson2014-12-101-1/+1
* Correctly remove OptimizeForSize from functions marked OptimizeNone.Paul Robinson2014-11-241-1/+9
* Fix broken FileCheck prefixNico Rieck2014-05-231-1/+1
* Implement the 'optnone' attribute, which suppresses most optimizationsPaul Robinson2014-03-311-0/+25