summaryrefslogtreecommitdiff
path: root/libgcc/config
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2021-01-04999-1000/+1000
* Update Copyright in ChangeLog filesJakub Jelinek2021-01-041-1/+1
* gcc: xtensa: implement bswapsi2, bswapdi2 and helpersMax Filippov2020-12-202-0/+40
* PowerPC: PR libgcc/97543 and libgcc/97643, fix long double issuesMichael Meissner2020-12-031-0/+22
* introduce overridable clear_cache emitterAlexandre Oliva2020-12-023-37/+0
* MSP430: Add 64-bit hardware multiply supportJozef Lawrynowicz2020-11-183-4/+130
* [RS6000] Use LIB2_SIDITI_CONV_FUNCS in place of ppc64-fp.cAlan Modra2020-11-172-239/+1
* MSP430: Fix inconsistent naming of hwmult libfuncsJozef Lawrynowicz2020-11-151-6/+6
* Fix the logic conditioning VX_ENTER/LEAVE_TLS_DTOROlivier Hainque2020-10-291-1/+1
* Fix conditional inclusion guard in gthr-vxworks-thread.cOlivier Hainque2020-10-291-1/+1
* Daily bump.GCC Administrator2020-10-241-0/+5
* Fix overzealous gthread support inhibition for vxworksRasmus Villemoes2020-10-232-2/+4
* stor-layout: Reject forming arrays with elt sizes not divisible by elt alignm...Jakub Jelinek2020-10-231-1/+1
* Inhibit support for C++0x threads on VxWorks < 6Rasmus Villemoes2020-10-162-2/+6
* Inhibit support for gthread condvars on VxWorks < 6Rasmus Villemoes2020-10-162-0/+12
* Add missing #include <taskLib.h> in gthr-vxworks.cRasmus Villemoes2020-10-161-0/+1
* Fix leftover _VXW_PRE_69 in gthr-vxworks.hRasmus Villemoes2020-10-161-1/+1
* Stub out VX_ENTER_TLS_DTOR for VxWorks != 6Rasmus Villemoes2020-10-161-7/+15
* Fix the vxworks crtstuff handling of kernel/rtp variationsOlivier Hainque2020-10-161-6/+6
* Rework the condition variables support for VxWorksAlexandre Oliva2020-10-142-12/+47
* Honor $(MULTISUBDIR) in -I directives for libgcc on VxWorksOlivier Hainque2020-10-142-2/+2
* Add include-fixed to include search paths for libgcc on VxWorksOlivier Hainque2020-10-142-0/+2
* x86: Add <x86gprintrin.h>H.J. Lu2020-10-091-8/+1
* [RS6000] Adjust gcc asm for power10Alan Modra2020-10-012-9/+27
* [RS6000] -mno-minimal-toc vs. power10 pcrelativeAlan Modra2020-10-011-1/+6
* RISC-V/libgcc: Use `-fasynchronous-unwind-tables' for LIB2_DIVMOD_FUNCSMaciej W. Rozycki2020-09-291-0/+2
* aarch64: Add HF routines to libgcc_s.soRichard Sandiford2020-09-282-0/+29
* aix: Use $(AR) without -X32_64 to build FAT libraries.Clément Chigot2020-09-271-10/+11
* libgcc/config/arm/fp16.c: Make _internal functions static inlineChristophe Lyon2020-09-171-1/+9
* aarch64: Fixed unused variable warning in aarch64-unwind.hWei Wentao2020-09-171-1/+2
* [nvptx, libgcc] Fix Wbuiltin-declaration-mismatch in atomic.cTom de Vries2020-09-091-4/+8
* MSP430: Simplify and extend shift instruction patternsJozef Lawrynowicz2020-08-263-0/+46
* nvptx: Add support for subword compare-and-swapKwok Cheung Yeung2020-08-132-1/+75
* libgcc: increase required stack space for x86_64 -fsplit-stackIan Lance Taylor2020-08-031-1/+1
* aarch64: Fix up __aarch64_cas16_acq_rel fallbackJakub Jelinek2020-08-031-1/+1
* RISC-V/libgcc: Reduce the size of RV64 millicode by 6 bytesMaciej W. Rozycki2020-07-311-6/+7
* aarch64: add PAC GNU property note to libgcc lse.SSzabolcs Nagy2020-07-241-2/+15
* aix: FAT libraries: test native compiler mode directlyDavid Edelsohn2020-07-141-1/+1
* libgcc: fix the handling of return address mangling [PR94891]Szabolcs Nagy2020-07-131-32/+8
* aarch64: Fix BTI support in libgcc [PR96001]Szabolcs Nagy2020-07-091-0/+26
* aarch64: Fix noexecstack note in libgccSzabolcs Nagy2020-07-091-0/+4
* Fix typo in ChangeLogDavid Edelsohn2020-06-241-1/+1
* x86: Move cpuinfo.h from libgcc to common/config/i386H.J. Lu2020-06-242-592/+9
* Daily bump.GCC Administrator2020-06-241-0/+4
* build: Change conditional include and empty.mk to -include in MakefilesDavid Edelsohn2020-06-232-7/+7
* aix: Add GCC64 configuration and FAT target libraries.David Edelsohn2020-06-212-23/+61
* hurd: libgcc unwinding support over signal trampolinesSamuel Thibault2020-06-181-0/+107
* xtensa: libgcc: fix PR target/95571Max Filippov2020-06-081-24/+22
* Missing __divtf3@@GCC_4.4.0 on ia64Andreas Schwab2020-06-042-0/+12
* RISC-V: Make __divdi3 handle div by zero same as hardware.Jim Wilson2020-06-021-3/+5