aboutsummaryrefslogtreecommitdiff
path: root/libgcc
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Daily bump.GCC Administrator1-0/+9
2020-06-18hurd: libgcc unwinding support over signal trampolinesSamuel Thibault2-1/+114
2020-05-30Daily bump.GCC Administrator1-0/+14
2020-05-29[AArch64] Use __getauxval instead of getauxval in LSE detection code in libgccKyrylo Tkachov1-8/+9
2020-05-29gcov-tool: Flexible endian adjustment for merging coverage dataMartin Liska2-4/+3
2020-05-21x86: Update VPCLMULQDQ checkH.J. Lu2-2/+11
2020-05-21x86: Update GFNI checkH.J. Lu2-2/+11
2020-05-14aarch64, libgcc: Fix unwinding from pac-ret to normal frames [PR94514]Szabolcs Nagy2-0/+11
2020-04-22aarch64: Fix bootstrap with old binutils [PR93053]Andre Vieira5-8/+128
2020-04-22aarch64: Configure for sys/auxv.h in libgcc for lse-init.cAndre Vieira5-9/+42
2020-04-22aarch64: Fix store-exclusive in load-operate LSE helpersAndre Vieira2-2/+11
2020-04-22aarch64: Add out-of-line functions for LSE atomicsAndre Vieira5-0/+338
2020-04-19i386: Remove unneeded assignments when triggering SSE exceptionsUros Bizjak2-6/+5
2020-03-04i386: Properly pop restore token in signal frameH.J. Lu2-0/+52
2020-03-04Update ChangeLog and version files for releasereleases/gcc-8.4.0Jakub Jelinek2-0/+8
2019-11-17linux-atomic.c (__kernel_cmpxchg): Change argument 1 to volatile void *.John David Anglin2-100/+129
2019-11-04backport: lib2funcs.S (__gcc_plt_call): Load branch target to %r21.John David Anglin3-14/+33
2019-11-04backport: fptr.c (_dl_read_access_allowed): Change argument to unsigned int.John David Anglin2-6/+21
2019-10-31[Darwin] Some TLC for older Darwin versions.Iain Sandoe5-22/+29
2019-10-31[Darwin, PPC] Move the out of line register save/restore to an endfile.Iain Sandoe4-11/+49
2019-08-27[Darwin, PPC, libgcc] Ensure unwinder is built with altivec enabled.Iain Sandoe2-0/+11
2019-08-16[darwin, ppc] backport Fix .machine directive in vecsave asm.Iain Sandoe2-1/+14
2019-02-22Update ChangeLog and version files for releasereleases/gcc-8.3.0GCC Administrator2-0/+8
2019-02-19unwind-dw2.c (_Unwind_GetGR): Compare regno instead of index to DWARF_ZERO_REG.Uros Bizjak2-13/+18
2018-10-03i386: Remove _Unwind_Frames_IncrementH.J. Lu2-5/+8
2018-08-17backport: pa.md (UNSPEC_MEMORY_BARRIER): New unspec enum.John David Anglin2-39/+42
2018-07-26Update ChangeLog and version files for releasereleases/gcc-8.2.0GCC Administrator2-0/+8
2018-06-22backport: re PR target/85358 (PowerPC: Using -mabi=ieeelongdouble -mcpu=power...Michael Meissner3-2/+11
2018-06-20re PR libgcc/86213 (-fsplit-stack runtime may clobber SSE input param reg)Than McIntosh2-25/+25
2018-06-01re PR target/85591 (__builtin_cpu_is() is not detecting bdver2 with Model = 0...Uros Bizjak2-4/+13
2018-05-07[NDS32] Fix incorrect settings in sfp-machine.h and t-nds32-newlib for hard fp.Chung-Ju Wu3-1/+28
2018-05-02Update ChangeLog and version files for releaseGCC Administrator2-0/+8
2018-04-27PR85532, crtend.o built without --enable-initfini-array has bad .eh_frameAlan Modra2-1/+7
2018-04-24x86: Update __CET__ checkH.J. Lu2-1/+6
2018-04-24Regenerate configure of target librariesH.J. Lu2-1/+5
2018-04-20re PR target/85456 (PowerPC: Using -mabi=ieeelongdouble calls wrong function ...Michael Meissner6-3/+98
2018-04-19libgcc/CET: Skip signal frames when unwinding shadow stackH.J. Lu4-2/+20
2018-04-19libgcc/CET: Add _CET_ENDBR to __stack_split_initializeH.J. Lu2-0/+7
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2-5/+8
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2-1/+6
2018-04-16re PR target/84945 (UBSAN: gcc/config/i386/i386.c:33312:22: runtime error: sh...Jakub Jelinek2-1/+15
2018-04-06RISC-V: Support for FreeBSD.Ruslan Bukin2-0/+8
2018-03-29i386: Enable AVX/AVX512 features only if supported by OSXSAVEH.J. Lu2-44/+105
2018-03-22Fix PR85025: libgcc/config/i386/shadow-stack-unwind.h is wrong. Igor Tsimbalist2-1/+7
2018-03-20re PR target/84945 (UBSAN: gcc/config/i386/i386.c:33312:22: runtime error: sh...Jakub Jelinek3-36/+63
2018-03-15Add builtin_cpu for cannonlake and new isa features.Julia Koval3-1/+25
2018-03-14Split-up -march=icelake on -march=icelake-server and -march=icelake-clientJulia Koval2-1/+7
2018-03-07fptr.c (_dl_read_access_allowed): New.John David Anglin2-0/+25
2018-02-28re PR debug/83917 (with -mcall-ms2sysv-xlogues, stepping into x86 tail-call r...Jakub Jelinek6-22/+89
2018-02-26re PR debug/83917 (with -mcall-ms2sysv-xlogues, stepping into x86 tail-call r...Jakub Jelinek5-22/+70