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/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
/
libgcc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-14
Daily bump.
GCC Administrator
2
-0
/
+42
2023-11-14
LibF7: sinh: Fix loss of precision due to cancellation for small values.
Georg-Johann Lay
2
-0
/
+27
2023-11-12
LibF7: Use paper-pencil method for sqrt instead of Newton-Raphson iteration.
Georg-Johann Lay
2
-103
/
+184
2023-11-10
[PATCH] libgcc/m68k: Fixes for soft float
Keith Packard
2
-34
/
+134
2023-11-09
libgcc: Add {unsigned ,}__int128 <-> _Decimal{32,64,128} conversion support [...
Jakub Jelinek
13
-1
/
+639
2023-11-09
Daily bump.
GCC Administrator
1
-0
/
+4
2023-11-08
LibF7: Tweak IEEE double multiplication.
Georg-Johann Lay
1
-101
/
+107
2023-11-08
Daily bump.
GCC Administrator
1
-0
/
+7
2023-11-07
openmp: Add support for the 'indirect' clause in C/C++
Kwok Cheung Yeung
1
-1
/
+11
2023-11-04
Daily bump.
GCC Administrator
1
-0
/
+4
2023-11-03
GCN: Address undeclared 'NULL' usage in 'libgcc/config/gcn/gthr-gcn.h:__gthre...
Thomas Schwinge
1
-1
/
+1
2023-11-01
Daily bump.
GCC Administrator
1
-0
/
+4
2023-10-31
hardcfr: support checking at abnormal edges [PR111943]
Alexandre Oliva
1
-1
/
+1
2023-10-25
Daily bump.
GCC Administrator
1
-0
/
+6
2023-10-24
libgcc: make heap-based trampolines conditional on libc presence
Sergei Trofimovich
2
-0
/
+10
2023-10-23
Daily bump.
GCC Administrator
1
-0
/
+26
2023-10-22
Config,Darwin: Allow for configuring Darwin to use embedded runpath.
Iain Sandoe
3
-13
/
+40
2023-10-22
libgcc: support heap-based trampolines
Andrew Burgess
7
-0
/
+391
2023-10-21
Daily bump.
GCC Administrator
1
-0
/
+9
2023-10-20
amdgcn: add -march=gfx1030 EXPERIMENTAL
Andrew Stubbs
1
-1
/
+2
2023-10-20
Control flow redundancy hardening
Alexandre Oliva
2
-0
/
+303
2023-10-19
Daily bump.
GCC Administrator
1
-0
/
+6
2023-10-18
LibF7: Implement mul_mant for devices without MUL instruction.
Georg-Johann Lay
3
-4
/
+98
2023-10-18
Daily bump.
GCC Administrator
1
-0
/
+13
2023-10-17
LibF7: Re-generate f7-renames.h to pick up white-space from f7renames.sh.
Georg-Johann Lay
1
-4
/
+4
2023-10-17
LibF7: Implement fma / fmal.
Georg-Johann Lay
3
-10
/
+62
2023-10-14
Daily bump.
GCC Administrator
1
-0
/
+24
2023-10-13
or1k: Fix -Wincompatible-pointer-types warning during libgcc build
Florian Weimer
1
-1
/
+1
2023-10-13
arc: Fix -Wincompatible-pointer-types warning during libgcc build
Florian Weimer
1
-1
/
+1
2023-10-13
riscv: Fix -Wincompatible-pointer-types warning during libgcc build
Florian Weimer
1
-1
/
+1
2023-10-13
csky: Fix -Wincompatible-pointer-types warning during libgcc build
Florian Weimer
1
-1
/
+1
2023-10-13
m68k: Avoid implicit function declaration in libgcc
Florian Weimer
1
-0
/
+1
2023-10-13
Daily bump.
GCC Administrator
1
-0
/
+6
2023-10-12
LibF7: Implement atan2.
Georg-Johann Lay
3
-3
/
+61
2023-10-06
Daily bump.
GCC Administrator
1
-0
/
+13
2023-10-05
LibF7: Remove uses of attribute pure.
Georg-Johann Lay
2
-27
/
+26
2023-10-05
LibF7: Use monic denominator polynomials to save a multiplication.
Georg-Johann Lay
3
-18
/
+25
2023-09-28
Daily bump.
GCC Administrator
1
-0
/
+4
2023-09-26
AArch64: Remove BTI from outline atomics
Wilco Dijkstra
1
-3
/
+3
2023-09-21
Daily bump.
GCC Administrator
1
-0
/
+5
2023-09-20
aarch64: Ensure const and sign correctness
Pekka Seppänen
1
-2
/
+3
2023-09-07
Daily bump.
GCC Administrator
1
-0
/
+66
2023-09-06
libgcc _BitInt helper documentation [PR102989]
Jakub Jelinek
2
-0
/
+28
2023-09-06
libgcc _BitInt support [PR102989]
Jakub Jelinek
33
-13
/
+3339
2023-09-06
libgcc: Generated tables for _BitInt <-> _Decimal* conversions [PR102989]
Jakub Jelinek
1
-0
/
+4947
2023-09-05
Daily bump.
GCC Administrator
1
-0
/
+4
2023-09-05
LoongArch: support loongarch*-elf target
Yang Yujie
1
-2
/
+7
2023-08-12
Daily bump.
GCC Administrator
1
-0
/
+6
2023-08-11
preserve base pointer for __deregister_frame [PR110956]
Thomas Neumann
1
-17
/
+17
2023-08-08
Daily bump.
GCC Administrator
1
-0
/
+8
[next]