summaryrefslogtreecommitdiff
path: root/libgcc/config
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Enforce Libatomic LR/SC SEQ_CSTPatrick O'Neill2023-05-021-2/+2
* libgcc pru: Define TARGET_HAS_NO_HW_DIVIDEDimitar Dimitrov2023-05-011-0/+3
* libgcc CRIS: Define TARGET_HAS_NO_HW_DIVIDEHans-Peter Nilsson2023-04-271-0/+3
* RISCV: Inline subword atomic opsPatrick O'Neill2023-04-261-0/+2
* PR target/109402: v850 (not v850e) variant of __muldi3() moves sp in reversed...Tetsuma Hoshino2023-04-081-2/+0
* Add assember CFI directives to millicode division and remainder routines.John David Anglin2023-04-051-0/+14
* or1k: Do not clear existing FPU exceptions before updatingStafford Horne2023-03-191-1/+0
* xtensa: add .note.GNU-stack section on linuxMax Filippov2023-03-134-0/+24
* aarch64: Add bfloat16_t support for aarch64Jakub Jelinek2023-03-133-3/+19
* libgcc, i386: Add __fix{,uns}bfti and __float{,un}tibf [PR107703]Jakub Jelinek2023-03-102-1/+6
* libgcc, rs6000: Fix bump size for powerpc64 elfv1 ABI [PR108727]Kewen Lin2023-03-081-2/+2
* PR target/107299: Fix build issue when long double is IEEE 128-bitMichael Meissner2023-03-063-11/+46
* RISC-V: Handle vlenb correctly in unwindingKito Cheng2023-02-131-0/+39
* arm: Fix warning in libgcc/config/arm/pr-support.cChristophe Lyon2023-02-031-0/+6
* Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurdFlavio Cruz2023-01-301-0/+10
* arm: Add support for new frame unwinding instruction "0xb5".Srinath Parvathaneni2023-01-231-2/+13
* [PATCH 6/15] arm: Add pointer authentication for stack-unwinding runtimeAndrea Corallo2023-01-232-0/+60
* libgcc: Fix uninitialized RA signing on AArch64 [PR107678]Wilco Dijkstra2023-01-181-28/+12
* Update copyright years.Jakub Jelinek2023-01-161005-1005/+1005
* Fix support for atomic loads and stores on hppa.John David Anglin2023-01-136-17/+400
* libstdc++: Fix unintended layout change to std::basic_filebuf [PR108331]Jonathan Wakely2023-01-131-0/+8
* arm: unified syntax for libgcc clear_cacheSeija Kijin2023-01-131-1/+1
* Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao2023-01-071-0/+1
* Update Copyright year in ChangeLog filesJakub Jelinek2023-01-021-1/+1
* libgcc: fix gfortran build on WindowsJonathan Yong2022-12-251-1/+3
* libgcc, Darwin: No early install for the compatibility libgcc_s.1.dylib.Iain Sandoe2022-12-241-7/+14
* Reimplement GNU threads library on native WindowsEric Botcazou2022-12-237-457/+626
* libgcc: xtensa: remove stray symbols from X*HAL macro definitionsMax Filippov2022-12-081-7/+7
* libgcc: xtensa: use built-in configurationMax Filippov2022-12-075-4/+202
* libgcc: Update 'gthr-mcf.h' to include a dedicated header for libobjcLIU Hao2022-10-231-0/+35
* gcc: Add 'mcf' thread model support from mcfgthreadLIU Hao2022-10-193-1/+7
* x86: Check corrupted return address when unwinding stackH.J. Lu2022-10-171-4/+47
* middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek2022-10-145-2/+22
* libgcc, arc: Fix buildJakub Jelinek2022-10-071-1/+1
* libgcc: Decrease size of _Unwind_FrameState and even more size of cleared are...Jakub Jelinek2022-10-0633-264/+264
* Adjust LIBGCC2_INCLUDES for VxWorks and augment commentOlivier Hainque2022-10-021-8/+28
* Prevent secondary warning from diagnostic tweak in gthr-vxworks.hOlivier Hainque2022-10-021-1/+4
* Improve comments and INITFINI macro use in vxcrtsutff.cOlivier Hainque2022-09-291-8/+16
* Daily bump.GCC Administrator2022-09-201-0/+6
* Fix PR target/99184: Wrong cast from double to 16-bit and 32-bit intsGeorg-Johann Lay2022-09-191-50/+0
* cr16: remove obsoleted portMartin Liska2022-08-269-2617/+0
* RISC-V: Support _Float16 type.Kito Cheng2022-08-163-0/+9
* libgcc/arc: Update udivmodsi4 and make the lib safe for rf16Claudiu Zissulescu2022-07-182-1/+3
* Remove long deprecated tilegx and tilepro portsJeff Law2022-06-2514-1652/+0
* xtensa: Add clrsbsi2 insn patternTakayuki 'January June' Suwa2022-06-092-1/+24
* AArch64: Prioritise init_have_lse_atomics constructor [PR 105708]Wilco Dijkstra2022-05-251-1/+3
* aarch64: Fix pac-ret with unusual dwarf in libgcc unwinder [PR104689]Szabolcs Nagy2022-05-251-1/+7
* Daily bump.GCC Administrator2022-05-211-0/+48
* libgcc: use __builtin_clz and __builtin_ctz in libbidChristophe Lyon2022-05-201-47/+4
* libgcc: Add support for HF mode (aka _Float16) in libbidChristophe Lyon2022-05-207-2/+250