Age | Commit message (Expand) | Author | Files | Lines |
2023-09-06 | libgcc _BitInt support [PR102989] | Jakub Jelinek | 3 | -2/+15 |
2023-07-19 | Support type _Float16/__bf16 independent of SSE2. | liuhongt | 1 | -0/+7 |
2023-06-04 | libgcc: Use initarray section type for .init_stack | Kewen Lin | 1 | -1/+1 |
2023-03-10 | libgcc, i386: Add __fix{,uns}bfti and __float{,un}tibf [PR107703] | Jakub Jelinek | 2 | -1/+6 |
2023-01-30 | Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurd | Flavio Cruz | 1 | -0/+10 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 40 | -40/+40 |
2023-01-13 | libstdc++: Fix unintended layout change to std::basic_filebuf [PR108331] | Jonathan Wakely | 1 | -0/+8 |
2023-01-07 | Always define `WIN32_LEAN_AND_MEAN` before <windows.h> | LIU Hao | 1 | -0/+1 |
2022-12-25 | libgcc: fix gfortran build on Windows | Jonathan Yong | 1 | -1/+3 |
2022-12-23 | Reimplement GNU threads library on native Windows | Eric Botcazou | 7 | -457/+626 |
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-06 | libgcc: Decrease size of _Unwind_FrameState and even more size of cleared are... | Jakub Jelinek | 6 | -114/+114 |
2022-01-15 | libgcc: Fix __gthr_i486_lock_cmp_xchg clobber for Windows | Jonathan Yong | 2 | -23/+2 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 36 | -36/+36 |
2021-12-08 | libgcc, Darwin: Build a libgcc_s.1 for backwards compatibility. | Iain Sandoe | 1 | -0/+3 |
2021-11-19 | Darwin: Rework handling for unwinder code in libgcc_s and specs [PR80556]. | Iain Sandoe | 3 | -209/+0 |
2021-11-05 | Darwin, crts: Fix a build warning. | Iain Sandoe | 1 | -0/+2 |
2021-10-07 | libgcc: use .init_stack for constructors if available | Ian Lance Taylor | 1 | -4/+9 |
2021-09-28 | libgcc, X86, Darwin: Export cpu_model and indicator. | Iain Sandoe | 1 | -1/+4 |
2021-09-22 | libgcc, X86: Adjust guard for Mach-O code. | Iain Sandoe | 1 | -1/+1 |
2021-09-19 | libgcc, X86, Darwin: Handle symbols for HF cases. | Iain Sandoe | 2 | -0/+24 |
2021-09-19 | libgcc, X86: Exclude rules for libgcc2 __{div,mul}hc3. | Iain Sandoe | 1 | -0/+1 |
2021-09-08 | Compile __{mul,div}hc3 into libgcc_s.so.1. | liuhongt | 1 | -2/+1 |
2021-09-08 | libgcc, i386: Export *hf* and *hc* from libgcc_s.so.1 | Jakub Jelinek | 1 | -0/+20 |
2021-09-06 | Explicitly add -msse2 to compile HF related libgcc source file. | liuhongt | 4 | -1/+34 |
2021-09-03 | libgcc, soft-float: Fix strong_alias macro use for Darwin. | Iain Sandoe | 1 | -3/+17 |
2021-09-02 | libgcc: Enable hfmode soft-sf/df/xf/tf extensions and truncations. | liuhongt | 5 | -0/+9 |
2021-08-31 | libgcc: Add missing runtime exception notices | Richard Sandiford | 1 | -0/+4 |
2021-08-26 | cygming-crtend.c: fix build warnings | Jonathan Yong | 1 | -0/+6 |
2021-01-27 | libgcc, i386: Add .note.GNU-stack sections to the ms sse/avx sav/res | Jakub Jelinek | 6 | -0/+30 |
2021-01-13 | hurd: libgcc unwinding over signal trampolines with SIGINFO | Samuel Thibault | 1 | -13/+47 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 38 | -38/+38 |
2020-10-09 | x86: Add <x86gprintrin.h> | H.J. Lu | 1 | -8/+1 |
2020-08-03 | libgcc: increase required stack space for x86_64 -fsplit-stack | Ian Lance Taylor | 1 | -1/+1 |
2020-06-24 | x86: Move cpuinfo.h from libgcc to common/config/i386 | H.J. Lu | 2 | -592/+9 |
2020-06-18 | hurd: libgcc unwinding support over signal trampolines | Samuel Thibault | 1 | -0/+107 |
2020-06-01 | i386: Add __attribute__ ((gcc_struct)) to struct fenv [PR95418] | Uros Bizjak | 1 | -1/+1 |
2020-05-21 | libgcc: Move FEATURE_AVX512VP2INTERSECT after FEATURE_AVX512BF16 | H.J. Lu | 1 | -2/+2 |
2020-05-20 | x86: Update VPCLMULQDQ check | H.J. Lu | 1 | -2/+2 |
2020-05-19 | x86: Add FEATURE_AVX512VP2INTERSECT and update GFNI check | H.J. Lu | 2 | -2/+5 |
2020-05-06 | i386: Use generic division to generate INEXACT exception | Uros Bizjak | 1 | -13/+9 |
2020-05-01 | i386: Use generic division to generate INVALID and DIVZERO exceptions | Uros Bizjak | 1 | -12/+8 |
2020-04-19 | i386: Remove unneeded assignments when triggering SSE exceptions | Uros Bizjak | 1 | -6/+0 |
2020-02-10 | i386: Properly pop restore token in signal frame | H.J. Lu | 1 | -0/+43 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 38 | -38/+38 |
2019-08-20 | Add TIGERLAKE and COOPERLAKE to GCC. | Hongtao Liu | 1 | -0/+2 |
2019-05-14 | Remove obsolete Solaris 10 support | Rainer Orth | 1 | -35/+1 |