summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/vld_dup.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
| | | | llvm-svn: 189910
* Tests: check for target availability for target-specific tests.Jim Grosbach2012-07-091-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
* Fix codegen for vld{3,4}_dup intrinsics.James Molloy2012-03-151-0/+49
Patch by Silviu Baranga! llvm-svn: 152788
OpenPOWER on IntegriCloud