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