summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/compound-literal.c
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-2/+2
* [CodeGen] Unique constant CompoundLiterals.George Burgess IV2016-12-281-0/+16
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-6/+6
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-7/+7
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* Evaluate compound literals directly into the result aggregateJohn McCall2013-03-071-0/+34
* hopefully fix a bunch of ARM buildbot failuresNuno Lopes2012-05-091-1/+1
* Fix a silly mistake in this test that somehow slipped into my last commit.Eli Friedman2011-12-221-1/+1
* Fix a failure (which led to a crash) in constant emission code with vector co...Eli Friedman2011-12-221-2/+3
* Loosen up the IR matching slightlyDouglas Gregor2011-06-171-1/+1
* When emitting a compound literal of POD type, continue to emit aDouglas Gregor2011-06-171-2/+23
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Remove illegal test.Eli Friedman2008-05-191-1/+0
* Add codegen support for block-level compound literals.Eli Friedman2008-05-131-0/+13