aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
AgeCommit message (Expand)AuthorFilesLines
2017-05-06Add fuchsia support to libgccJoshua Conner2-1/+45
2017-04-07Makefile.in: Swap definition of LIBGCC_LINKS and inclusion of target makefile...Jeff Law1-1/+1
2017-04-07[RS6000] Out-of-line register save functions can't be used from crtend.oAlan Modra1-1/+4
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-03-27[ARC] Fix divdf3 emulation for arcem.Claudiu Zissulescu1-4/+4
2017-03-10freebsd-unwind.h: New file.John Marino1-0/+108
2017-03-10Build crt*vr.S with AltiVec enabledSegher Boessenkool2-0/+2
2017-03-02gthr-win32.h: Define NOGDI before windows.h include to prevent w32api CC_NONE...Jonathan Yong1-0/+1
2017-02-16value-unwind.h: New file.Andrew Pinski1-0/+25
2017-02-06RISC-V Port: libgccPalmer Dabbelt14-0/+1112
2017-01-21* config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define.Gerald Pfeifer1-4/+0
2017-01-20[AArch64] Only build & test pauth code for LP64Jiong Wang1-2/+2
2017-01-20[AArch64] Always include linux-unwind.hJiong Wang1-1/+3
2017-01-20[AArch64, libgcc] Add missing file, forget "svn add"Jiong Wang1-0/+87
2017-01-20[AArch64][4/4] libgcc unwinder support for return address signingJiong Wang1-0/+1
2017-01-17t-msp430 (LIB2ADD): Remove mpy.cJoe Seymour1-2/+4
2017-01-13t-msp430 (libmul_none.a, [...]): Filter archived prerequisites.Joe Seymour1-4/+4
2017-01-12builtin_target.c (check_features): Check all supported __builtin_cpu_supports...Uros Bizjak1-6/+6
2017-01-10Enable AVX-512 VPOPCNTD/VPOPCNTQ instructions.Andrew Senkevich2-1/+4
2017-01-04Make MIPS soft-fp preserve NaN payloads for NAN2008.Joseph Myers1-1/+13
2017-01-01Update copyright years.Jakub Jelinek922-922/+922
2016-12-16[ARC] Rework code for profiling.Claudiu Zissulescu16-1520/+0
2016-12-12lib1funcs.S (__ashrdi3): Fix typo from r243545.George Spelvin1-1/+1
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