aboutsummaryrefslogtreecommitdiff
path: root/libgcc
AgeCommit message (Expand)AuthorFilesLines
2020-05-21libgcc: Move FEATURE_AVX512VP2INTERSECT after FEATURE_AVX512BF16H.J. Lu2-2/+8
2020-05-20Add missing ChangeLog entry for r11-516H.J. Lu1-0/+6
2020-05-20x86: Update VPCLMULQDQ checkH.J. Lu1-2/+2
2020-05-19x86: Add FEATURE_AVX512VP2INTERSECT and update GFNI checkH.J. Lu3-2/+14
2020-05-15x86: Also check if -fcf-protection worksH.J. Lu2-0/+8
2020-05-14x86: Default CET run-time support to autoH.J. Lu2-2/+6
2020-05-09libgcc: cris: Remove support for crisv32-*-* and cris*-*-linuxHans-Peter Nilsson4-18/+5
2020-05-06i386: Use generic division to generate INEXACT exceptionUros Bizjak2-14/+18
2020-05-06[AArch64] Use __getauxval instead of getauxval in LSE detection code in libgccKyrylo Tkachov2-8/+17
2020-05-05Delete file meant for a private branchMichael Meissner1-7/+0
2020-05-05Delete file meant for private branchMichael Meissner1-22/+0
2020-05-05Remove files meant for private branchMichael Meissner2-85/+0
2020-05-05Delete changes meant for a private branch.Michael Meissner5-162/+9
2020-05-05Patch ieee128-lib-patch010bMichael Meissner7-2/+259
2020-05-05New fileMichael Meissner1-0/+0
2020-05-05New filesMichael Meissner2-0/+0
2020-05-05Update ChangeLogMichael Meissner1-1/+1
2020-05-05Remove extra newlineMichael Meissner1-1/+0
2020-05-05Patch ieee128-lib-patch003bMichael Meissner2-0/+14
2020-05-05setup branchMichael Meissner1-0/+4
2020-05-05Remove __gcov_flush.Martin Liska4-35/+20
2020-05-05Use __gcov_dump and __gcov_reset in execv and fork context.Martin Liska2-16/+56
2020-05-05Do locking for __gcov_dump and __gcov_reset as well.Martin Liska4-16/+65
2020-05-05Add missing ChangeLog entries.Martin Liska1-0/+6
2020-05-05Remove 2 dead variables in bid_internal.h.Martin Liska1-4/+0
2020-05-01i386: Use generic division to generate INVALID and DIVZERO exceptionsUros Bizjak2-12/+14
2020-04-27RS6000: Use .machine ppc for some CRT filesSebastian Huber4-0/+9
2020-04-21aarch64, libgcc: Fix unwinding from pac-ret to normal frames [PR94514]Szabolcs Nagy2-0/+8
2020-04-19i386: Remove unneeded assignments when triggering SSE exceptionsUros Bizjak2-6/+5
2020-04-15aarch64: Fix bootstrap with old binutils [PR93053]Jakub Jelinek5-8/+125
2020-04-07libgcc: use syscall rather than __mmap/__munmapIan Lance Taylor2-8/+53
2020-04-04libgcc: only use __mmap if glibc >- 2.26Ian Lance Taylor2-1/+5
2020-04-03libgcc: avoid mmap/munmap hooks in split-stack code on GNU/LinuxIan Lance Taylor2-0/+22
2020-04-03S/390 zTPF: Handle skip trace addresses when unwindingJim Johnston2-57/+89
2020-03-27fixup: move ChangeLog entry for last Arm fix to correct file.Richard Earnshaw1-0/+9
2020-03-26arm: unified syntax for libgcc when built with -Os [PR94220]Richard Earnshaw1-16/+17
2020-03-17[GCC][PATCH][ARM] Add multilib mapping for Armv8.1-M+MVE with -mfloat-abi=hardMihail Ionescu2-0/+7
2020-03-06Add missing ChangeLog entriesAndreas Krebbel1-0/+5
2020-03-04IBM Z: zTPF: Build libgcc with -mtpf-trace-skipAndreas Krebbel2-1/+8
2020-03-03libgcc: arm: convert thumb1 code to unified syntaxRichard Earnshaw4-277/+312
2020-03-02Remove duplicate declaration.Martin Liska2-1/+5
2020-02-18Introduce -fprofile-reproducibility and support it with TOP N.Martin Liska2-15/+42
2020-02-12Use a non-empty test program to test ability to link.Sandra Loosemore2-2/+9
2020-02-10Fix libgcc build failure for FRV with recent versions of gas.Jeff Law3-4/+10
2020-02-10Move ChangeLog entry of commit bf6465d046 from gcc to libgccH.J. Lu1-0/+6
2020-02-10i386: Properly pop restore token in signal frameH.J. Lu1-0/+43
2020-02-10arm: Fix up arm installed unwind.h for use in pedantic modes [PR93615]Christophe Lyon3-5/+12
2020-02-07arm: Fix up arm installed unwind.h for use in pedantic modes [PR93615]Jakub Jelinek2-9/+13
2020-01-31nios2: Support for GOT-relative DW_EH_PE_datarel encoding.Sandra Loosemore4-2/+36
2020-01-27Add __gcov_indirect_call_profiler_v4_atomic.Martin Liska3-3/+31