aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
AgeCommit message (Expand)AuthorFilesLines
2020-01-27[ARC] Make libgcc compatible with ARC's reduced register set config.Claudiu Zissulescu7-17/+120
2020-01-23Emit .note.GNU-stack for hard-float linux targets.Dragan Mladjenovic1-1/+1
2020-01-23Emit .note.GNU-stack for soft-float linux targets.Dragan Mladjenovic5-0/+19
2020-01-18libgcc: cris: config/cris/arit.c (DS): Apply attribute __fallthrough__.Hans-Peter Nilsson1-1/+2
2020-01-16[PATCH, GCC/ARM, 1/10] Fix -mcmse check in libgccMihail Ionescu1-1/+1
2020-01-14Typo.Georg-Johann Lay1-4/+0
2020-01-10[amdgcn] Remove dependency on stdint.h in libgccKwok Cheung Yeung1-3/+2
2020-01-09[amdgcn] Add support for sub-word sync_compare_and_swap operationsKwok Cheung Yeung2-1/+62
2020-01-08Implement 64-bit double functions.Georg-Johann Lay19-0/+6936
2020-01-05Guard inclusion of vxAtomicLib.h from gthr-vxworks.hOlivier Hainque1-0/+7
2020-01-01Update copyright years.Jakub Jelinek988-989/+993
2019-12-30Introduce an internal API for VxWorks version checksOlivier Hainque2-13/+9
2019-12-30Improve VxWorks GTHREAD_ONCE_INITOlivier Hainque1-1/+1
2019-12-30Fix macro reference in gthr-vxworks-tls.cOlivier Hainque1-1/+1
2019-12-30Fix typo in macro name guarding conditional in vxcrtstuff.cOlivier Hainque1-2/+2
2019-12-11MSP430: Add -fno-exceptions multilibJozef Lawrynowicz1-0/+6
2019-12-05re PR target/92055 ([avr] Support 64-bit double)Georg-Johann Lay1-2/+2
2019-11-18musl: Don't use gthr weak refs in libgcc PR91737Szabolcs Nagy1-0/+2
2019-11-17linux-atomic.c (__kernel_cmpxchg): Change argument 1 to volatile void *.John David Anglin1-100/+110
2019-11-15m68k: add musl supportSzabolcs Nagy1-1/+1
2019-11-14Update the arm-*-vxworks* supportJerome Lambourg1-10/+55
2019-11-14Update the libgcc support for VxWorks AE/653Olivier Hainque2-0/+24
2019-11-14Improve the thread support for VxWorksCorentin Gay9-219/+789
2019-11-14Introduce vxworks specific crtstuff supportJerome Lambourg2-0/+144
2019-11-07Support 64-bit double and 64-bit long double configurations.Georg-Johann Lay3-2/+50
2019-11-03re PR libgcc/78804 ([RX] -m64bit-doubles does not work)Oleg Endo1-2/+0
2019-11-01RISC-V: Build soft-float divide routines for -mno-fdiv.Jim Wilson1-0/+17
2019-10-23lib2hw_mul.S: Fix wrong syntax in branch instruction.Jozef Lawrynowicz2-67/+106
2019-10-15fptr.c (_dl_read_access_allowed): Change argument to unsigned int.John David Anglin1-6/+10
2019-10-12lib2funcs.S (__gcc_plt_call): Load branch target to %r21.John David Anglin2-14/+21
2019-10-03fptr.c: Disable -Warray-bounds warning.John David Anglin1-0/+5
2019-09-25aarch64: Configure for sys/auxv.h in libgcc for lse-init.cRichard Henderson1-1/+3
2019-09-25aarch64: Fix store-exclusive in load-operate LSE helpersRichard Henderson1-2/+2
2019-09-25[AARCH64] Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDCShaokun Zhang1-21/+36
2019-09-20Revert [ARM/FDPIC v6 13/24] [ARM] FDPIC: Force LSB bit for PC in Cortex-M arc...Christophe Lyon1-5/+0
2019-09-19aarch64: Add out-of-line functions for LSE atomicsRichard Henderson3-0/+324
2019-09-10[ARM/FDPIC v6 13/24] [ARM] FDPIC: Force LSB bit for PC in Cortex-M architectureChristophe Lyon1-0/+5
2019-09-10[ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c++ exceptionsChristophe Lyon2-3/+83
2019-09-09GCC port for eBPFJose E. Marchesi3-0/+23
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand15-1508/+0
2019-08-20Add TIGERLAKE and COOPERLAKE to GCC.Hongtao Liu1-0/+2
2019-07-31config.gcc (hppa*-*-netbsd*): New target.Matt Thomas1-0/+9
2019-07-31[Arm][CMSE]Add warn_unused_return attribute to cmse functionsJoel Hutton1-0/+1
2019-07-22Do not emit __gnu_lto_v1 symbol.Martin Liska2-9/+1
2019-07-21or1k: Fix issues with msoft-divStafford Horne1-3/+3
2019-07-03[Darwin] Some TLC for older Darwin versions.Iain Sandoe3-20/+14
2019-06-25[Darwin, PPC] Move the out of line register save/restore to an endfile.Iain Sandoe2-9/+35
2019-06-25Stub implementation of unwinding for AMD GCN.Andrew Stubbs2-1/+39
2019-06-25Create GCN-specific gthreadsKwok Cheung Yeung1-0/+163
2019-06-18[nvptx] Fix __main missing prototype warning in crt0.cTom de Vries1-1/+3