Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add error checking to reject neon_vector_type attribute on targets without NEON. | Amara Emerson | 2013-09-16 | 1 | -1/+1 |
| | | | | | | Patch by Artyom Skrobov. llvm-svn: 190801 | ||||
* | Tests: check for target availability for target-specific tests. | Jim Grosbach | 2012-07-09 | 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 | ||||
* | test/CodeGen/struct-matching-constraint.c: Fixup not to emit garbage to ↵ | NAKAMURA Takumi | 2011-07-28 | 1 | -1/+1 |
| | | | | | | source tree. llvm-svn: 136333 | ||||
* | test/CodeGen/struct-init.c, struct-matching-constraint.c: Tweak commandline, ↵ | NAKAMURA Takumi | 2011-07-28 | 1 | -1/+1 |
| | | | | | | or they would not be recognized as armv7 on some hosts. llvm-svn: 136330 | ||||
* | Fix this test to work for arm and on all platforms. | Eric Christopher | 2011-07-28 | 1 | -9/+3 |
| | | | | llvm-svn: 136307 | ||||
* | Migrate most of the rest of test/FrontendC from llvm and migrate | Eric Christopher | 2011-07-26 | 1 | -0/+19 |
most of them to FileCheck. llvm-svn: 136159 |