summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/bool_test.c
Commit message (Collapse)AuthorAgeFilesLines
* clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/NAKAMURA Takumi2013-12-041-1/+1
| | | | llvm-svn: 196349
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-1/+1
| | | | | | tests fail. llvm-svn: 188447
* Fix IR generation for bool on PPC (and any other target where bool is not 8 ↵Eli Friedman2012-11-131-2/+14
| | | | | | | | bits in memory). PR11777. llvm-svn: 167802
* 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
* Use -check-prefix to make it clear the test is SVR4/DARWINPPC specific.Roman Divacky2011-01-071-2/+2
| | | | llvm-svn: 123005
* Drop the _darwin/_svr4 suffixes.Roman Divacky2011-01-071-0/+5
llvm-svn: 123004
OpenPOWER on IntegriCloud