aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/tbaa-struct.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-5/+5
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-5/+5
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith1-9/+9
2013-12-16Misc test cleanups.Rafael Espindola1-6/+5
2013-10-08TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren1-3/+5
2013-10-01Revert r191586 and r191695. They cause crashes when building withRichard Smith1-5/+3
2013-09-27TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren1-3/+5
2013-06-26Rewrite record layout for ms_struct structs.Eli Friedman1-1/+1
2013-04-22Add triple to tbaa-struct.cpp to appease botsManman Ren1-1/+1
2013-04-22TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaaManman Ren1-0/+28
2013-03-21Add more testing cases for tbaa.structManman Ren1-0/+29
2012-09-29clang/test/CodeGen/tbaa-struct.cpp: Fix. Be aware of 32 bit pointer.NAKAMURA Takumi1-1/+2
2012-09-28Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls forDan Gohman1-0/+16