summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/bitfield-2.c
Commit message (Expand)AuthorAgeFilesLines
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-4/+4
* Go back to asking CodeGenTypes whether a type is zero-initializable.John McCall2010-08-221-4/+4
* IRgen: Fix another case where we generated an invalid access component when weDaniel Dunbar2010-04-221-0/+21
* IRgen: Fix case where we might generate an access component with width == 0, ifDaniel Dunbar2010-04-221-0/+35
* IRgen: Set alignment correctly on bit-field accesses.Daniel Dunbar2010-04-221-6/+36
* IRgen: Rewrite bit-field access policy to not access data beyond the bounds o...Daniel Dunbar2010-04-221-3/+49
* IRgen: Always use i8 arrays to access union bit-fields. This is ugly, butDaniel Dunbar2010-04-201-10/+23
* Fix an assert when assigning a boolean value to a bitfield of type _Bool.Anders Carlsson2010-04-171-0/+16
* IRgen: (Reapply 101222, with fixes) Move EmitStoreThroughBitfieldLValue to us...Daniel Dunbar2010-04-151-0/+207
* Speculatively revert "IRgen: Move EmitStoreThroughBitfieldLValue to use new C...Daniel Dunbar2010-04-141-176/+0
* IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessI...Daniel Dunbar2010-04-141-0/+176