Age | Commit message (Expand) | Author | Files | Lines |
2024-03-03 | d: Merge upstream dmd, druntime f8bae04558, phobos ba2ade9dec | Iain Buclaw | 1 | -3/+3 |
2024-02-17 | d: Merge dmd, druntime 9471b25db9, phobos 547886846. | Iain Buclaw | 1 | -2/+2 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-10-17 | d: Forbid taking the address of an intrinsic with no implementation | Iain Buclaw | 1 | -2/+45 |
2023-09-23 | d: Merge upstream dmd, druntime 4574d1728d, phobos d7e79f024. | Iain Buclaw | 1 | -1/+1 |
2023-07-02 | d: Fix core.volatile.volatileLoad discarded if result is unused | Iain Buclaw | 1 | -0/+2 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-11 | d: Expand bsr intrinsic as `clz(arg) ^ (argsize - 1)' | Iain Buclaw | 1 | -11/+6 |
2022-11-05 | d: Add support for vector comparison operators | Iain Buclaw | 1 | -65/+0 |
2022-06-29 | d: Fix build on aarch64-suse-linux | Iain Buclaw | 1 | -5/+5 |
2022-06-29 | d: Add SIMD intrinsics module and compiler built-ins. | Iain Buclaw | 1 | -0/+587 |
2022-06-28 | d: Use create_tmp_var_raw and get_callee_fndecl | Iain Buclaw | 1 | -10/+3 |
2022-06-24 | d: Construct indexes of ARRAY_TYPE using ARRAY_REF. | Iain Buclaw | 1 | -2/+2 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-10 | d: Merge upstream dmd 3982604c5, druntime bc58b1e9, phobos 12329adb6. | Iain Buclaw | 1 | -1/+1 |
2021-11-30 | d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1) | Iain Buclaw | 1 | -5/+5 |
2021-02-05 | d: Remove the expansion of intrinsic and built-in codes from the DEF_D_INTRIN... | Iain Buclaw | 1 | -1/+1 |
2021-02-04 | d: Merge upstream dmd 46133f761, druntime 0fd4364c | Iain Buclaw | 1 | -3/+4 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-27 | d: Add float and double overloads for all core.math intrinsics | Iain Buclaw | 1 | -0/+12 |
2020-11-13 | d: Explicitly determine which built-in copysign function to call. | Iain Buclaw | 1 | -4/+7 |
2020-09-12 | d: Return promoted types in d_type_promotes_to when linkage is not D | Iain Buclaw | 1 | -1/+1 |
2020-08-31 | d: Fix ICEs in the front-end when pointer size is 16-bit. | Iain Buclaw | 1 | -3/+4 |
2020-07-31 | d: Fix regression, all 32-bit execution tests FAIL: internal error printing m... | Iain Buclaw | 1 | -3/+0 |
2020-07-30 | d: Fix ICE in expand_intrinsic_vaarg | Iain Buclaw | 1 | -4/+19 |
2020-07-30 | d: Implement core.bitop.rol() and core.bitop.ror() as intrinsics. | Iain Buclaw | 1 | -0/+56 |
2020-07-30 | d: Refactor matching and lowering of intrinsic functions. | Iain Buclaw | 1 | -183/+159 |
2020-06-07 | d: Merge upstream dmd 108ca1bcd. | Iain Buclaw | 1 | -1/+1 |
2020-04-25 | d: Merge upstream dmd 09db0c41e, druntime e68a5ae3. | Iain Buclaw | 1 | -0/+22 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-08-13 | Use checking forms of DECL_FUNCTION_CODE (PR 91421) | Richard Sandiford | 1 | -4/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-28 | Add D front-end, libphobos library, and D2 testsuite. | Iain Buclaw | 1 | -0/+846 |