]> granicus.if.org Git - clang/commit
Experimental TBAA support.
authorDan Gohman <gohman@apple.com>
Thu, 14 Oct 2010 23:06:10 +0000 (23:06 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 14 Oct 2010 23:06:10 +0000 (23:06 +0000)
commit3d5aff5d3036b0ff09d114857cd2276134b3d8c9
tree63d582147e979c75e55602858d0bcae7fff6b422
parent5bc794ff3034bad2b231b0841ea6d0a711c4af59
Experimental TBAA support.

This enables metadata generation by default, however the TBAA pass
in the optimizer is still disabled for now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116536 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGValue.h
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/CodeGen/CodeGenTBAA.cpp [new file with mode: 0644]
lib/CodeGen/CodeGenTBAA.h [new file with mode: 0644]