Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3 | Petr Hosek | 2019-06-05 | 1 | -2/+2 |
| | | | | | | | | | | Tests that use -O1, -O2 and -O3 would often produce different results with the new pass manager which makes these tests fail. Disable new PM explicitly for these tests. Differential Revision: https://reviews.llvm.org/D58375 llvm-svn: 362580 | ||||
* | [cfi] Do not emit bit set entry for available_externally vtables. | Evgeniy Stepanov | 2016-01-23 | 1 | -0/+14 |
In the Itanium ABI, vtable may be emitted speculatively as an available_externally global. Such vtable may not be present at the link time and should not have a corresponding CFI bit set entry. llvm-svn: 258596 |