.. |
inputs
|
Fix inlining problem: reverse order in which module array is codegenned.
|
2016-07-02 17:08:48 +02:00 |
align.d
|
Mark alignment test as expected failure on Windows x86, due to issue #1356.
|
2016-05-24 22:13:53 +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
|
Add @ldc.attributes.llvmAttr .
|
2016-04-18 13:50:03 +02:00 |
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
|
Move @weak test cases to the correct folder.
|
2016-03-29 18:05:31 +02:00 |
attributes.d
|
Merge branch 'ltsmaster'
|
2016-03-29 11:40:20 +02:00 |
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 |
inlineIR_math.d
|
Tests: use -mtriple= instead of without equals sign.
|
2016-05-27 23:49:56 +02:00 |
inlining_disablecross.d
|
Fixes and improvements to cross-module inlining code.
|
2016-07-02 17:08:48 +02:00 |
inlining_imports.d
|
Implement cross-module inlining (with and without pragma).
|
2016-07-02 17:08:47 +02:00 |
inlining_imports_pragma.d
|
Implement cross-module inlining (with and without pragma).
|
2016-07-02 17:08:47 +02:00 |
inlining_leakdefinitions.d
|
Implement cross-module inlining (with and without pragma).
|
2016-07-02 17:08:47 +02:00 |
inlining_pragma.d
|
Implement same-module pragma(inline, {true|false}).
|
2016-07-02 17:08:47 +02:00 |
inlining_stdlib.d
|
Implement cross-module inlining (with and without pragma).
|
2016-07-02 17:08:47 +02:00 |
inlining_templates.d
|
Fix inlining problem: reverse order in which module array is codegenned.
|
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 |