summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/optnone-def-decl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of CHECK-SAME-NOT in tests.Justin Lebar2016-02-101-2/+2
| | | | | | | | | | | | Summary: This isn't a FileCheck directive; it does nothing. Reviewers: jroelofs Subscribers: cfe-commits, majnemer Differential Revision: http://reviews.llvm.org/D17051 llvm-svn: 260334
* Add some overlooked optnone tests, and tighten up an existing test.Paul Robinson2016-01-041-2/+3
| | | | | | Differential Revision: http://reviews.llvm.org/D15704 llvm-svn: 256762
* Try to fix a ppc64 bot. What is this 'signext' stuff anyway?Paul Robinson2014-11-251-8/+8
| | | | | | No wonder most people use specific triples. llvm-svn: 222769
* See if this fixes Mips bot; ignore contents of parameter lists.Paul Robinson2014-11-241-6/+6
| | | | llvm-svn: 222708
* Correctly remove OptimizeForSize from functions marked OptimizeNone.Paul Robinson2014-11-241-0/+94
This allows using __attribute__((optnone)) and the -Os/-Oz options. Fixes PR21604. llvm-svn: 222683
OpenPOWER on IntegriCloud