ldc/tests/codegen
2018-12-03 20:59:59 +01:00
..
inputs -fvisibility=hidden: Only hide function *definitions*, don't touch declarations (#2923) 2018-12-03 20:59:59 +01:00
align.d
align_class.d Fix alignment of scope-allocated class instances 2018-11-19 21:50:40 +01:00
array_catassign_gh2588.d
array_equals_memcmp.d Set -O3 in array_equals_memcmp assembly test (#2890) 2018-10-31 21:04:39 +01:00
array_equals_memcmp_2.d
array_equals_memcmp_dyn.d Fix array_equals_memcmp_dyn test. (#2637) 2018-05-07 19:53:35 +02:00
array_equals_memcmp_neverinvoke.d
array_equals_null.d
array_literal_gh1924.d
asm_constraints.d
asm_labels.d Fix inline asm label naming issue in overloaded functions (#2694) 2018-05-10 21:17:34 +02:00
asm_output.d Try to test asm output in another way for more platform independence (#2634) (#2645) 2018-04-10 22:00:44 +02:00
assign_struct_init_without_stack.d Assigning T.init should only create a temporary when needed. (#2927) 2018-12-03 20:57:40 +01:00
atomicrmw.d
attr_allocsize.d Raise min LLVM version to 3.9 (#2872) 2018-10-15 22:31:59 +02:00
attr_allocsize_diag.d
attr_assumeused.d
attr_fastmath.d Fix trivial test regressions (catch statements without type etc.) 2018-06-20 01:54:37 +02:00
attr_fastmath_x86.d
attr_llvmattr.d
attr_llvmFMF.d Fix lit-test tests/codegen/attr_llvmFMF.d 2018-02-24 14:41:20 +01:00
attr_llvmFMF_contract.d
attr_naked.d Add @naked UDA 2018-07-27 22:53:55 +02:00
attr_optstrat.d Adapt lit-tests to new FileCheck CHECK-DAG semantics 2018-09-26 17:21:35 +02:00
attr_target_x86.d
attr_targetoptions.d Adapt lit-tests to new FileCheck CHECK-DAG semantics 2018-09-26 17:21:35 +02:00
attr_targetoptions_fp.d
attr_weak.d
attributes.d Fix attributes.d test for PPC. (#2635) (#2644) 2018-04-10 22:01:15 +02:00
betterC_typeinfo.d
call_args_evalorder.d
complex_postexpr_gh1806.d
const_struct.d
const_struct_export.d
cpp_interface.d
ctor_initarray_gh2883.d Add testcase for ltsmaster PR #2883 (.init_array instead of .ctors for AArch64) (#2896) 2018-11-04 19:46:16 +01:00
dcompute_cl_addrspaces.d Disable spir-v test, such that CI is green again. (#2710) 2018-05-23 19:46:11 +02:00
dcompute_cu_addrspaces.d Raise min LLVM version to 3.9 (#2872) 2018-10-15 22:31:59 +02:00
dcompute_host_and_device.d Raise min LLVM version to 3.9 (#2872) 2018-10-15 22:31:59 +02:00
discard_value_names_gh1749.d Raise min LLVM version to 3.9 (#2872) 2018-10-15 22:31:59 +02:00
discard_value_names_ir2obj_cache.d Raise min LLVM version to 3.9 (#2872) 2018-10-15 22:31:59 +02:00
dmd_inline_asm_fp_types.d MSVC: Fix extended ptr semantics in DMD-style inline asm (#2653) 2018-04-15 18:57:53 +02:00
dmd_inline_asm_ip.d DMD-style inline asm: Add missing EIP register 2018-04-15 16:44:49 +01:00
exception_stack_trace.d
export.d
export_crossModuleInlining.d
export_marked_symbols1.d -fvisibility=hidden: Only hide function *definitions*, don't touch declarations (#2923) 2018-12-03 20:59:59 +01:00
export_marked_symbols2.d -fvisibility=hidden: Only hide function *definitions*, don't touch declarations (#2923) 2018-12-03 20:59:59 +01:00
export_marked_symbols_thin_lto.d -fvisibility=hidden: Only hide function *definitions*, don't touch declarations (#2923) 2018-12-03 20:59:59 +01:00
export_naked_gh2648.d MSVC: Support exporting naked functions (#2651) 2018-04-13 20:35:49 +02:00
fence_pragma.d
fence_pragma2.d
ffastmath.d
func_contracts_gh1543.d
funcliteral_defaultarg_gh1634.d
gc2stack.d Fix gc2stack pass 2018-06-18 21:35:46 +03:00
gh1433.d
gh1728.d
gh1843.d
gh1955.d Adapt lit-test codegen/gh1955.d to changed critical section mangling 2018-02-25 16:18:54 +01:00
gh2131.d
gh2235.d
gh2346.d
gh2515.d
gh2537.d
gh2729.d Fix issue #2729 - dump static array inline-IR results to memory (#2732) 2018-06-08 15:55:48 +02:00
gh2865.d Fix issue #2865 (#2867) 2018-10-08 21:04:53 +02:00
hashed_mangling.d Win64: Use LLVM's vector calling convention for extern(D) (#2714) 2018-05-31 01:44:46 +02:00
in_place_construct.d Fix Lit tests for alignment attribute on parameters of memory intrinsics (LLVM 7) (#2684) 2018-05-07 19:55:26 +02:00
in_place_construct_asm.d
indirect_byval_rewrite.d Try to elide bitcopy for IndirectByvalRewrite 2018-05-30 21:46:39 +02:00
inferred_outputname.d
inline_ir.d
inlineIR_math.d Adapt lit-tests to new FileCheck CHECK-DAG semantics 2018-09-26 17:21:35 +02:00
inlining_disablecross.d
inlining_imports.d
inlining_imports_pragma.d
inlining_invariants_gh1678.d
inlining_leakdefinitions.d
inlining_leakdefinitions_asm.d
inlining_pragma.d
inlining_staticvar.d
inlining_stdlib.d tests/codegen/inlining_stdlib.d: Find another Phobos function to be inlined 2018-06-20 01:54:41 +02:00
inlining_templates.d Adapt lit-tests to new FileCheck CHECK-DAG semantics 2018-09-26 17:21:35 +02:00
llvm_used_1.d Work around Mac issue wrt. discarding llvm.global_{c,d}tors 2018-10-15 22:36:47 +02:00
mangling.d
mangling_gh1519.d
nested_lazy_gh2302.d
nothrow.d
output_s_affect_codegen.d Clone module if we are writing both assembly and object (#2847) 2018-09-09 18:47:47 +03:00
ptr_16_bit.d
simd_alignment.d
simd_unaligned.d
static_array_huge.d
static_array_init.d Fix Lit tests for alignment attribute on parameters of memory intrinsics (LLVM 7) (#2684) 2018-05-07 19:55:26 +02:00
static_typeid_gh1540.d
switch_ICE_gh1638.d
union.d
varargs.d
variadic_thunk_gh2613.d Make interface thunks forward variadic args (#2630) 2018-04-10 22:01:55 +02:00
vastart_vaend_gh1744.d Raise min LLVM version to 3.9 (#2872) 2018-10-15 22:31:59 +02:00
vector_abi_x86.d Win64: Use LLVM's vector calling convention for extern(D) (#2714) 2018-05-31 01:44:46 +02:00
vector_init.d
zerolengtharray_gh1611.d