aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
2023-09-06libgcc _BitInt support [PR102989]Jakub Jelinek3-2/+15
2023-07-19Support type _Float16/__bf16 independent of SSE2.liuhongt1-0/+7
2023-06-04libgcc: Use initarray section type for .init_stackKewen Lin1-1/+1
2023-03-10libgcc, i386: Add __fix{,uns}bfti and __float{,un}tibf [PR107703]Jakub Jelinek2-1/+6
2023-01-30Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurdFlavio Cruz1-0/+10
2023-01-16Update copyright years.Jakub Jelinek40-40/+40
2023-01-13libstdc++: Fix unintended layout change to std::basic_filebuf [PR108331]Jonathan Wakely1-0/+8
2023-01-07Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao1-0/+1
2022-12-25libgcc: fix gfortran build on WindowsJonathan Yong1-1/+3
2022-12-23Reimplement GNU threads library on native WindowsEric Botcazou7-457/+626
2022-10-23libgcc: Update 'gthr-mcf.h' to include a dedicated header for libobjcLIU Hao1-0/+35
2022-10-19gcc: Add 'mcf' thread model support from mcfgthreadLIU Hao3-1/+7
2022-10-17x86: Check corrupted return address when unwinding stackH.J. Lu1-4/+47
2022-10-14middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek5-2/+22
2022-10-06libgcc: Decrease size of _Unwind_FrameState and even more size of cleared are...Jakub Jelinek6-114/+114
2022-01-15libgcc: Fix __gthr_i486_lock_cmp_xchg clobber for WindowsJonathan Yong2-23/+2
2022-01-03Update copyright years.Jakub Jelinek36-36/+36
2021-12-08libgcc, Darwin: Build a libgcc_s.1 for backwards compatibility.Iain Sandoe1-0/+3
2021-11-19Darwin: Rework handling for unwinder code in libgcc_s and specs [PR80556].Iain Sandoe3-209/+0
2021-11-05Darwin, crts: Fix a build warning.Iain Sandoe1-0/+2
2021-10-07libgcc: use .init_stack for constructors if availableIan Lance Taylor1-4/+9
2021-09-28libgcc, X86, Darwin: Export cpu_model and indicator.Iain Sandoe1-1/+4
2021-09-22libgcc, X86: Adjust guard for Mach-O code.Iain Sandoe1-1/+1
2021-09-19libgcc, X86, Darwin: Handle symbols for HF cases.Iain Sandoe2-0/+24
2021-09-19libgcc, X86: Exclude rules for libgcc2 __{div,mul}hc3.Iain Sandoe1-0/+1
2021-09-08Compile __{mul,div}hc3 into libgcc_s.so.1.liuhongt1-2/+1
2021-09-08libgcc, i386: Export *hf* and *hc* from libgcc_s.so.1Jakub Jelinek1-0/+20
2021-09-06Explicitly add -msse2 to compile HF related libgcc source file.liuhongt4-1/+34
2021-09-03libgcc, soft-float: Fix strong_alias macro use for Darwin.Iain Sandoe1-3/+17
2021-09-02libgcc: Enable hfmode soft-sf/df/xf/tf extensions and truncations.liuhongt5-0/+9
2021-08-31libgcc: Add missing runtime exception noticesRichard Sandiford1-0/+4
2021-08-26cygming-crtend.c: fix build warningsJonathan Yong1-0/+6
2021-01-27libgcc, i386: Add .note.GNU-stack sections to the ms sse/avx sav/resJakub Jelinek6-0/+30
2021-01-13hurd: libgcc unwinding over signal trampolines with SIGINFOSamuel Thibault1-13/+47
2021-01-04Update copyright years.Jakub Jelinek38-38/+38
2020-10-09x86: Add <x86gprintrin.h>H.J. Lu1-8/+1
2020-08-03libgcc: increase required stack space for x86_64 -fsplit-stackIan Lance Taylor1-1/+1
2020-06-24x86: Move cpuinfo.h from libgcc to common/config/i386H.J. Lu2-592/+9
2020-06-18hurd: libgcc unwinding support over signal trampolinesSamuel Thibault1-0/+107
2020-06-01i386: Add __attribute__ ((gcc_struct)) to struct fenv [PR95418]Uros Bizjak1-1/+1
2020-05-21libgcc: Move FEATURE_AVX512VP2INTERSECT after FEATURE_AVX512BF16H.J. Lu1-2/+2
2020-05-20x86: Update VPCLMULQDQ checkH.J. Lu1-2/+2
2020-05-19x86: Add FEATURE_AVX512VP2INTERSECT and update GFNI checkH.J. Lu2-2/+5
2020-05-06i386: Use generic division to generate INEXACT exceptionUros Bizjak1-13/+9
2020-05-01i386: Use generic division to generate INVALID and DIVZERO exceptionsUros Bizjak1-12/+8
2020-04-19i386: Remove unneeded assignments when triggering SSE exceptionsUros Bizjak1-6/+0
2020-02-10i386: Properly pop restore token in signal frameH.J. Lu1-0/+43
2020-01-01Update copyright years.Jakub Jelinek38-38/+38
2019-08-20Add TIGERLAKE and COOPERLAKE to GCC.Hongtao Liu1-0/+2
2019-05-14Remove obsolete Solaris 10 supportRainer Orth1-35/+1