aboutsummaryrefslogtreecommitdiff
path: root/libgcc
AgeCommit message (Expand)Author
2019-11-18fix ChangeLog to reference the PRSzabolcs Nagy
2019-11-18musl: Don't use gthr weak refs in libgcc PR91737Szabolcs Nagy
2019-11-17 * config/pa/linux-atomic.c (__kernel_cmpxchg): Change argument 1 toJohn David Anglin
2019-11-15m68k: add musl supportSzabolcs Nagy
2019-11-14Update the arm-*-vxworks* supportJerome Lambourg
2019-11-14Base support for vxworks 7 on aarch64Doug Rupp
2019-11-14Update the libgcc support for VxWorks AE/653Olivier Hainque
2019-11-14Improve the thread support for VxWorksCorentin Gay
2019-11-14Introduce vxworks specific crtstuff supportJerome Lambourg
2019-11-07gcc/Georg-Johann Lay
2019-11-04libgcc: Fix incorrect use of USE_TM_CLONE_REGISTRYJozef Lawrynowicz
2019-11-03libgcc/Oleg Endo
2019-11-01RISC-V: Build soft-float divide routines for -mno-fdiv.Jim Wilson
2019-10-232019-10-23 Jozef Lawrynowicz <jozef.l@mittosystems.com>Jozef Lawrynowicz
2019-10-15 * config/pa/fptr.c (_dl_read_access_allowed): Change argument toJohn David Anglin
2019-10-12 * config/pa/lib2funcs.S (__gcc_plt_call): Load branch target to %r21.John David Anglin
2019-10-03 * config/pa/fptr.c: Disable -Warray-bounds warning.John David Anglin
2019-09-25libgcc: Rebuild autoconf filesRichard Henderson
2019-09-25aarch64: Configure for sys/auxv.h in libgcc for lse-init.cRichard Henderson
2019-09-25aarch64: Fix store-exclusive in load-operate LSE helpersRichard Henderson
2019-09-25[AARCH64] Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDCShaokun Zhang
2019-09-20Revert [ARM/FDPIC v6 13/24] [ARM] FDPIC: Force LSB bit for PC in Cortex-M arc...Christophe Lyon
2019-09-19aarch64: Add out-of-line functions for LSE atomicsRichard Henderson
2019-09-10[ARM/FDPIC v6 13/24] [ARM] FDPIC: Force LSB bit for PC in Cortex-M architectureChristophe Lyon
2019-09-10[ARM/FDPIC v6 11/24] [ARM] FDPIC: Add support to unwind FDPIC signal frameChristophe Lyon
2019-09-10[ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c++ exceptionsChristophe Lyon
2019-09-10[ARM/FDPIC v6 05/24] [ARM] FDPIC: Fix __do_global_dtors_aux and frame_dummy g...Christophe Lyon
2019-09-10[ARM/FDPIC v6 02/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in configure...Christophe Lyon
2019-09-09GCC port for eBPFJose E. Marchesi
2019-09-07RISC-V: Re-enable -msave-restore for shared libraries.Jim Wilson
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand
2019-08-232019-08-23 Jozef Lawrynowicz <jozef.l@mittosystems.com>Jozef Lawrynowicz
2019-08-20Add TIGERLAKE and COOPERLAKE to GCC.Hongtao Liu
2019-07-31gcc/ChangeLog:Matt Thomas
2019-07-31[Arm][CMSE]Add warn_unused_return attribute to cmse functionsJoel Hutton
2019-07-22Do not emit __gnu_lto_v1 symbol.Martin Liska
2019-07-21or1k: Fix issues with msoft-divStafford Horne
2019-07-09PR middle-end/71924 - missing -Wreturn-local-addr returning alloca resultMartin Sebor
2019-07-04[Darwin] Revert one hunk from r273016 (TLC for older Darwin versions).Iain Sandoe
2019-07-03[Darwin] Some TLC for older Darwin versions.Iain Sandoe
2019-07-03Rename SINGE_VALUE to TOPN_VALUES counters.Martin Liska
2019-07-03Support N values in libgcov for single value counter type.Martin Liska
2019-06-27Add --disable-tm-clone-registry libgcc configure option.Ilia Diachkov
2019-06-27Remove quite obvious dead assignments.Martin Liska
2019-06-27Fix misc stuff seen by clang-static-analyzer.Martin Liska
2019-06-25Darwin, add a missed file changeIain Sandoe
2019-06-25[Darwin, PPC] Move the out of line register save/restore to an endfile.Iain Sandoe
2019-06-25Do not call strlen with NULL argument in libgcov.Martin Liska
2019-06-25Stub implementation of unwinding for AMD GCN.Andrew Stubbs
2019-06-25Create GCN-specific gthreadsKwok Cheung Yeung