Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGenCXX][test] Use -fno-experimental-new-pass-manager for ↵ | Fangrui Song | 2019-11-02 | 1 | -1/+1 |
| | | | | | | CodeGenCXX/union-tbaa2.cpp after D68593/llvmorg-10-init-8907-gcecc0d27ad5 It fails with -DENABLE_EXPERIMENTAL_NEW_PASS_MANAGER=0 builds. Temporarily use -fno-experimental-new-pass-manager while we are investigating the root cause. | ||||
* | [CodeGen] Pessimize aliasing for member unions (and may-alias) objects | Krzysztof Parzyszek | 2017-05-25 | 1 | -0/+45 |
Use the TBAA info of the omnipotent char for these objects. Differential Revision: https://reviews.llvm.org/D33328 llvm-svn: 303851 |