Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" ↵ | Fangrui Song | 2019-12-24 | 1 | -2/+2 |
| | | | | as cleanups after D56351 | ||||
* | [GlobalMerge] Handle non-landingpad EH pads | Reid Kleckner | 2016-10-19 | 1 | -0/+48 |
This code crashed on funclet-style EH instructions such as catchpad, catchswitch, and cleanuppad. Just treat all EH pad instructions equivalently and avoid merging the globals they reference through any use. llvm-svn: 284633 |