aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
6 daysnon-gcc: Remove trailing whitespaceJakub Jelinek6-15/+15
2024-09-24libgcc, Darwin: Drop the legacy library build for macOS >= 15 [PR116809].Iain Sandoe1-3/+0
2024-05-07Add aarch64-w64-mingw32 target to libgccZac Walker2-8/+0
2024-05-07Remove obsolete Solaris 11.3 supportRainer Orth1-173/+0
2024-03-20Hurd x86_64: add unwind support for signal trampoline codeFlavio Cruz1-3/+94
2024-02-16libgcc: fix Win32 CV abnormal spurious wakeups in timed wait [PR113850]Matteo Italia1-1/+1
2024-02-14x86: Support x32 and IBT in heap trampolineH.J. Lu1-3/+39
2024-02-12x86, libgcc: Implement ia32 basic heap trampoline [PR113855].Iain Sandoe1-3/+37
2024-02-09libgcc, Darwin: Update symbol exports to include bitint and bf.Iain Sandoe1-1/+23
2024-02-06libgcc: Export i386 symbols added after GCC_7.0.0 on Solaris [PR113700]Rainer Orth2-0/+40
2024-02-02[PATCH] libgcc: Include stdlib.h for abort() on mingw32Khem Raj1-0/+1
2024-02-02libgcc: Export XF, TF, HF and BFmode specific _BitInt symbols from libgcc_s.s...Jakub Jelinek1-6/+6
2024-02-01libgcc: Avoid warnings on __gcc_nested_func_ptr_created [PR113402]Jakub Jelinek1-3/+3
2024-02-01libgcc: Fix up i386/t-heap-trampoline [PR113403]Jakub Jelinek1-1/+1
2024-01-30libgcc: Make heap trampoline support dynamic [PR113403].Iain Sandoe1-0/+8
2024-01-30libgcc: Make heap trampoline support dynamic [PR113403].Iain Sandoe1-1/+2
2024-01-28Fix __builtin_nested_func_ptr_{created,deleted} symbol versions [PR113402]Iain Sandoe1-4/+4
2024-01-03Update copyright years.Jakub Jelinek40-40/+40
2023-10-24libgcc: make heap-based trampolines conditional on libc presenceSergei Trofimovich1-0/+5
2023-10-22libgcc: support heap-based trampolinesAndrew Burgess2-0/+191
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