summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/bitfield.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-40/+40
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-16/+16
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-201-4/+4
* Fixing PR18430 by checking that the size of bitfields plus padding does notYunzhong Gao2014-01-291-0/+52
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-40/+40
* Remove more unused uses of -verify.Rafael Espindola2013-07-041-2/+2
* Add a test case that I've been using to clarify the bitfield layout forChandler Carruth2012-12-091-0/+147
* Fix the bitfield record layout in codegen for big endian targets.Chandler Carruth2012-12-091-76/+162
* Rework the bitfield access IR generation to address PR13619 andChandler Carruth2012-12-061-0/+195