aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
AgeCommit message (Expand)Author
2021-05-14Update ChangeLog and version files for releasereleases/gcc-8.5.0releases/gcc-8Jakub Jelinek
2021-04-27Daily bump.GCC Administrator
2021-01-14Daily bump.GCC Administrator
2020-11-26Daily bump.GCC Administrator
2020-08-08Daily bump.GCC Administrator
2020-06-18Daily bump.GCC Administrator
2020-05-30Daily bump.GCC Administrator
2020-05-21x86: Update VPCLMULQDQ checkH.J. Lu
2020-05-21x86: Update GFNI checkH.J. Lu
2020-05-14aarch64, libgcc: Fix unwinding from pac-ret to normal frames [PR94514]Szabolcs Nagy
2020-04-22aarch64: Fix bootstrap with old binutils [PR93053]Andre Vieira
2020-04-22aarch64: Configure for sys/auxv.h in libgcc for lse-init.cAndre Vieira
2020-04-22aarch64: Fix store-exclusive in load-operate LSE helpersAndre Vieira
2020-04-22aarch64: Add out-of-line functions for LSE atomicsAndre Vieira
2020-04-19i386: Remove unneeded assignments when triggering SSE exceptionsUros Bizjak
2020-03-04i386: Properly pop restore token in signal frameH.J. Lu
2020-03-04Update ChangeLog and version files for releasereleases/gcc-8.4.0Jakub Jelinek
2019-11-17linux-atomic.c (__kernel_cmpxchg): Change argument 1 to volatile void *.John David Anglin
2019-11-04backport: lib2funcs.S (__gcc_plt_call): Load branch target to %r21.John David Anglin
2019-11-04backport: fptr.c (_dl_read_access_allowed): Change argument to unsigned int.John David Anglin
2019-10-31[Darwin] Some TLC for older Darwin versions.Iain Sandoe
2019-10-31[Darwin, PPC] Move the out of line register save/restore to an endfile.Iain Sandoe
2019-08-27[Darwin, PPC, libgcc] Ensure unwinder is built with altivec enabled.Iain Sandoe
2019-08-16[darwin, ppc] backport Fix .machine directive in vecsave asm.Iain Sandoe
2019-02-22Update ChangeLog and version files for releasereleases/gcc-8.3.0GCC Administrator
2019-02-19unwind-dw2.c (_Unwind_GetGR): Compare regno instead of index to DWARF_ZERO_REG.Uros Bizjak
2018-10-03i386: Remove _Unwind_Frames_IncrementH.J. Lu
2018-08-17backport: pa.md (UNSPEC_MEMORY_BARRIER): New unspec enum.John David Anglin
2018-07-26Update ChangeLog and version files for releasereleases/gcc-8.2.0GCC Administrator
2018-06-22backport: re PR target/85358 (PowerPC: Using -mabi=ieeelongdouble -mcpu=power...Michael Meissner
2018-06-20re PR libgcc/86213 (-fsplit-stack runtime may clobber SSE input param reg)Than McIntosh
2018-06-01re PR target/85591 (__builtin_cpu_is() is not detecting bdver2 with Model = 0...Uros Bizjak
2018-05-07[NDS32] Fix incorrect settings in sfp-machine.h and t-nds32-newlib for hard fp.Chung-Ju Wu
2018-05-02Update ChangeLog and version files for releaseGCC Administrator
2018-04-27PR85532, crtend.o built without --enable-initfini-array has bad .eh_frameAlan Modra
2018-04-24x86: Update __CET__ checkH.J. Lu
2018-04-24Regenerate configure of target librariesH.J. Lu
2018-04-20re PR target/85456 (PowerPC: Using -mabi=ieeelongdouble calls wrong function ...Michael Meissner
2018-04-19libgcc/CET: Skip signal frames when unwinding shadow stackH.J. Lu
2018-04-19libgcc/CET: Add _CET_ENDBR to __stack_split_initializeH.J. Lu
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm
2018-04-16re PR target/84945 (UBSAN: gcc/config/i386/i386.c:33312:22: runtime error: sh...Jakub Jelinek
2018-04-06RISC-V: Support for FreeBSD.Ruslan Bukin
2018-03-29i386: Enable AVX/AVX512 features only if supported by OSXSAVEH.J. Lu
2018-03-22Fix PR85025: libgcc/config/i386/shadow-stack-unwind.h is wrong. Igor Tsimbalist
2018-03-20re PR target/84945 (UBSAN: gcc/config/i386/i386.c:33312:22: runtime error: sh...Jakub Jelinek
2018-03-15Add builtin_cpu for cannonlake and new isa features.Julia Koval
2018-03-14Split-up -march=icelake on -march=icelake-server and -march=icelake-clientJulia Koval
2018-03-07fptr.c (_dl_read_access_allowed): New.John David Anglin