Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-16 | Add error checking to reject neon_vector_type attribute on targets without NEON. | Amara Emerson | 1 | -1/+1 | |
Patch by Artyom Skrobov. llvm-svn: 190801 | |||||
2012-07-09 | Tests: check for target availability for target-specific tests. | Jim Grosbach | 1 | -0/+1 | |
Lots of tests are using an explicit target triple w/o first checking that the target is actually available. Add a REQUIRES clause to a bunch of them. This should hopefully unbreak bots which don't configure w/ all targets enabled. llvm-svn: 159949 | |||||
2011-07-28 | test/CodeGen/struct-matching-constraint.c: Fixup not to emit garbage to ↵ | NAKAMURA Takumi | 1 | -1/+1 | |
source tree. llvm-svn: 136333 | |||||
2011-07-28 | test/CodeGen/struct-init.c, struct-matching-constraint.c: Tweak commandline, ↵ | NAKAMURA Takumi | 1 | -1/+1 | |
or they would not be recognized as armv7 on some hosts. llvm-svn: 136330 | |||||
2011-07-28 | Fix this test to work for arm and on all platforms. | Eric Christopher | 1 | -9/+3 | |
llvm-svn: 136307 | |||||
2011-07-26 | Migrate most of the rest of test/FrontendC from llvm and migrate | Eric Christopher | 1 | -0/+19 | |
most of them to FileCheck. llvm-svn: 136159 |