summaryrefslogtreecommitdiff
path: root/test/CodeGen/packed-nest-unpacked.c
AgeCommit message (Expand)Author
2018-01-28Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-07-10Respect alignment of nested bitfieldsUlrich Weigand
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-02-21Complete Rewrite of CGRecordLayoutBuilderWarren Hunt
2013-06-11Fix a FIXME in a testcase about packed structs and calls I left aroundEli Friedman
2012-12-06Rework the bitfield access IR generation to address PR13619 andChandler Carruth
2012-06-27Propagate lvalue alignment into bitfields. Per report on cfe-dev.Eli Friedman
2012-04-17Attempt to fix test.Eli Friedman
2012-04-17Make sure EmitMoveFromReturnSlot is passing the correct alignment toChad Rosier
2012-04-16Propagate alignment on lvalues through EmitLValueForField. PR12395.Eli Friedman
2011-12-05Make EmitAggregateCopy take an alignment argument. Make EmitFinalDestCopy pa...Eli Friedman