summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/tbaa-for-vptr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update existed CodeGen TBAA testsDanil Malyshev2018-05-011-5/+11
* Refine generation of TBAA information in clangIvan A. Kosarev2017-10-061-3/+3
* [PR26550] Use a different TBAA root for C++ vs C.Manman Ren2016-02-111-1/+1
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-3/+3
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-201-1/+1
* PR19113: Emit 'vtable' TBAA metadata when loading a vptr in a pointer-to-memb...Richard Smith2014-03-121-1/+8
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-5/+5
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-131-5/+5
* TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren2013-10-081-1/+2
* Revert r191586 and r191695. They cause crashes when building withRichard Smith2013-10-011-2/+1
* TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren2013-09-271-1/+2
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-2/+2
* Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith2012-11-051-2/+2
* fix test/CodeGen/tbaa-for-vptr.cpp: don't hardcode the index of metadataKostya Serebryany2012-10-011-3/+3
* enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-alia...Kostya Serebryany2012-04-241-2/+10
* Use MDBuilder to help with metadata creation.Duncan Sands2012-04-151-1/+1
* [tests] Fix test failure in release mode.Daniel Dunbar2012-03-261-1/+1
* add tbaa metadata to vtable pointer loads/storesKostya Serebryany2012-03-261-0/+19