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 | ||||
* | Exposing the noduplicate attribute within Clang, which marks functions so ↵ | Aaron Ballman | 2014-02-22 | 1 | -0/+20 |
that the optimizer does not duplicate code. Patch thanks to Marcello Maggioni! llvm-svn: 201941 |