Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IRGen: Add optnone attribute on function during O0 | Mehdi Amini | 2017-05-29 | 1 | -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 Lebar | 2016-02-10 | 1 | -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 Robinson | 2016-01-04 | 1 | -0/+104 |
Differential Revision: http://reviews.llvm.org/D15704 llvm-svn: 256762 |