aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
AgeCommit message (Expand)AuthorFilesLines
2016-05-26free.asm: Delete.Nathan Sidwell4-159/+1
2016-05-25crt0.s: Delete.Nathan Sidwell3-47/+39
2016-04-29crt1.S: Remove SH5 support.Oleg Endo8-2574/+10
2016-04-29[ARC] Handle FPX NaN within optimized floating point library.Claudiu Zissulescu1-5/+10
2016-04-28[ARC/LIBGCC] Add TLS support.Claudiu Zissulescu2-0/+70
2016-04-25cmpd.c (__mspabi_cmpf): Add prototype.Nick Clifton6-6/+20
2016-04-21* config/m68k/linux-atomic.c: Do not include unistd.hWaldemar Brodkorb1-1/+0
2016-04-20ieee754-df.S: Fix typos in comments.Martin Galvan1-12/+12
2016-03-29ft32.opt (mnodiv): New.James Bowman2-10/+84
2016-03-22re PR libgcc/70363 (PowerPC __float128 to long double doesn't link if built w...Michael Meissner1-0/+4
2016-03-16Save call-clobbered registers in _mcount on 32-bit Solaris/x86 (PR target/38239)Rainer Orth1-24/+12
2016-02-26sfp-machine.h (_FP_DECL_EX): Declare _fpsr as a union of u64 and double.Paul E. Murphy1-9/+13
2016-02-17xtensa: fix libgcc build with --text-section-literalsMax Filippov2-0/+4
2016-02-15S/390: Add -fsplit-stack supportMarcin Koƛcielnicki2-0/+613
2016-02-10re PR go/68562 (morestack misaligns stack on x86_64)Ian Lance Taylor1-1/+4
2016-02-03re PR bootstrap/69611 (Bootstrap broken on PowerPC FreeBSD, IEEE 128-bit floa...Andreas Tobler1-2/+2
2016-01-25re PR target/69444 (recent changes broke x64_64 -> powerpc crosscompiler build)Jakub Jelinek1-1/+1
2016-01-21Add missing fileMichael Meissner1-0/+25
2016-01-21float128-sed: New files to convert TF names to KF names for PowerPC IEEE 128-...Michael Meissner14-3/+1406
2016-01-15t-msp430 (lib2_mul_none.o): Only use the first dependency as the source file ...Nick Clifton1-5/+5
2016-01-14Revert 2016-01-13 change.Michael Meissner14-1377/+3
2016-01-13rs6000-builtin.def (BU_FLOAT128_2): Add support for pack/unpack functions for...Michael Meissner14-3/+1377
2016-01-05aix-unwind.h (ucontext_for): Handle AIX 7.1 specificities.Olivier Hainque1-3/+8
2016-01-04Update copyright years.Jakub Jelinek922-921/+931
2015-12-10fptr.c (__canonicalize_funcptr_for_compare): Remove code to initialize call t...John David Anglin1-42/+28
2015-12-04gcc * config.gcc (extra_gcc_objs): Define for MSP430.Nick Clifton5-53/+277
2015-12-01fptr.c (__canonicalize_funcptr_for_compare): Initialize fixup values if saved...John David Anglin1-4/+10
2015-11-23[ARM] PR target/68059 libgcc should not use __write for printing fatal errorSzabolcs Nagy1-2/+2
2015-11-19* config/msp430/lib2hw_mul.S: Fix alignment.DJ Delorie1-1/+1
2015-11-18nvptx.c (global_lock_var): New.Nathan Sidwell2-1/+33
2015-11-15on_exit.c: New file.David Edelsohn3-1/+52
2015-11-11dp-hack.h: Add support for ARCHS.Claudiu Zissulescu10-31/+75
2015-11-09Support init priority on SolarisRainer Orth2-2/+2
2015-11-07replace BITS_PER_UNIT with __CHAR_BIT__ in target libsTrevor Saunders1-1/+1
2015-11-07atexit.c: New file.David Edelsohn4-3/+52
2015-10-30libgcc changes for AMD znver1.Venkataramanan Kumar1-0/+8
2015-10-23re PR libgcc/66883 (config/epiphany/udivsi3-float.c:52: bad if test ?)Joern Rennecke1-2/+2
2015-10-16divmodqi.S: Return 0x00 by default for div by 0.Kaushik Phatak3-2/+11
2015-10-11Add bdver4 for multiversioning and fix AMD model detection.Venkataramanan Kumar1-1/+4
2015-10-05cpuinfo.c (get_intel_cpu): Detect "skylake-avx512".Kirill Yukhin1-0/+6
2015-10-02AVX-512.Kirill Yukhin1-1/+7
2015-09-24ARM: fp16 Fix PR 67624 - Incorrect conversion of float Infinity to __fp16Richard Earnshaw1-2/+5
2015-09-24Support PIE on SolarisRainer Orth2-7/+7
2015-09-24Use CRTs provided by SolarisRainer Orth4-2/+95
2015-09-23linux-atomic.c (__kernel_cmpxchg2): Reorder error checks.John David Anglin1-16/+44
2015-09-22AVX-512. Introduce SKylake server CPU.Kirill Yukhin1-2/+20
2015-09-21[FT32] fixes for the default hardware startupJames Bowman1-27/+26
2015-09-18Update copyright.David Edelsohn1-1/+1
2015-09-18config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.Andrew Dixie2-0/+34
2015-09-15xtensa: fix xtensa_fallback_frame_state for call0 ABIMax Filippov1-2/+28