aboutsummaryrefslogtreecommitdiff
path: root/libgcc
AgeCommit message (Expand)AuthorFilesLines
2015-09-24ARM: fp16 Fix PR 67624 - Incorrect conversion of float Infinity to __fp16Richard Earnshaw2-2/+10
2015-09-24Support PIE on SolarisRainer Orth5-8/+23
2015-09-24Use CRTs provided by SolarisRainer Orth9-16/+190
2015-09-23linux-atomic.c (__kernel_cmpxchg2): Reorder error checks.John David Anglin2-16/+68
2015-09-22AVX-512. Introduce SKylake server CPU.Kirill Yukhin2-2/+27
2015-09-21[FT32] fixes for the default hardware startupJames Bowman2-27/+33
2015-09-18Update copyright.David Edelsohn1-1/+1
2015-09-18config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.Andrew Dixie4-1/+42
2015-09-15xtensa: fix xtensa_fallback_frame_state for call0 ABIMax Filippov2-2/+33
2015-09-13fptr.c (SIGN_EXTEND): Cast -1 to unsigned.John David Anglin2-1/+5
2015-09-03RTEMS: Update RTEMS thread modelSebastian Huber2-56/+200
2015-08-18xtensa: fix _Unwind_GetCFAMax Filippov2-1/+6
2015-08-18xtensa: use unwind-dw2-fde-dip instead of unwind-dw2-fdeMax Filippov2-1/+6
2015-08-18xtensa: reimplement register spillingMax Filippov2-7/+30
2015-08-14driver-i386.c (host_detect_local_cpu): Add support for skylake.Yuri Rumyantsev2-0/+12
2015-08-12Add Knights Landing support to __builtin_cpu_isH.J. Lu2-0/+10
2015-08-11re PR target/66954 (function multiversioning fails for target "aes")Uros Bizjak2-1/+10
2015-08-10Treat model == 0x4f as BroadwellH.J. Lu2-0/+6
2015-07-22re PR target/66954 (function multiversioning fails for target "aes")Uros Bizjak2-1/+10
2015-07-22linux-atomic.c (<asm/unistd.h>): Remove #include.Chung-Lin Tang2-5/+5
2015-07-17mkoffload.c (process): Constify host data.Nathan Sidwell2-7/+11
2015-07-17libgcc: fix build with older makeJan Beulich2-1/+7
2015-07-14tramp.c (MOVHI, ORI, JMP): Conditionalize for __nios2_arch__ level.Sandra Loosemore2-3/+24
2015-07-13t-dragonfly: New.John Marino2-0/+6
2015-07-01linux-atomic.c (__kernel_cmpxchg): Reorder arguments to better match light-we...John David Anglin2-26/+33
2015-06-30IA MCU psABI support: changes to librariesH.J. Lu5-1/+17
2015-06-23lib1funcs.S (aeabi_idiv0, [...]): Add CFI entries.James Lemke2-2/+14
2015-06-03Fix FT32 ChangeLogsJeff Law1-0/+5
2015-05-27Add --enable-default-pie option to GCC configureH.J. Lu2-1/+5
2015-05-27config.host (i[34567]86-*-freebsd*, [...]): Set md_unwind_headerJohn Marino3-0/+181
2015-05-22config.host (i[34567]-*-*, x86_64-*-*): Add t-crtfm instead of i386/t-crtfm t...Uros Bizjak4-58/+65
2015-05-21re PR libgcc/66225 (libgcc/config/rs6000/morecore.S will not build on systems...Alan Modra2-1/+5
2015-05-20rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK): Define.Alan Modra5-0/+367
2015-05-19Makefile.in (LIBUNWIND): Move dependency for shared libgcc.Eric Botcazou2-4/+6
2015-05-16FT32 target added. Approved by Jeff Law [law@redhat.com]James Bowman9-0/+1508
2015-05-15Add support for CFI directives in fp emulation routines for ARM.Martin Galvan4-30/+271
2015-05-13sjlj.m4: New file.Eric Botcazou5-131/+46
2015-05-12libgcov-util.c: Add space between string literal and macro name.Uros Bizjak2-8/+14
2015-05-06unknown-elf.h (STARTFILE_SPEC): Add conditional linking of crtfastmath.o.Sandra Loosemore3-3/+53
2015-04-29Fix libgcc installation for offload targets.Bernd Schmidt4-13/+17
2015-04-28elf-lib.h: New file.Uros Bizjak5-8/+44
2015-04-27config.gcc: Add h8300-*-linux.Yoshinori Sato5-37/+140
2015-04-22unwind fix for muslGregor Richards2-0/+12
2015-04-17Hide __cpu_indicator_init/__cpu_model from linkerH.J. Lu4-3/+18
2015-04-16rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and MUL_UNINIT.Nick Clifton3-0/+910
2015-04-15gthr-single.h (__GTHREAD_MUTEX_INIT_FUNCTION): Use empty do-while loop as mac...Chen Gang2-1/+6
2015-04-10re PR target/65351 (libiberty's pic version contains non-pic code on m32 darw...Jakub Jelinek2-5/+15
2015-04-07re PR target/65351 (libiberty's pic version contains non-pic code on m32 darw...Jakub Jelinek2-1/+9
2015-03-25config.host (nios2-*-linux*): Remove 'extra_parts' setting.Chung-Lin Tang2-2/+5
2015-03-03Implement call0 ABI for xtensaMax Filippov7-3/+65