aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
AgeCommit message (Expand)AuthorFilesLines
2016-12-12lib1funcs.S (__ashldi3): Use __tmp_reg__ to restore R16 instead of push + pop.George Spelvin1-11/+18
2016-12-05[ARC] Fix PIE.Cupertino Miranda1-0/+2
2016-12-03re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig2-90/+118
2016-12-02ARMv8-M Security Extension's cmse_nonsecure_call: use __gnu_cmse_nonsecure_callAndre Vieira2-0/+133
2016-12-02Add support for ARMv8-M's Secure Extensions flag and intrinsicsAndre Vieira2-0/+120
2016-11-28re PR target/74748 (libgcc_s.so.1 isn't created correctly for Blackfin FDPIC)Thomas Petazzoni2-1893/+4
2016-11-27[Darwin] fix PR67710 by updating 'as' specs to handle newer assembler versions.Iain Sandoe1-0/+4
2016-11-24[Patch libgcc AArch64 12/17] Enable hfmode soft-float conversions and truncat...James Greenhalgh2-2/+5
2016-11-23[Patch 15/17 libgcc ARM] Add double to half conversions.James Greenhalgh1-0/+27
2016-11-23[Patch 14/17] [libgcc, ARM] Generalise float-to-half conversion function.James Greenhalgh1-18/+72
2016-11-17Add avx5124vnniw/avx5124fmaps to target attributesH.J. Lu1-1/+7
2016-11-17[ARC][libgcc] Add support for QuarkSE processor.Claudiu Zissulescu3-66/+74
2016-11-16nvptx backend prerequisites for OpenMP offloadingAlexander Monakov3-1/+46
2016-11-15[ARC] [libgcc] Fix definesClaudiu Zissulescu1-21/+24
2016-11-11[i386][musl] Add cpuinfo to static libgcc only on *-musl*Szabolcs Nagy1-0/+4
2016-10-19pa64-hpux-lib.h: New file.John David Anglin1-0/+101
2016-10-18xtensa: don't use unwind-dw2-fde-dip with elf targetsMax Filippov3-1/+5
2016-10-18xtensa: add HW FPU sequences for DIV/SQRT/RECIP/RSQRTDing-Kai Chen3-3/+335
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-8/+8
2016-10-05crtbegin.S (__do_jv_register_classes): Remove.Andreas Schwab1-63/+0
2016-10-04defaults.h (JCR_SECTION_NAME, [...]): Remove.Jakub Jelinek4-51/+0
2016-09-28cpuinfo.c (__get_cpuid_output): Remove.Uros Bizjak1-17/+3
2016-08-25[mips] Fix linux header use in libgccSzabolcs Nagy1-1/+1
2016-07-29_divkc3.c: Add copyright/license boilerplate.Bill Schmidt2-0/+50
2016-07-29lib1funcs.S (__muldi3): No need to clear zero_reg as previous call to __umulh...Georg-Johann Lay1-1/+0
2016-07-21[ARM] Fix PR target/59833Aurelien Jarno1-3/+7
2016-07-12_divkc3.c: New.Bill Schmidt4-1/+142
2016-07-11lib1funcs.S: Add new wrapper.Hale Wang1-32/+218
2016-07-07arm-arches.def (armv8-m.base): Define new architecture.Thomas Preud'homme1-1/+2
2016-07-07lib1funcs.S (HAVE_ARM_CLZ): Define for ARMv6* or later and ARMv5t* rather tha...Thomas Preud'homme1-3/+4
2016-07-07elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to decide whether to p...Thomas Preud'homme4-19/+25
2016-06-28linux.h: Do not include arch/icache.hWalter Lee1-2/+4
2016-06-21remove mep-* supportTrevor Saunders4-383/+0
2016-06-21remove avr-rtems supportTrevor Saunders1-2/+0
2016-06-21remove support for the interix targetTrevor Saunders1-3/+0
2016-06-18fptr.c (__canonicalize_funcptr_for_compare): Don't set least-significant bit ...John David Anglin1-1/+1
2016-06-14* Partially revert my previous commit.Uros Bizjak8-72/+20
2016-06-13i386-builtin-types.def (INT_FTYPE_FLOAT128): New function type.Uros Bizjak7-1/+77
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