summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/packed-structure.c
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-3/+3
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-3/+3
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-3/+3
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-2/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-7/+7
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-10/+10
* Tests: remove disabled llvm-gcc invocationsDmitri Gribenko2013-01-281-1/+0
* __alignof attribute on the field must considerFariborz Jahanian2011-05-051-5/+4
* Fix the computation of alignment for fields of packed+aligned structs.John McCall2011-01-201-0/+13
* IRgen: Set the alignment correctly when creating LValue for a decls.Daniel Dunbar2010-08-211-0/+89