summaryrefslogtreecommitdiff
path: root/test/CodeGen/tbaa-for-vptr.cpp
AgeCommit message (Expand)Author
2017-10-06Refine generation of TBAA information in clangIvan A. Kosarev
2016-02-11[PR26550] Use a different TBAA root for C++ vs C.Manman Ren
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-03-20Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov
2014-03-12PR19113: Emit 'vtable' TBAA metadata when loading a vptr in a pointer-to-memb...Richard Smith
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2014-01-13Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg
2013-10-08TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren
2013-10-01Revert r191586 and r191695. They cause crashes when building withRichard Smith
2013-09-27TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren
2013-09-04Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola
2012-11-05Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith
2012-10-01fix test/CodeGen/tbaa-for-vptr.cpp: don't hardcode the index of metadataKostya Serebryany
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-26[tests] Fix test failure in release mode.Daniel Dunbar
2012-03-26add tbaa metadata to vtable pointer loads/storesKostya Serebryany