aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/bitfield-2.c
AgeCommit message (Expand)Author
2013-01-31Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu
2012-12-20Implement AST dumper for Decls.Alexander Kornienko
2012-12-06Rework the bitfield access IR generation to address PR13619 andChandler Carruth
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2010-08-22Go back to asking CodeGenTypes whether a type is zero-initializable.John McCall
2010-04-22IRgen: Fix another case where we generated an invalid access component when weDaniel Dunbar
2010-04-22IRgen: Fix case where we might generate an access component with width == 0, ifDaniel Dunbar
2010-04-22IRgen: Set alignment correctly on bit-field accesses.Daniel Dunbar
2010-04-22IRgen: Rewrite bit-field access policy to not access data beyond the bounds o...Daniel Dunbar
2010-04-20IRgen: Always use i8 arrays to access union bit-fields. This is ugly, butDaniel Dunbar
2010-04-17Fix an assert when assigning a boolean value to a bitfield of type _Bool.Anders Carlsson
2010-04-15IRgen: (Reapply 101222, with fixes) Move EmitStoreThroughBitfieldLValue to us...Daniel Dunbar
2010-04-14Speculatively revert "IRgen: Move EmitStoreThroughBitfieldLValue to use new C...Daniel Dunbar
2010-04-14IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessI...Daniel Dunbar