Age | Commit message (Expand) | Author | Files | Lines |
2023-11-19 | Daily bump. | GCC Administrator | 1 | -0/+13 |
2023-11-18 | gcov: Improve -fprofile-update=atomic | Sebastian Huber | 1 | -7/+3 |
2023-11-18 | gcov: Remove TARGET_GCOV_TYPE_SIZE target hook | Sebastian Huber | 1 | -3/+3 |
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 |