llvm-project/clang/test/CodeGen
Stuart Hastings 7fdc6707ac Clang support for ARM Uv/Uy/Uq inline-asm constraints.
rdar://problem/9037836

llvm-svn: 132737
2011-06-07 23:45:05 +00:00
..
2007-11-29-ArraySizeFromInitializer.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-02-07-bitfield-bug.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-02-08-bitfield-bug.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-02-26-inline-asm-bug.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-07-17-no-emit-on-error.c test/CodeGen/2008-07-17-no-emit-on-error.c: Use LLVM's opt instead of "test(1)" for Mingw MSYS. 2011-03-05 11:15:55 +00:00
2008-07-21-mixed-var-fn-decl.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-07-22-bitfield-init-after-zero-len-array.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-07-22-packed-bitfield-access.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-07-29-override-alias-decl.c Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. 2010-12-07 15:23:23 +00:00
2008-07-30-implicit-initialization.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-07-30-redef-of-bitcasted-decl.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-07-31-asm-labels.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-07-31-promotion-of-compound-pointer-arithmetic.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-08-04-void-pointer-arithmetic.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-08-19-cast-of-typedef.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2008-09-22-bad-switch-type.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2009-03-22-increment-bitfield.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2009-04-23-dbg.c There is no reason for this test to invoke 'llc'. 2010-07-30 03:30:55 +00:00
2009-05-22-callingconv.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2009-05-28-const-typedef.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2009-06-01-addrofknr.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2009-06-14-anonymous-union-init.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2009-07-31-DbgDeclare.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2009-08-14-vararray-crash.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
2009-10-20-GlobalDebug.c Added registered targets for in-test dependency declarations. 2011-06-03 18:36:30 +00:00
2010-02-16-DbgScopes.c Distinguish two lexical blocks at the same level. 2010-02-16 21:41:20 +00:00
2010-02-18-Dbg-VectorType.c Emit debug info for VectorType. 2010-02-23 22:59:39 +00:00
2010-03-09-DbgInfo.c Start using DIBuilder. It provides cleaner interface. 2010-12-08 22:42:58 +00:00
2010-08-10-DbgConstant.c update test to reflect r110876 change. 2010-08-12 00:00:41 +00:00
OpaqueStruct.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
PR2001-bitfield-reload.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
PR2413-void-address-cast-error.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
PR2643-null-store-to-bitfield.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
PR2743-reference-missing-static.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
PR3130-cond-constant.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
PR3589-freestanding-libcalls.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
PR3613-static-decl.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
PR3709-int-to-pointer-sign.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
PR4611-bitfield-layout.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
PR5060-align.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
_Bool-conversion.c IRgen: Fix silly thinko in r112021, which was generating code for the same expr 2010-09-03 02:07:00 +00:00
address-space-cast.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
address-space-compound-literal.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
address-space-field1.c remove some tests that aren't adding any value: the check lines don't 2010-09-02 22:43:55 +00:00
address-space.c allow this to pass on 32-bit hosts. 2010-07-08 00:23:21 +00:00
alias.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
align-local.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
alignof.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
altivec.c Don't emit nsw flags for vector operations; there's basically no benefit, and a lot of downside (like PR9850, which is about clang's xmmintrin.h making an unexpected transformation on an expression involving _mm_add_epi32). 2011-05-06 18:04:18 +00:00
always_inline.c Update tests to use %clang instead of 'clang', and forcibly disable use of ' 2009-12-15 22:01:24 +00:00
annotate.c More unnamed_addr. 2011-01-17 22:22:52 +00:00
arm-arguments.c Fix tests that I missed from my previous commit. 2010-06-16 17:49:52 +00:00
arm-asm.c Clang support for ARM Uv/Uy/Uq inline-asm constraints. 2011-06-07 23:45:05 +00:00
arm-cc.c A a new test for my previous patch. 2010-06-16 18:02:31 +00:00
arm-clear.c __clear_cache() is varargs and people will occasionally write it without 2011-03-14 20:30:34 +00:00
arm-pcs.c Implement ARM pcs attribute. Basically it's another way of calling convention selection (AAPCS or 2011-04-14 20:06:49 +00:00
arm-vector-align.c Add a testcase for svn r129964 (Neon load/store intrinsic alignments). 2011-04-22 04:06:49 +00:00
arm-vector-arguments.c Re-enable test with modifications for Neon vector changes in clang. 2010-11-17 00:44:53 +00:00
array.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
asm-errors.c These tests require particular registered targets. Declared as such. 2011-06-03 22:24:54 +00:00
asm-inout.c add one more case of mismatched input/output constraints. 2011-02-21 22:09:29 +00:00
asm-label.c Bug 8765: Honor assembler labels for builtins. Ensure that the label is 2011-05-13 21:12:10 +00:00
asm-variable.c Add support for passing variables declared to use a xmm register to asm 2011-01-02 03:59:13 +00:00
asm.c Add some missing X86-specific asm constraint letters, and fix 2010-08-24 22:33:12 +00:00
asm_arm.c ARM: Recognize single precision float register names. 2010-08-11 02:17:20 +00:00
assign.c Simplify some complex emission and implement correct semantics for 2010-11-16 10:08:07 +00:00
atomic.c add a __sync_swap builtin to fill out the rest of the __sync builtins. 2011-04-09 03:57:26 +00:00
attr-availability.c On Mac OS X, the presence of an 'availability' attribute for that 2011-03-26 12:10:19 +00:00
attr-cleanup.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
attr-naked.c Add support for attribute((naked)), patch by Zoxc on cfe-commits! 2010-09-29 18:20:25 +00:00
attr-nodebug.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
attr-noinline.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
attr-used.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
attr-weakref.c really fix 6473 by handling weakref in constant expressions. 2010-03-04 21:26:03 +00:00
attr-weakref2.c Fix PR6473. 2010-03-04 18:17:24 +00:00
attribute-section-data-common.c Test case for r126127 and r126141. Radar 9012638. 2011-02-21 21:08:21 +00:00
attributes.c Fix PR6473. 2010-03-04 18:17:24 +00:00
available-externally-suppress.c Fix fallout from r131838. 2011-05-22 06:50:05 +00:00
avx-cmp-builtins.c Test case for some AVX builtins. Patch by Syoyo Fujita! 2011-06-03 00:02:45 +00:00
bitfield-2.c Go back to asking CodeGenTypes whether a type is zero-initializable. 2010-08-22 21:01:12 +00:00
bitfield-assign.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
bitfield-init.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
bitfield-promote.c Update tests to use %clang instead of 'clang', and forcibly disable use of ' 2009-12-15 22:01:24 +00:00
bitfield.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
block-byref-aggr.c block variables on lhs need be ir-gen'ed after the 2011-04-29 21:53:21 +00:00
block-decl-merging.c Switch some random local-decl cleanups over to using lazy cleanups. Turn on 2010-07-21 06:13:08 +00:00
blocks-1.c A few more tweaks to the blocks AST representation: 2011-02-07 10:33:21 +00:00
blocks-2.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
blocks-aligned-byref-variable.c A bug I've introduced in STDIN handling surfaced a few broken tests, fix them. 2010-06-25 12:48:07 +00:00
blocks-seq.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
blocks.c When emitting l-values for bool non-__block decl references, make a pointer 2010-10-28 21:37:57 +00:00
blocksignature.c A few more tweaks to the blocks AST representation: 2011-02-07 10:33:21 +00:00
blockstret.c A few more tweaks to the blocks AST representation: 2011-02-07 10:33:21 +00:00
blockwithlocalstatic.c Declaring local static in global block 2010-11-30 23:07:14 +00:00
bool-bitfield.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
bool-convert.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
bool-init.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
bool_test.c Use -check-prefix to make it clear the test is SVR4/DARWINPPC specific. 2011-01-07 19:01:39 +00:00
boolassign.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
builtin-attributes.c Make sure we aggressively attach nounwind (etc.) to calls to library 2011-03-24 05:09:45 +00:00
builtin-count-zeros.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
builtin-expect.c Ir-gen the side-effect(s) when __builtin_expect is 2011-04-25 22:30:02 +00:00
builtin-memfns.c fix a crash on code that uses the result value of __builtin___memcpy_chk. 2011-04-20 23:14:50 +00:00
builtin-nanf.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
builtin-rename.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
builtin-stackaddress.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
builtin-unwind-init.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
builtins-arm.c Builtins/ARM: __clear_cache doesn't seem to have a consistent prototype, declare 2010-07-16 00:31:23 +00:00
builtins-ppc-altivec.c Don't emit nsw flags for vector operations; there's basically no benefit, and a lot of downside (like PR9850, which is about clang's xmmintrin.h making an unexpected transformation on an expression involving _mm_add_epi32). 2011-05-06 18:04:18 +00:00
builtins-ptx.c PTX: Add PTX intrinsics as builtins and add ptx32 and ptx64 as valid architectures for triples, e.g. ptx32-unknown-unknown 2011-04-20 19:34:15 +00:00
builtins-x86.c Remove the 'unaligned load' builtins now that they're no longer used in the *mmintrin.h files. 2011-05-13 18:52:28 +00:00
builtins.c fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
builtinshufflevector.c Make __builtin_shufflevector and -ftrapv work correctly together. PR9945. 2011-05-19 00:37:32 +00:00
byval-memcpy-elim.c Skip extra copy from aggregate where it isn't necessary; rdar://problem/8139919 . This shouldn't make much of a difference at -O3, but should substantially reduce the number of generated memcpy's at -O0. 2011-05-26 00:10:27 +00:00
c-strings.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
call-knr-indirect.c Update tests to use %clang instead of 'clang', and forcibly disable use of ' 2009-12-15 22:01:24 +00:00
cast-emit.c PR6386: Fix a recent regression in IRGen of cast-to-union constructs. 2010-02-23 17:58:35 +00:00
cast.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
catch-undef-behavior.c Fix run line so this test actually tests something. 2010-04-11 09:39:39 +00:00
cfstring.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
cfstring2.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
char-literal.c fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
cleanup-stack.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
complex.c The FP constant evaluator was missing a few cases of unary operators that return floats 2010-05-07 22:08:54 +00:00
compound-literal.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
compound-type.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
compound.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
conditional-gnu-ext.c Implements in IRgen gnu extensions missing LHS for 2010-09-20 23:50:22 +00:00
conditional.c fix rdar://9289603 - clang should fold trivial ?: for enums as well as integer constants into select at -O0 2011-04-16 23:15:35 +00:00
const-arithmetic.c stop looking for #uses comments. 2010-09-02 22:48:26 +00:00
const-init.c Only emit string initializers in-place if types match. Fixes PR9373. 2011-03-02 21:27:44 +00:00
const-label-addr.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
const-unordered-compare.c Change IR generation for return (in the simple case) to avoid doing silly 2010-06-27 01:06:27 +00:00
constant-comparison.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
constructor-attribute.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
cxx-condition.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
cxx-default-arg.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
cxx-value-init.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
darwin-string-literals.c Switch from internal to linker_private linkage, it is sufficient to please the new linker. 2011-03-14 21:08:19 +00:00
debug-info-crash.c These tests require particular registered targets. Declared as such. 2011-06-03 22:24:54 +00:00
debug-info-enum.c Emit debug info for enum constants. 2010-08-23 22:07:25 +00:00
debug-info-line.c While handling change of file, check if _current_ file is already seen or not. If current file is seen then it indicates that end of previous file's lexical scope. 2010-09-15 20:50:40 +00:00
debug-info-line2.c Robustify test string. 2011-03-29 21:06:43 +00:00
debug-info-scope.c Fix 'for' loop variables' scope. 2010-08-25 00:28:56 +00:00
debug-info-var-location.c Testcase for r114585. 2010-09-22 21:13:48 +00:00
debug-info.c tests: Force a triple in this test (so uint128 is present). 2011-05-05 18:54:06 +00:00
decl.c Add unnamed_addr to internal globals which are only used as an operand to memcpy. (Spotted by looking at IR.) 2011-05-27 22:32:55 +00:00
designated-initializers.c This patch fixes multiple issues in clang's designated init builder and 2010-10-08 20:44:28 +00:00
dllimport-dllexport.c dllimport and dllexport are declspec attributes, too. They're also 2010-02-16 18:27:26 +00:00
dostmt.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
emit-all-decls.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
empty-union-init.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
enum.c Comment a wacky test case 2011-01-18 18:38:18 +00:00
enum2.c Do not use DIGlobalVariable to emit debugging information for enums. 2010-08-10 18:27:15 +00:00
exceptions.c ARM EH uses a different personality function in C. 2010-11-07 02:35:25 +00:00
exprs.c Ensure an insertion point at the end of a statement-expression. 2011-01-13 02:03:06 +00:00
ext-vector.c Don't emit nsw flags for vector operations; there's basically no benefit, and a lot of downside (like PR9850, which is about clang's xmmintrin.h making an unexpected transformation on an expression involving _mm_add_epi32). 2011-05-06 18:04:18 +00:00
extern-block-var.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
extern-inline.c Implement -fgnu89-inline. Fixes PR10041. 2011-06-02 16:13:27 +00:00
flexible-array-init.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
fold-const-declref.c PR7242: Make sure to use a different context for evaluating constant 2010-09-06 00:10:32 +00:00
frame-pointer-elim.c These tests require particular registered targets. Declared as such. 2011-06-03 22:24:54 +00:00
func-decl-cleanup.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
func-in-block.c Add unnamed_addr when creating artificial string globals. For example, in 2011-01-10 22:34:03 +00:00
func-ptr-cast-decl.c Don't look through casts when looking for the underlying decl for a function 2009-12-26 03:35:45 +00:00
func-return-member.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
function-attributes.c Emit the 'alignstack' LLVM function attribute when we encounter a function 2010-02-13 15:54:06 +00:00
functions.c Properly pass the address of a lazily-generated function declaration with 2010-04-28 00:00:30 +00:00
global-decls.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
global-init.c recommit r101568 to fix PR6766 2010-04-18 19:06:43 +00:00
global-with-initialiser.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
globalinit.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
imaginary.c Don't crash on _Imaginary. 2010-09-23 09:40:31 +00:00
incomplete-function-type.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
indirect-goto.c Avoid unneeded calls to opt/llvm-dis. 2010-04-02 22:29:38 +00:00
init-with-member-expr.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
init.c implement a tiny amount of codegen support for gnu array range 2011-02-19 22:28:58 +00:00
inline.c Fixed test case asserts due to checkin of r130710. 2011-05-02 20:39:21 +00:00
inline2.c Reinstate the optimization suppressing available_externally functions 2010-07-13 06:02:28 +00:00
instrument-functions.c implement support for -finstrument-functions, patch by Nelson 2010-06-22 00:03:40 +00:00
int-to-pointer.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
integer-overflow.c PR9350: increment/decrement of char (and anything else narrower than int) 2011-03-02 01:49:12 +00:00
kr-func-promote.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
kr-style-block.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
libcalls.c @llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls 2010-04-07 08:20:20 +00:00
lineno-dbginfo.c This really seems like a boring set of fixes to our tests to make them more 2010-11-16 10:26:08 +00:00
linkage-redecl.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
long-double-x86.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
mandel.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
mangle.c Do not use IR marker for LLVM intrinsics 2011-04-06 12:29:09 +00:00
may-alias.c Pretty up the emission of field l-values and use volatile and TBAA when 2011-02-26 08:07:02 +00:00
mcount.c Add a testcase for the mcount profiling. 2011-02-10 16:52:35 +00:00
merge-attrs.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
merge-statics.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
microsoft-call-conv.c Add missing test case, provided by Steven Watanabe. 2010-05-18 17:43:51 +00:00
mms-bitfields.c Basic support for -mms-bitfields, from Carl Norum! 2011-02-01 15:15:22 +00:00
mmx-builtins.c These tests require particular registered targets. Declared as such. 2011-06-03 22:24:54 +00:00
mmx-inline-asm.c When we adjust the inline ASM type, we need to take into account an early 2011-03-07 22:47:14 +00:00
mmx-shift-with-immediate.c MMX conversion work is done. We can remove the FIXMEs. 2010-10-06 03:31:26 +00:00
mrtd.c Kill off more names to fix this test 2011-03-01 19:55:40 +00:00
ms-anonymous-struct.c Replace \r\n with \n. No functional change. 2010-11-30 01:47:38 +00:00
ms_struct-bitfield-1.c Only the first zero-length bitfield decides alignment of 2011-05-03 22:07:14 +00:00
ms_struct-bitfield-2.c And a test case for my last patch. 2011-05-04 18:58:27 +00:00
ms_struct-bitfield-3.c 'long long' requires special treatment in ms_struct 2011-05-09 22:03:17 +00:00
ms_struct-bitfield-init.c ms_struct patch for initialization and field access irgen. 2011-04-28 22:49:46 +00:00
ms_struct-bitfield.c More rule enforcement of zero bitfields for ms_struct. 2011-05-02 17:20:56 +00:00
ms_struct-pack.c Clean up consequences of cut and paste. 2011-05-11 17:07:02 +00:00
ms_struct.c More ms_struct bitfield stuff: 2011-05-04 18:51:37 +00:00
mult-alt-generic.c Tests for inline asm constraints, generic and x86. 2010-11-02 23:03:52 +00:00
mult-alt-x86.c Fixed some of the incompatibilities with gcc. 2011-03-24 18:51:57 +00:00
no-common.c Add support for the common and nocommon attributes. 2010-12-02 02:45:55 +00:00
object-size.c IRgen: Assignment to Objective-C properties shouldn't reload the value (which 2010-06-29 22:00:45 +00:00
offsetof.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
opaque-pointer.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
overloadable.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
packed-arrays.c __alignof attribute on the field must consider 2011-05-05 21:19:14 +00:00
packed-structure.c __alignof attribute on the field must consider 2011-05-05 21:19:14 +00:00
packed-union.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
palignr.c These tests require particular registered targets. Declared as such. 2011-06-03 22:24:54 +00:00
parameter-passing.c Revert changes r97693, r97700, and r97718. 2010-03-04 04:29:44 +00:00
pascal-string.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
pascal-wchar-string.c The -fshort-wchar option causes wchar_t to become unsigned, in addition to being 2010-12-25 23:25:43 +00:00
pointer-arithmetic.c Congruent diagnostic for void* arithmetic. 2010-09-13 06:50:07 +00:00
pointer-cmp-type.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
pointer-signext.c Tweak regex not to accidentally match a trailing \r. 2010-09-15 12:31:46 +00:00
pointer-to-int.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
pragma-pack-1.c A bug I've introduced in STDIN handling surfaced a few broken tests, fix them. 2010-06-25 12:48:07 +00:00
pragma-pack-2.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
pragma-pack-3.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
pragma-visibility.c Tests for #pragma GCC visibility. 2010-08-05 07:00:53 +00:00
pragma-weak.c Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. 2010-12-07 15:23:23 +00:00
predefined-expr.c Add unnamed_addr when creating artificial string globals. For example, in 2011-01-10 22:34:03 +00:00
private-extern.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
ptx-cc.c Workaround buildbot failure by hacking up this test to emit llvm IR. 2011-04-22 20:42:46 +00:00
regparm-flag.c PR8369: make __attribute((regparm(0))) work correctly. Original patch by 2011-04-09 08:18:08 +00:00
regparm.c Warn about code that uses variables and functions with internal linkage 2011-02-19 02:53:41 +00:00
restrict.c When mapping restrict to noalias, look for 'restrict' on the parameter variable 2010-03-27 00:47:27 +00:00
shared-string-literals.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
sizeof-vla.c Warn about code that uses variables and functions with internal linkage 2011-02-19 02:53:41 +00:00
stack-protector.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
statements.c Revert "Clean up in buildbot directories." 2010-09-15 18:08:14 +00:00
static-forward-decl-fun.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
static-forward-decl.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
static-local-union.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
static-order.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
staticinit.c Emit the globals, metadata, etc. associated with static variables even when 2010-05-04 20:45:42 +00:00
stdcall-fastcall.c Add support for Microsoft's __thiscall, from Steven Watanabe! 2010-05-18 16:57:00 +00:00
string-literal-short-wstring.c Add unnamed_addr to internal globals which are only used as an operand to memcpy. (Spotted by looking at IR.) 2011-05-27 22:32:55 +00:00
string-literal.c Add unnamed_addr to internal globals which are only used as an operand to memcpy. (Spotted by looking at IR.) 2011-05-27 22:32:55 +00:00
struct-comma.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
struct-copy.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
struct-init.c When initializing struct members, the important thing is that the "initializing" expression is 2011-02-01 00:52:10 +00:00
struct-passing.c make the x86-32 backend specify a byval alignment, even when the 2011-05-22 23:35:00 +00:00
struct-x86-darwin.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
struct.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
switch-dce.c Fix a miscompilation I introduced in r129652, thanks for Eli for tracking 2011-04-17 23:21:26 +00:00
switch.c Fix a latent bug where, after emitting an expression statement, we would 2011-01-12 03:41:02 +00:00
target-data.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
tentative-decls.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
thread-specifier.c FileCheckize. 2010-12-02 02:30:43 +00:00
transparent-union.c make the x86-32 backend specify a byval alignment, even when the 2011-05-22 23:35:00 +00:00
trapv.c Correct -ftrapv to trap on errors, instead of calling the 2010-08-07 00:20:46 +00:00
typedef-func.c Empty enum in c is now error to match gcc's behavior. 2010-05-28 22:23:22 +00:00
typedef.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
types.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
uint128_t.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
union-init.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
union-init2.c emit padding as undef values, take 2 2010-04-16 20:56:35 +00:00
union.c Retry r126357. Use CharUnits for the Size and DataSize calculations when 2011-02-28 02:01:38 +00:00
unreachable.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
unwind-attr.c Revise r110163: don't mark weak functions nounwind, because the optimizer 2010-08-11 22:38:33 +00:00
va_list_test.c Use -check-prefix to make it clear the test is SVR4/DARWINPPC specific. 2011-01-07 19:01:39 +00:00
var-align.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
varargs.c fix PR6433, crash on va_arg of typedef. 2010-03-11 18:19:55 +00:00
variable-array.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
vector.c Linux still needs these hacks. 2010-10-20 00:12:59 +00:00
vfprintf.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
visibility.c Unbreak private_extern, which apparently we had zero tests for. 2010-11-02 18:38:13 +00:00
vla.c Fix the test for Release. 2010-11-09 03:43:49 +00:00
volatile-1.c Fix this test case on no-asserts builds by not trying to match the basic 2010-12-04 05:19:12 +00:00
volatile-2.c Always emit full loads from volatile complex l-values. 2010-11-14 09:40:28 +00:00
volatile.c Revert r112043, static volatiles are removed by the optimizer. Thanks Chris! 2010-08-25 23:42:51 +00:00
weak-global.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
weak-incomplete.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
whilestmt.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
writable-strings.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
x86.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
x86_32-arguments-darwin.c make the x86-32 backend specify a byval alignment, even when the 2011-05-22 23:35:00 +00:00
x86_32-arguments-linux.c make the x86-32 backend specify a byval alignment, even when the 2011-05-22 23:35:00 +00:00
x86_32-arguments-realign.c IRgen/ABI/x86-32: Realign indirect arguments when the ABI requires us to pass 2010-09-16 20:42:06 +00:00
x86_64-arguments-darwin.c The 0.98 revision of the x86-64 ABI clarified a lot of things, some 2011-04-21 01:20:55 +00:00
x86_64-arguments.c Fix x86-64 byval passing to specify the alignment even when the code 2011-05-22 23:21:23 +00:00