| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce gcov.h header file (PR gcov-profile/80435). | Martin Liska | 2017-04-19 | 4 | -10/+60 |
* | Validate that destination gcov file does not exist for gcov-tool (PR gcov-pro... | Martin Liska | 2017-04-18 | 2 | -0/+14 |
* | Makefile.in: Swap definition of LIBGCC_LINKS and inclusion of target makefile... | Jeff Law | 2017-04-07 | 3 | -3/+10 |
* | [RS6000] Out-of-line register save functions can't be used from crtend.o | Alan Modra | 2017-04-07 | 2 | -1/+9 |
* | Fix numerous typos in comments | Jonathan Wakely | 2017-04-03 | 2 | -1/+5 |
* | [ARC] Fix divdf3 emulation for arcem. | Claudiu Zissulescu | 2017-03-27 | 2 | -4/+8 |
* | freebsd-unwind.h: New file. | John Marino | 2017-03-10 | 3 | -1/+114 |
* | Build crt*vr.S with AltiVec enabled | Segher Boessenkool | 2017-03-10 | 3 | -0/+7 |
* | rs6000: float128 on BE and 32-bit | Segher Boessenkool | 2017-03-10 | 4 | -13/+23 |
* | gthr-win32.h: Define NOGDI before windows.h include to prevent w32api CC_NONE... | Jonathan Yong | 2017-03-02 | 2 | -0/+7 |
* | unwind-seh.c: Suppress warnings for RtlUnwindEx calls. | Jonathan Yong | 2017-03-02 | 2 | -3/+7 |
* | value-unwind.h: New file. | Andrew Pinski | 2017-02-16 | 3 | -0/+35 |
* | RISC-V Port: libgcc | Palmer Dabbelt | 2017-02-06 | 16 | -0/+1142 |
* | op-common.h (_FP_MUL, [...]): Add /* FALLTHRU */ comments. | Jakub Jelinek | 2017-01-24 | 2 | -1/+11 |
* | * config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define. | Gerald Pfeifer | 2017-01-21 | 2 | -4/+4 |
* | [AArch64] Only build & test pauth code for LP64 | Jiong Wang | 2017-01-20 | 3 | -3/+9 |
* | [AArch64] Always include linux-unwind.h | Jiong Wang | 2017-01-20 | 2 | -1/+7 |
* | [AArch64, libgcc] Add missing file, forget "svn add" | Jiong Wang | 2017-01-20 | 1 | -0/+87 |
* | [AArch64][4/4] libgcc unwinder support for return address signing | Jiong Wang | 2017-01-20 | 4 | -5/+65 |
* | t-msp430 (LIB2ADD): Remove mpy.c | Joe Seymour | 2017-01-17 | 1 | -2/+4 |
* | re PR other/79046 (g++ -print-file-name=plugin uses full version number in path) | Jakub Jelinek | 2017-01-17 | 4 | -1/+31 |
* | t-msp430 (libmul_none.a, [...]): Filter archived prerequisites. | Joe Seymour | 2017-01-13 | 2 | -4/+9 |
* | builtin_target.c (check_features): Check all supported __builtin_cpu_supports... | Uros Bizjak | 2017-01-12 | 1 | -6/+6 |
* | Enable AVX-512 VPOPCNTD/VPOPCNTQ instructions. | Andrew Senkevich | 2017-01-10 | 3 | -1/+11 |
* | Make MIPS soft-fp preserve NaN payloads for NAN2008. | Joseph Myers | 2017-01-04 | 2 | -1/+18 |
* | Update configure deps, remove stray \xA0 in picflag.m4, regenerate | Alan Modra | 2017-01-04 | 3 | -2/+17 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 979 | -979/+983 |
* | config.host (*-*-netbsd*): Add t-eh-dw2-dip to tmake_file. | Krister Walfridsson | 2016-12-19 | 4 | -3/+10 |
* | gmon: Remove empty directory. | Matthias Klose | 2016-12-17 | 1 | -0/+4 |
* | [ARC] Rework code for profiling. | Claudiu Zissulescu | 2016-12-16 | 18 | -1525/+27 |
* | lib1funcs.S (__ashrdi3): Fix typo from r243545. | George Spelvin | 2016-12-12 | 2 | -1/+5 |
* | lib1funcs.S (__ashldi3): Use __tmp_reg__ to restore R16 instead of push + pop. | George Spelvin | 2016-12-12 | 2 | -11/+24 |
* | config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to tmake_file. | Krister Walfridsson | 2016-12-10 | 2 | -0/+6 |
* | [ARC] Fix PIE. | Cupertino Miranda | 2016-12-05 | 3 | -2/+11 |
* | re PR libfortran/78379 (Processor-specific versions for matmul) | Thomas Koenig | 2016-12-03 | 3 | -90/+126 |
* | ARMv8-M Security Extension's cmse_nonsecure_call: use __gnu_cmse_nonsecure_call | Andre Vieira | 2016-12-02 | 3 | -0/+139 |
* | Add support for ARMv8-M's Secure Extensions flag and intrinsics | Andre Vieira | 2016-12-02 | 3 | -0/+126 |
* | re PR target/74748 (libgcc_s.so.1 isn't created correctly for Blackfin FDPIC) | Thomas Petazzoni | 2016-11-28 | 3 | -1893/+8 |
* | re PR target/74748 (libgcc_s.so.1 isn't created correctly for Blackfin FDPIC) | Thomas Petazzoni | 2016-11-28 | 2 | -1/+10 |
* | [Darwin] fix PR67710 by updating 'as' specs to handle newer assembler versions. | Iain Sandoe | 2016-11-27 | 2 | -0/+10 |
* | [Patch libgcc AArch64 12/17] Enable hfmode soft-float conversions and truncat... | James Greenhalgh | 2016-11-24 | 3 | -2/+13 |
* | [Patch 15/17 libgcc ARM] Add double to half conversions. | James Greenhalgh | 2016-11-23 | 2 | -0/+35 |
* | [Patch 14/17] [libgcc, ARM] Generalise float-to-half conversion function. | James Greenhalgh | 2016-11-23 | 2 | -18/+82 |
* | [Patch libgcc 9/17] Update soft-fp from glibc | James Greenhalgh | 2016-11-23 | 8 | -0/+465 |
* | Protect __TMC_END__ - __TMC_LIST__ == 0 | Marc Glisse | 2016-11-20 | 2 | -3/+15 |
* | TILEPro: force gcc to link against libgcc.a when creating shared | Walter Lee | 2016-11-19 | 2 | -1/+5 |
* | Add avx5124vnniw/avx5124fmaps to target attributes | H.J. Lu | 2016-11-17 | 2 | -1/+12 |
* | [ARC][libgcc] Add support for QuarkSE processor. | Claudiu Zissulescu | 2016-11-17 | 4 | -66/+82 |
* | nvptx backend prerequisites for OpenMP offloading | Alexander Monakov | 2016-11-16 | 4 | -1/+52 |
* | re PR libgcc/68468 (frv/bfin FDPIC toolchain build error) | Waldemar Brodkorb | 2016-11-16 | 2 | -2/+11 |