index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libphobos
/
libdruntime
/
gcc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-09
d: Merge upstream dmd, druntime 28a3b24c2e, phobos 8ab95ded5.
Iain Buclaw
1
-3
/
+3
2023-02-21
libphobos: Add @nogc to gcc.backtrace and gcc.libbacktrace modules.
Iain Buclaw
2
-12
/
+12
2023-01-16
Update copyright years.
Jakub Jelinek
22
-22
/
+22
2022-11-05
d: Add support for vector comparison operators
Iain Buclaw
1
-7
/
+19
2022-06-29
d: Add SIMD intrinsics module and compiler built-ins.
Iain Buclaw
1
-0
/
+359
2022-06-28
d: Add `@simd` and `@simd_clones` attributes to compiler and library
Iain Buclaw
1
-0
/
+40
2022-06-24
d: Add `@register' attribute to compiler and library.
Iain Buclaw
1
-0
/
+28
2022-06-15
d: Add `@no_sanitize' attribute to compiler and library.
Iain Buclaw
1
-0
/
+35
2022-06-15
d: Add `@visibility' and `@hidden' attributes.
Iain Buclaw
1
-0
/
+34
2022-04-26
libphobos: Don't call free on the TLS array in the emutls destroy function.
Iain Buclaw
1
-4
/
+4
2022-01-03
Update copyright years.
Jakub Jelinek
21
-21
/
+21
2021-11-30
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
Iain Buclaw
5
-19
/
+24
2021-11-19
libphobos: Don't call __gthread_key_delete in the emutls destroy function.
Iain Buclaw
1
-6
/
+0
2021-10-31
d: Fix regressing test failures on ix86-solaris2.11
Iain Buclaw
1
-1
/
+1
2021-09-30
libphobos: Select the appropriate exception handler in getClassInfo
Iain Buclaw
1
-30
/
+44
2021-09-30
libphobos: Print stacktrace before terminating program due to uncaught except...
Iain Buclaw
1
-0
/
+5
2021-09-30
libphobos: Remove unused variables in gcc.backtrace.
Iain Buclaw
1
-22
/
+2
2021-09-30
libphobos: Give _Unwind_Exception an alignment that best resembles __attribut...
Iain Buclaw
1
-1
/
+21
2021-04-20
libphobos: Fix SIGBUS in read_encoded_value_with_base on sparc-sun-solaris (P...
Iain Buclaw
2
-48
/
+57
2021-04-19
libphobos: Add Thread/Fiber support code for Darwin (PR98058)
Iain Buclaw
1
-5
/
+0
2021-04-19
libphobos: Add D runtime support code for MinGW (PR99794)
Iain Buclaw
3
-4
/
+6
2021-04-19
libphobos: Add section support code for OpenBSD (PR99691)
Iain Buclaw
3
-16
/
+43
2021-04-10
libphobos: Add section support code for MACHO and PE/COFF
Iain Buclaw
9
-1054
/
+1639
2021-04-08
d: Update language attribute support, and implement gcc.attributes
Iain Buclaw
3
-10
/
+608
2021-01-30
libphobos: Synchronize libdruntime bindings with upstream druntime
Iain Buclaw
1
-0
/
+18
2021-01-24
libphobos: Fix executables segfault on mipsel architecture
Iain Buclaw
1
-0
/
+4
2021-01-04
Update copyright years.
Jakub Jelinek
21
-21
/
+21
2020-11-27
libphobos: Fix segfault at run-time when using custom Fibers (PR 98025)
Iain Buclaw
1
-0
/
+3
2020-09-10
libphobos: libdruntime doesn't support shadow stack (PR95680)
Iain Buclaw
1
-3
/
+0
2020-09-08
libphobos: libdruntime doesn't support shadow stack (PR95680)
Iain Buclaw
1
-0
/
+3
2020-04-21
libphobos: Fix compilation dependencies on s390x-linux-musl
Iain Buclaw
1
-1
/
+3
2020-04-07
S/390: Fix PR91628
Robin Dapp
1
-4
/
+6
2020-01-01
Update copyright years.
Jakub Jelinek
21
-21
/
+21
2019-04-29
libphobos: Fix multilib builds for s390x-linux-gnu
Iain Buclaw
1
-14
/
+21
2019-04-25
libphobos: Fix segfault in runtime caused by unexpected GC of TLS data.
Iain Buclaw
1
-1
/
+7
2019-04-25
D: Implement GCC emutls in druntime
Johannes Pfau
3
-31
/
+501
2019-04-23
libphobos: Add D support for S/390 Linux
Iain Buclaw
1
-1
/
+12
2019-04-23
libphobos: Add D support for RISC-V Linux
Iain Buclaw
1
-1
/
+13
2019-04-23
re PR target/89093 (C++ exception handling clobbers d8 VFP register)
Ramana Radhakrishnan
1
-0
/
+13
2019-04-14
Work around lack of dlpi_tls_modid before Solaris 11.5
Rainer Orth
2
-2
/
+44
2019-04-14
Use gcc/sections/elf_shared.d on Solaris 11.5 (PR d/88150)
Rainer Orth
3
-131
/
+21
2019-04-13
libphobos: Move rt.sections modules to gcc.sections
Iain Buclaw
7
-0
/
+2124
2019-02-18
libphobos: Detect if qsort_r is available
Johannes Pfau
1
-0
/
+3
2019-02-14
Provide __start_minfo/__stop_minfo for linkers that don't (PR d/87864)
Rainer Orth
2
-3
/
+39
2019-01-01
Update copyright years.
Jakub Jelinek
12
-12
/
+12
2018-10-28
Add D front-end, libphobos library, and D2 testsuite.
Iain Buclaw
12
-0
/
+2718