summaryrefslogtreecommitdiff
path: root/test/CodeGen/may-alias.c
AgeCommit message (Expand)Author
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
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-08-21Don't use mangleCXXRTTIName in TBAA for C code.Manman Ren
2013-07-14Make these tests more robust against IRgen choosing to emit more named metadata.Richard Smith
2013-04-27Struct-path aware TBAA: fix handling of may_alias attribute.Manman Ren
2012-04-15Use MDBuilder to help with metadata creation.Duncan Sands
2011-02-26Pretty up the emission of field l-values and use volatile and TBAA whenJohn McCall
2010-12-14Generalize this test to work without instruction names.Dan Gohman
2010-12-13Implement CodeGen support for the may_alias attribute.Dan Gohman