Age | Commit message (Expand) | Author | Files | Lines |
2023-06-19 | amdgcn: implement vector div and mod libfuncs | Andrew Stubbs | 9 | -47/+1052 |
2023-06-19 | amdgcn: Delete inactive libfuncs | Andrew Stubbs | 3 | -126/+0 |
2023-06-04 | libgcc: Use initarray section type for .init_stack | Kewen Lin | 3 | -3/+3 |
2023-06-05 | MIPS: Add speculation_barrier support | YunQiang Su | 4 | -2/+94 |
2023-05-19 | Darwin, libgcc : Adjust min version supported for the OS. | Iain Sandoe | 5 | -8/+45 |
2023-05-02 | RISC-V: Enforce Libatomic LR/SC SEQ_CST | Patrick O'Neill | 1 | -2/+2 |
2023-05-01 | libgcc pru: Define TARGET_HAS_NO_HW_DIVIDE | Dimitar Dimitrov | 1 | -0/+3 |
2023-04-27 | libgcc CRIS: Define TARGET_HAS_NO_HW_DIVIDE | Hans-Peter Nilsson | 1 | -0/+3 |
2023-04-26 | RISCV: Inline subword atomic ops | Patrick O'Neill | 1 | -0/+2 |
2023-04-08 | PR target/109402: v850 (not v850e) variant of __muldi3() moves sp in reversed... | Tetsuma Hoshino | 1 | -2/+0 |
2023-04-05 | Add assember CFI directives to millicode division and remainder routines. | John David Anglin | 1 | -0/+14 |
2023-03-19 | or1k: Do not clear existing FPU exceptions before updating | Stafford Horne | 1 | -1/+0 |
2023-03-13 | xtensa: add .note.GNU-stack section on linux | Max Filippov | 4 | -0/+24 |
2023-03-13 | aarch64: Add bfloat16_t support for aarch64 | Jakub Jelinek | 3 | -3/+19 |
2023-03-10 | libgcc, i386: Add __fix{,uns}bfti and __float{,un}tibf [PR107703] | Jakub Jelinek | 2 | -1/+6 |
2023-03-08 | libgcc, rs6000: Fix bump size for powerpc64 elfv1 ABI [PR108727] | Kewen Lin | 1 | -2/+2 |
2023-03-06 | PR target/107299: Fix build issue when long double is IEEE 128-bit | Michael Meissner | 3 | -11/+46 |
2023-02-13 | RISC-V: Handle vlenb correctly in unwinding | Kito Cheng | 1 | -0/+39 |
2023-02-03 | arm: Fix warning in libgcc/config/arm/pr-support.c | Christophe Lyon | 1 | -0/+6 |
2023-01-30 | Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurd | Flavio Cruz | 1 | -0/+10 |
2023-01-23 | arm: Add support for new frame unwinding instruction "0xb5". | Srinath Parvathaneni | 1 | -2/+13 |
2023-01-23 | [PATCH 6/15] arm: Add pointer authentication for stack-unwinding runtime | Andrea Corallo | 2 | -0/+60 |
2023-01-18 | libgcc: Fix uninitialized RA signing on AArch64 [PR107678] | Wilco Dijkstra | 1 | -28/+12 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1005 | -1005/+1005 |
2023-01-13 | Fix support for atomic loads and stores on hppa. | John David Anglin | 6 | -17/+400 |
2023-01-13 | libstdc++: Fix unintended layout change to std::basic_filebuf [PR108331] | Jonathan Wakely | 1 | -0/+8 |
2023-01-13 | arm: unified syntax for libgcc clear_cache | Seija Kijin | 1 | -1/+1 |
2023-01-07 | Always define `WIN32_LEAN_AND_MEAN` before <windows.h> | LIU Hao | 1 | -0/+1 |
2023-01-02 | Update Copyright year in ChangeLog files | Jakub Jelinek | 1 | -1/+1 |
2022-12-25 | libgcc: fix gfortran build on Windows | Jonathan Yong | 1 | -1/+3 |
2022-12-24 | libgcc, Darwin: No early install for the compatibility libgcc_s.1.dylib. | Iain Sandoe | 1 | -7/+14 |
2022-12-23 | Reimplement GNU threads library on native Windows | Eric Botcazou | 7 | -457/+626 |
2022-12-08 | libgcc: xtensa: remove stray symbols from X*HAL macro definitions | Max Filippov | 1 | -7/+7 |
2022-12-07 | libgcc: xtensa: use built-in configuration | Max Filippov | 5 | -4/+202 |
2022-10-23 | libgcc: Update 'gthr-mcf.h' to include a dedicated header for libobjc | LIU Hao | 1 | -0/+35 |
2022-10-19 | gcc: Add 'mcf' thread model support from mcfgthread | LIU Hao | 3 | -1/+7 |
2022-10-17 | x86: Check corrupted return address when unwinding stack | H.J. Lu | 1 | -4/+47 |
2022-10-14 | middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic support | Jakub Jelinek | 5 | -2/+22 |
2022-10-07 | libgcc, arc: Fix build | Jakub Jelinek | 1 | -1/+1 |
2022-10-06 | libgcc: Decrease size of _Unwind_FrameState and even more size of cleared are... | Jakub Jelinek | 33 | -264/+264 |
2022-10-02 | Adjust LIBGCC2_INCLUDES for VxWorks and augment comment | Olivier Hainque | 1 | -8/+28 |
2022-10-02 | Prevent secondary warning from diagnostic tweak in gthr-vxworks.h | Olivier Hainque | 1 | -1/+4 |
2022-09-29 | Improve comments and INITFINI macro use in vxcrtsutff.c | Olivier Hainque | 1 | -8/+16 |
2022-09-20 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2022-09-19 | Fix PR target/99184: Wrong cast from double to 16-bit and 32-bit ints | Georg-Johann Lay | 1 | -50/+0 |
2022-08-26 | cr16: remove obsoleted port | Martin Liska | 9 | -2617/+0 |
2022-08-16 | RISC-V: Support _Float16 type. | Kito Cheng | 3 | -0/+9 |
2022-07-18 | libgcc/arc: Update udivmodsi4 and make the lib safe for rf16 | Claudiu Zissulescu | 2 | -1/+3 |
2022-06-25 | Remove long deprecated tilegx and tilepro ports | Jeff Law | 14 | -1652/+0 |
2022-06-09 | xtensa: Add clrsbsi2 insn pattern | Takayuki 'January June' Suwa | 2 | -1/+24 |