summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/bitfield.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-03-29[clang] Better SysV bitfield access units (#65742)Nathan Sidwell
2024-03-29[clang][NFC] Bitfield access unit tests (#65742)Nathan Sidwell
2023-05-19[clang] Convert a few tests to opaque pointersSergei Barannikov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-03-20Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov
2014-01-29Fixing PR18430 by checking that the size of bitfields plus padding does notYunzhong Gao
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-04Remove more unused uses of -verify.Rafael Espindola
2012-12-09Add a test case that I've been using to clarify the bitfield layout forChandler Carruth
2012-12-09Fix the bitfield record layout in codegen for big endian targets.Chandler Carruth
2012-12-06Rework the bitfield access IR generation to address PR13619 andChandler Carruth