summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/struct-init.c
Commit message (Expand)AuthorAgeFilesLines
* Add error checking to reject neon_vector_type attribute on targets without NEON.Amara Emerson2013-09-161-1/+1
* Tests: check for target availability for target-specific tests.Jim Grosbach2012-07-091-0/+1
* test/CodeGen/struct-init.c, struct-matching-constraint.c: Tweak commandline, ...NAKAMURA Takumi2011-07-281-1/+1
* Fix this up for clang codegen versus llvm-gcc.Eric Christopher2011-07-281-6/+4
* Enhance the IR type lowering code to be much smarter about recursively loweringChris Lattner2011-07-151-1/+9
* When initializing struct members, the important thing is that the "initializi...Argyrios Kyrtzidis2011-02-011-1/+12
* fix PR7564 a cast where the bitfield struct init codeChris Lattner2010-07-051-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* eliminate some random .ll file outputsChris Lattner2009-01-271-1/+1
* Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar2008-08-211-1/+1
* Add code to make test/CodeGen/struct-init.c work correctly without the Eli Friedman2008-06-091-1/+0
* implement constant expr. sub ptr ptrNuno Lopes2008-06-061-0/+13