aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
AgeCommit message (Expand)AuthorFilesLines
2022-10-14middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek5-2/+22
2022-10-07libgcc, arc: Fix buildJakub Jelinek1-1/+1
2022-10-06libgcc: Decrease size of _Unwind_FrameState and even more size of cleared are...Jakub Jelinek33-264/+264
2022-10-02Adjust LIBGCC2_INCLUDES for VxWorks and augment commentOlivier Hainque1-8/+28
2022-10-02Prevent secondary warning from diagnostic tweak in gthr-vxworks.hOlivier Hainque1-1/+4
2022-09-29Improve comments and INITFINI macro use in vxcrtsutff.cOlivier Hainque1-8/+16
2022-09-20Daily bump.GCC Administrator1-0/+6
2022-09-19Fix PR target/99184: Wrong cast from double to 16-bit and 32-bit intsGeorg-Johann Lay1-50/+0
2022-08-26cr16: remove obsoleted portMartin Liska9-2617/+0
2022-08-16RISC-V: Support _Float16 type.Kito Cheng3-0/+9
2022-07-18libgcc/arc: Update udivmodsi4 and make the lib safe for rf16Claudiu Zissulescu2-1/+3
2022-06-25Remove long deprecated tilegx and tilepro portsJeff Law14-1652/+0
2022-06-09xtensa: Add clrsbsi2 insn patternTakayuki 'January June' Suwa2-1/+24
2022-05-25AArch64: Prioritise init_have_lse_atomics constructor [PR 105708]Wilco Dijkstra1-1/+3
2022-05-25aarch64: Fix pac-ret with unusual dwarf in libgcc unwinder [PR104689]Szabolcs Nagy1-1/+7
2022-05-21Daily bump.GCC Administrator1-0/+48
2022-05-20libgcc: use __builtin_clz and __builtin_ctz in libbidChristophe Lyon1-47/+4
2022-05-20libgcc: Add support for HF mode (aka _Float16) in libbidChristophe Lyon7-2/+250
2022-05-20libgcc: Enable XF mode conversions to/from DFP modes only if supportedChristophe Lyon6-0/+12
2022-05-13[AArch64] add barriers to ool __sync builtinsSebastian Pop2-8/+42
2022-04-08libgcc: IA64: don't compile glibc-based unwinder without libc headersSergei Trofimovich1-0/+2
2022-03-29LoongArch Port: libgccchenglulu7-0/+300
2022-03-19libgcc: m68k: avoid TEXTRELs in shared library (PR 86224)Sergei Trofimovich1-5/+14
2022-03-09GCN: Implement __atomic_compare_exchange_{1,2} in libgcc [PR102215]Tobias Burnus1-1/+28
2022-03-04Darwin, libgcc: Fix build errors on powerpc-darwin8.Iain Sandoe2-3/+3
2022-01-15libgcc: Fix __gthr_i486_lock_cmp_xchg clobber for WindowsJonathan Yong2-23/+2
2022-01-14arc: Add DWARF2 alternate CFA column.Claudiu Zissulescu1-4/+5
2022-01-03Update copyright years.Jakub Jelinek1005-1005/+1005
2022-01-03Update Copyright in ChangeLog filesJakub Jelinek1-1/+1
2022-01-02Generate illegal instruction fault if LWS syscall returns -EFAULT.John David Anglin1-0/+6
2021-12-17libgcc, Darwin: Add missing build dependencies.Iain Sandoe3-7/+8
2021-12-13Tigthen libc_internal and crtstuff for VxWorks shared objectsFrederic Konrad2-5/+81
2021-12-13Preserve cpu specific CRTSTUFF_T_CFLAGS on powerpc-vxworks7Olivier Hainque1-1/+3
2021-12-13Leverage sysroot for VxWorksOlivier Hainque2-26/+3
2021-12-11libgcc: vxcrtstuff.c: make ctor/dtor functions staticRasmus Villemoes1-3/+7
2021-12-11libgcc: vxcrtstuff.c: remove ctor/dtor declarationsRasmus Villemoes1-3/+0
2021-12-10libgcc, Darwin: Update darwin10 unwinder shim dependencies.Iain Sandoe1-1/+1
2021-12-10Replace t-ppccomm by t-vxworks in libgcc/config/rs6000Rasmus Villemoes1-0/+1
2021-12-09Provide vxworks alternate stdint.h during the buildOlivier Hainque2-0/+4
2021-12-08libgcc, Darwin: Build a libgcc_s.1 for backwards compatibility.Iain Sandoe8-22/+176
2021-12-06RISC-V: jal cannot refer to a default visibility symbol for shared object.Nelson Chu2-7/+14
2021-11-30libgcc: vxcrtstuff.c: add a few undefsRasmus Villemoes1-0/+8
2021-11-27Fix typo in t-dimodeJohn David Anglin1-1/+1
2021-11-19Darwin: Rework handling for unwinder code in libgcc_s and specs [PR80556].Iain Sandoe8-463/+61
2021-11-19libgcc, emutls: Allow building weak definitions of the emutls functions.Iain Sandoe1-0/+13
2021-11-11libgcc: Fix backtrace fallback on PowerPC Big-endianRaphael Moreira Zinsly1-1/+7
2021-11-10rs6000, libgcc: Fix up -Wmissing-prototypes warning on rs6000/linux-unwind.hJakub Jelinek1-1/+2
2021-11-05Darwin, crts: Fix a build warning.Iain Sandoe2-0/+3
2021-11-05Support TI mode and soft float on PA64John David Anglin4-0/+298
2021-10-27Fix warnings building linux-atomic.c and fptr.c on hppa64-linuxJohn David Anglin2-53/+61