ldc/tests/codegen
Martin Kinkelin 82dabb4fc6
Fix C++ mangling of real for MSVC targets (#2974)
Mangle as native Visual C++ long double. DMD has to special-case, as
it's using 80-bit extended precision.
2019-01-20 14:50:51 +01:00
..
inputs Add __ir to ldc.llvmasm and deprecate ldc.simd.inlineIR. (#2931) 2018-12-14 21:21:07 +01:00
align.d Adapt lit-tests to new mangling scheme 2017-11-05 21:58:12 +01:00
align_class.d Fix alignment of scope-allocated class instances 2018-11-19 21:50:40 +01:00
array_catassign_gh2588.d Fix cat-assign-element issue if rhs affects the lhs length (#2589) 2018-02-23 18:51:36 +01:00
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 Implement optimization: compare slices using memcmp if valid (#2047) 2017-03-29 20:00:21 +02:00
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 Implement optimization: compare slices using memcmp if valid (#2047) 2017-03-29 20:00:21 +02:00
array_equals_null.d
array_literal_gh1924.d Fix ABI issue #1925 (#1938) 2016-12-22 18:04:01 +01:00
asm_constraints.d Revise all LDC-specific errors/warnings/deprecs and insert backticks 2017-08-03 22:53:49 +02:00
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 Revise all LDC-specific errors/warnings/deprecs and insert backticks 2017-08-03 22:53:49 +02:00
attr_assumeused.d Add the ldc.attributes.assumeUsed attribute corresponding to "attribute((used))” in GNU C. (#2457) 2017-12-28 16:29:46 +01:00
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 Implement @ldc.attributes.llvmFastMathFlag("contract") magic UDA. 2017-04-20 22:55:08 +02:00
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 Adapt lit-tests to new mangling scheme 2017-11-05 21:58:12 +01:00
attr_targetoptions.d Adapt lit-tests to new FileCheck CHECK-DAG semantics 2018-09-26 17:21:35 +02:00
attr_targetoptions_fp.d Drop support for LLVM < 3.7 2017-07-16 02:18:00 +02:00
attr_weak.d Lit: stop using %T and use %t-dir instead. (#2277) 2017-08-17 21:38:35 +02:00
attributes.d Fix attributes.d test for PPC. (#2635) (#2644) 2018-04-10 22:01:15 +02:00
betterC_typeinfo.d Adapt lit-test tests/codegen/betterC_typeinfo.d 2018-02-24 14:20:28 +01:00
call_args_evalorder.d Fix issue #2450 for lvalues passed with byval attribute 2018-01-14 01:51:56 +01:00
complex_postexpr_gh1806.d
const_struct.d Adapt lit-tests to new Win32 D mangling 2017-10-07 14:06:17 +02:00
const_struct_export.d Consider pointer literals as constant in isConstLiteral. 2016-11-16 17:57:53 +01:00
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 Adapt to using SPIR-V support as an external library (#2935) 2019-01-18 14:51:48 +08: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 Add -link-defaultlib-shared and rename -link-debuglib (#2443) 2018-01-12 18:26:19 +01:00
export.d Windows: Map export to DLL storage classes for data too 2017-12-08 19:26:29 +00:00
export_crossModuleInlining.d Drop support for LLVM < 3.7 2017-07-16 02:18:00 +02:00
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 Fix LLVM 5.0 build. 2017-07-14 15:01:26 +02:00
fence_pragma2.d Fix LLVM 5.0 build. 2017-07-14 15:01:26 +02:00
ffastmath.d Implement -ffast-math. 2016-12-14 12:27:45 +01:00
func_contracts_gh1543.d
funcliteral_defaultarg_gh1634.d
gc2stack.d Fix gc2stack pass 2018-06-18 21:35:46 +03:00
gh1433.d Postpone the evaluation of a SliceExp's base pointer 2017-07-09 14:18:43 +02:00
gh1728.d Fix issue #1728 (nested this in constructors) (#2375) 2017-10-25 00:19:16 +02:00
gh1843.d Don't necessarily enforce file extension of .bc, .ll, .s files 2016-11-09 20:34:22 +01:00
gh1955.d Adapt lit-test codegen/gh1955.d to changed critical section mangling 2018-02-25 16:18:54 +01:00
gh2131.d Zero-extend Boolean parameters and return values 2017-05-25 04:10:00 +02:00
gh2235.d Fix issue #2235 - IR struct packedness (#2247) 2017-08-11 19:05:09 +02:00
gh2346.d Cherry-pick upstream fix for DMD issue 17857 (T.alignof) 2017-09-28 17:14:37 +01:00
gh2515.d Don't finalize scope objects without dtors and monitor (#2516) 2018-01-26 18:38:16 +01:00
gh2537.d Account for AST binop quirks (#2540) 2018-01-30 20:31:37 +01:00
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 Use opaque [N x i8*] for vtables 2016-11-21 21:54:53 +01:00
indirect_byval_rewrite.d Try to elide bitcopy for IndirectByvalRewrite 2018-05-30 21:46:39 +02:00
inferred_outputname.d Lit: stop using %T and use %t-dir instead. (#2277) 2017-08-17 21:38:35 +02:00
inline_ir.d Add __ir to ldc.llvmasm and deprecate ldc.simd.inlineIR. (#2931) 2018-12-14 21:21:07 +01:00
inlineIR_math.d Add __ir to ldc.llvmasm and deprecate ldc.simd.inlineIR. (#2931) 2018-12-14 21:21:07 +01:00
inlining_disablecross.d Drop support for LLVM < 3.7 2017-07-16 02:18:00 +02:00
inlining_imports.d Drop support for LLVM < 3.7 2017-07-16 02:18:00 +02:00
inlining_imports_pragma.d Drop support for LLVM < 3.7 2017-07-16 02:18:00 +02:00
inlining_invariants_gh1678.d
inlining_leakdefinitions.d Adapt lit-tests to new Win32 D mangling 2017-10-07 14:06:17 +02:00
inlining_leakdefinitions_asm.d Drop support for LLVM < 3.7 2017-07-16 02:18:00 +02:00
inlining_pragma.d
inlining_staticvar.d Drop support for LLVM < 3.7 2017-07-16 02:18:00 +02:00
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 Add new mangling lit-test 2017-10-07 14:06:17 +02:00
mangling_gh1519.d
mangling_real_real.d Fix C++ mangling of real for MSVC targets (#2974) 2019-01-20 14:50:51 +01:00
nested_lazy_gh2302.d Fix storage of captured lazy parameters (depending on ABI) (#2330) 2017-09-24 19:46:52 +02:00
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 Add support for MSP430 / 16-bit targets (#2194) 2017-07-14 16:55:09 +02:00
simd_alignment.d Adapt lit-tests to new Win32 D mangling 2017-10-07 14:06:17 +02:00
simd_unaligned.d
static_array_huge.d Adapt lit-tests to new Win32 D mangling 2017-10-07 14:06:17 +02:00
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 Get rid of special 'typeid(...)' LL types for TypeInfos 2017-10-25 00:38:05 +02:00
switch_ICE_gh1638.d
union.d Adapt lit-tests to new mangling scheme 2017-11-05 21:58:12 +01:00
varargs.d Only non-typesafe variadics need to take LLVM varargs (#2127) 2017-05-22 15:37:05 +08:00
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 Adapt lit-tests to new Win32 D mangling 2017-10-07 14:06:17 +02:00
zerolengtharray_gh1611.d