aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenTBAA.h
AgeCommit message (Expand)Author
2013-04-11Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren
2013-04-04Initial support for struct-path aware TBAA.Manman Ren
2013-04-04revert r178784 since it does not have a commit messageManman Ren
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-09-28Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls forDan Gohman
2012-07-15Update Clang to reflect the move of MDBuilder in r160237.Chandler Carruth
2012-06-06Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer
2012-04-24enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-alia...Kostya Serebryany
2012-04-15Use MDBuilder to help with metadata creation.Duncan Sands
2012-03-26add tbaa metadata to vtable pointer loads/storesKostya Serebryany
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-01-13Move name mangling support from CodeGen to AST. In thePeter Collingbourne
2010-10-25Add infrastructure for emitting TBAA metadata with the "constant" flag.Dan Gohman
2010-10-25Factor out the code for creating the Root and Char nodes, so thatDan Gohman
2010-10-21Add some more comments.Dan Gohman
2010-10-15Experimental TBAA support for enum types.Dan Gohman
2010-10-14Experimental TBAA support.Dan Gohman