summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/may-alias.c
Commit message (Expand)AuthorAgeFilesLines
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-111-3/+3
* [CodeGen] Fix generation of TBAA tags for may-alias accessesIvan A. Kosarev2018-02-201-25/+44
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-2/+2
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-12/+12
* Turn struct-path aware TBAA on by default.Manman Ren2013-10-111-2/+2
* TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren2013-10-081-3/+5
* Revert r191586 and r191695. They cause crashes when building withRichard Smith2013-10-011-7/+5
* Turn struct-path aware TBAA on by default.Manman Ren2013-09-301-2/+2
* TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren2013-09-271-3/+5
* Don't use mangleCXXRTTIName in TBAA for C code.Manman Ren2013-08-211-1/+1
* Make these tests more robust against IRgen choosing to emit more named metadata.Richard Smith2013-07-141-9/+8
* Struct-path aware TBAA: fix handling of may_alias attribute.Manman Ren2013-04-271-2/+13
* Use MDBuilder to help with metadata creation.Duncan Sands2012-04-151-1/+1
* Pretty up the emission of field l-values and use volatile and TBAA whenJohn McCall2011-02-261-2/+11
* Generalize this test to work without instruction names.Dan Gohman2010-12-141-2/+2
* Implement CodeGen support for the may_alias attribute.Dan Gohman2010-12-131-0/+21