summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/tbaa.cpp
AgeCommit message (Expand)Author
2025-10-21[clang][CodeGen] Emit `llvm.tbaa.errno` metadata during module creationAntonio Frighetto
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-25[Clang,TBAA] Use pattern for metadata reference in test.Florian Hahn
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2019-06-22Fix TBAA representation for zero-sized fields and unnamed bit-fields.Richard Smith
2017-12-22[CodeGen] Support generation of TBAA info in the new formatIvan A. Kosarev
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2016-07-06Add negative test for TBAARoger Ferrer Ibanez
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
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
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-21TBAA: add testing case to check typedef can alias.Manman Ren
2013-07-14Make these tests more robust against IRgen choosing to emit more named metadata.Richard Smith
2013-06-26Rewrite record layout for ms_struct structs.Eli Friedman
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren
2013-04-22TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaaManman Ren
2013-04-11Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren
2013-04-05Try to appease the atom buildbotsManman Ren
2013-04-05Add triple to testing case to appease poewrpc64 buildbotsManman Ren
2013-04-05Add testing case for r178797Manman Ren
2013-04-04revert r178784 since it does not have a commit messageManman Ren
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren