summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/packed-nest-unpacked.c
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson2018-01-281-1/+1
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-5/+5
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-5/+5
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-5/+5
* Respect alignment of nested bitfieldsUlrich Weigand2015-07-101-1/+30
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-7/+7
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Complete Rewrite of CGRecordLayoutBuilderWarren Hunt2014-02-211-1/+1
* Fix a FIXME in a testcase about packed structs and calls I left aroundEli Friedman2013-06-111-1/+1
* Rework the bitfield access IR generation to address PR13619 andChandler Carruth2012-12-061-1/+1
* Propagate lvalue alignment into bitfields. Per report on cfe-dev.Eli Friedman2012-06-271-0/+18
* Attempt to fix test.Eli Friedman2012-04-171-1/+1
* Make sure EmitMoveFromReturnSlot is passing the correct alignment toChad Rosier2012-04-171-0/+8
* Propagate alignment on lvalues through EmitLValueForField. PR12395.Eli Friedman2012-04-161-1/+9
* Make EmitAggregateCopy take an alignment argument. Make EmitFinalDestCopy pa...Eli Friedman2011-12-051-0/+31