summaryrefslogtreecommitdiff
path: root/test/CodeGen/tbaa-class.cpp
AgeCommit message (Expand)Author
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2016-02-11[PR26550] Use a different TBAA root for C++ vs C.Manman Ren
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2013-10-11Turn struct-path aware TBAA on by default.Manman Ren
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-30Turn struct-path aware TBAA on by default.Manman Ren
2013-09-27TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren
2013-07-14Make these tests more robust against IRgen choosing to emit more named metadata.Richard Smith
2013-04-30Struct-path aware TBAA: enable struct-path aware TBAA for classes.Manman Ren