summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/optnone-templates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-1/+1
| | | | | | | | | | | Amongst other, this will help LTO to correctly handle/honor files compiled with O0, helping debugging failures. It also seems in line with how we handle other options, like how -fnoinline adds the appropriate attribute as well. Differential Revision: https://reviews.llvm.org/D28404 llvm-svn: 304127
* Get rid of CHECK-SAME-NOT in tests.Justin Lebar2016-02-101-1/+1
| | | | | | | | | | | | 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-0/+104
Differential Revision: http://reviews.llvm.org/D15704 llvm-svn: 256762
OpenPOWER on IntegriCloud