summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/bitfield.cpp
AgeCommit message (Expand)Author
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