.. |
inputs
|
Add tests for inlining with static variables involved.
|
2016-07-02 17:08:48 +02:00 |
align.d
|
Rename retvar to sretPointer
|
2016-07-02 12:52:21 +02:00 |
array_equals_null.d
|
Add IR test for optimized array (in)equality with null
|
2016-06-18 17:42:02 +02:00 |
asm_output.d
|
|
|
atomicrmw.d
|
Merge remote-tracking branch 'origin/ltsmaster'
|
2016-04-23 11:19:20 +02:00 |
attr_fastmath.d
|
Add @fastmath and @llvmFMF LDC magic attributes to enable aggressive math optimizations.
|
2016-05-22 20:06:57 +02:00 |
attr_fastmath_x86.d
|
Tests: use -mtriple= instead of without equals sign.
|
2016-05-27 23:49:56 +02:00 |
attr_llvmattr.d
|
|
|
attr_llvmFMF.d
|
Add @fastmath and @llvmFMF LDC magic attributes to enable aggressive math optimizations.
|
2016-05-22 20:06:57 +02:00 |
attr_target_x86.d
|
Tests: use -mtriple= instead of without equals sign.
|
2016-05-27 23:49:56 +02:00 |
attr_weak.d
|
|
|
attributes.d
|
|
|
cpp_interface.d
|
add testcase for issue 1481
|
2016-05-14 08:30:04 +02:00 |
enum_vardecl.d
|
Fix LDC ICE for https://issues.dlang.org/show_bug.cgi?id=16022.
|
2016-06-02 10:30:27 +02:00 |
hashed_mangling.d
|
Fix name hashing tests for Windows x86.
|
2016-05-24 21:23:10 +02:00 |
in_place_construct.d
|
Let special __result variable be an alias for sret
|
2016-07-04 19:47:55 +02:00 |
inlineIR_math.d
|
Tests: use -mtriple= instead of without equals sign.
|
2016-05-27 23:49:56 +02:00 |
inlining_disablecross.d
|
Disable cross-module inlining for LLVM < 3.7.
|
2016-07-02 17:08:48 +02:00 |
inlining_imports.d
|
Disable cross-module inlining for LLVM < 3.7.
|
2016-07-02 17:08:48 +02:00 |
inlining_imports_pragma.d
|
Disable cross-module inlining for LLVM < 3.7.
|
2016-07-02 17:08:48 +02:00 |
inlining_leakdefinitions.d
|
Disable cross-module inlining for LLVM < 3.7.
|
2016-07-02 17:08:48 +02:00 |
inlining_pragma.d
|
Implement same-module pragma(inline, {true|false}).
|
2016-07-02 17:08:47 +02:00 |
inlining_staticvar.d
|
Remove whitespace
|
2016-07-03 21:53:16 +02:00 |
inlining_stdlib.d
|
Disable cross-module inlining for LLVM < 3.7.
|
2016-07-02 17:08:48 +02:00 |
inlining_templates.d
|
Disable cross-module inlining for LLVM < 3.7.
|
2016-07-02 17:08:48 +02:00 |
mangling_gh1519.d
|
Windows: Move the prepending of 0x1 to C++ mangled functions from frontend to the backend.
|
2016-05-30 10:18:39 +02:00 |
simd_unaligned.d
|
SIMD: Fix loadUnaligned for newer LLVM types and add storeUnaligned.
|
2016-05-28 01:01:48 +02:00 |
static_typeid_gh1540.d
|
Fix codegen for static initialization with typeid(A). Resolves issue 1540.
|
2016-06-08 10:40:00 +02:00 |
zerolengtharray_gh1611.d
|
Fix naming in testcase.
|
2016-07-10 11:00:36 +02:00 |