aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenTBAA.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-02-20[CodeGen] Fix generation of TBAA tags for may-alias accessesIvan A. Kosarev1-0/+4
2018-01-25[CodeGen] Decorate aggregate accesses with TBAA tagsIvan A. Kosarev1-0/+5
2017-12-03Revert "[CodeGen] Add initial support for union members in TBAA"Hal Finkel1-16/+3
2017-11-30[CodeGen] Add initial support for union members in TBAAIvan A. Kosarev1-3/+16
2017-11-27[CodeGen] Collect information about sizes of accesses and access types for TBAAIvan A. Kosarev1-20/+38
2017-11-21[CodeGen] Generate TBAA type descriptors in a more reliable mannerIvan A. Kosarev1-0/+8
2017-10-31[CodeGen] Propagate may-alias'ness of lvalues with TBAA infoIvan A. Kosarev1-10/+45
2017-10-17[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue ...Ivan A. Kosarev1-0/+11
2017-10-13Revert "[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with...Ivan A. Kosarev1-11/+0
2017-10-13[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue ...Ivan A. Kosarev1-0/+11
2017-10-06Refine generation of TBAA information in clangIvan A. Kosarev1-33/+27
2017-10-05[CodeGen] Unify generation of scalar and struct-path TBAA tagsIvan A. Kosarev1-14/+9
2017-10-05Revert r314977 "[CodeGen] Unify generation of scalar and struct-path TBAA tags"Ivan A. Kosarev1-35/+45
2017-10-05[CodeGen] Unify generation of scalar and struct-path TBAA tagsIvan A. Kosarev1-45/+35
2017-10-03[CodeGen] Introduce generic TBAA access descriptorsIvan A. Kosarev1-12/+39
2017-10-02[CodeGen] Have a special function to get TBAA info for may-alias accessesIvan A. Kosarev1-0/+4
2017-10-02[CodeGen] Do not refer to complete TBAA info where we actually deal with just...Ivan A. Kosarev1-3/+3
2016-02-02Make the remaining headers self-contained.Benjamin Kramer1-5/+2
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer1-2/+2
2013-06-08Fixed comment typo.Michael Gottesman1-1/+1
2013-04-11Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren1-1/+11
2013-04-04Initial support for struct-path aware TBAA.Manman Ren1-1/+54
2013-04-04revert r178784 since it does not have a commit messageManman Ren1-54/+1
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren1-1/+54
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth1-1/+1
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2012-09-28Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls forDan Gohman1-0/+15
2012-07-15Update Clang to reflect the move of MDBuilder in r160237.Chandler Carruth1-1/+1
2012-06-06Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer1-1/+0
2012-04-24enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-alia...Kostya Serebryany1-0/+3
2012-04-15Use MDBuilder to help with metadata creation.Duncan Sands1-4/+4
2012-03-26add tbaa metadata to vtable pointer loads/storesKostya Serebryany1-0/+4
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner1-2/+2
2011-01-13Move name mangling support from CodeGen to AST. In thePeter Collingbourne1-1/+1
2010-10-25Add infrastructure for emitting TBAA metadata with the "constant" flag.Dan Gohman1-1/+2
2010-10-25Factor out the code for creating the Root and Char nodes, so thatDan Gohman1-4/+7
2010-10-21Add some more comments.Dan Gohman1-1/+4
2010-10-15Experimental TBAA support for enum types.Dan Gohman1-3/+5
2010-10-14Experimental TBAA support.Dan Gohman1-0/+67