summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/tbaa-struct.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Updated testDavid Bolvansky2019-09-171-7/+7
* [NFC] Updated tests after r368875David Bolvansky2019-08-141-7/+7
* [NFC] Updated tests after r368724David Bolvansky2019-08-131-7/+7
* [NFC] Updated tests after r368657David Bolvansky2019-08-131-7/+7
* Fix TBAA representation for zero-sized fields and unnamed bit-fields.Richard Smith2019-06-221-4/+4
* [CodeGen] Decorate aggregate accesses with TBAA tagsIvan A. Kosarev2018-01-251-42/+96
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-5/+5
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-5/+5
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-5/+5
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-9/+9
* Misc test cleanups.Rafael Espindola2013-12-161-6/+5
* 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-5/+3
* TBAA: use the same format for scalar TBAA and struct-path aware TBAA.Manman Ren2013-09-271-3/+5
* Rewrite record layout for ms_struct structs.Eli Friedman2013-06-261-1/+1
* Add triple to tbaa-struct.cpp to appease botsManman Ren2013-04-221-1/+1
* TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaaManman Ren2013-04-221-0/+28
* Add more testing cases for tbaa.structManman Ren2013-03-211-0/+29
* clang/test/CodeGen/tbaa-struct.cpp: Fix. Be aware of 32 bit pointer.NAKAMURA Takumi2012-09-291-1/+2
* Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls forDan Gohman2012-09-281-0/+16
OpenPOWER on IntegriCloud