aboutsummaryrefslogtreecommitdiff
path: root/libgcc
AgeCommit message (Expand)AuthorFilesLines
2015-02-04fpmath-sf.S (__rl78_int_pack_a_r8): Fix edge case rounding up the fraction.Nick Clifton2-4/+15
2015-01-31linux-atomic.c (__kernel_cmpxchg2): Change declaration of oldval and newval t...John David Anglin2-29/+26
2015-01-29Committing VTV Cygwin patch for Patrick WollgastCaroline Tice3-1/+23
2015-01-27cmpsi2.S: Use function start and end macros.Nick Clifton11-53/+2046
2015-01-27Move Solaris/x86 CRT_GET_RFIB_DATA definition to libgccRainer Orth4-4/+10
2015-01-25i386.c (get_builtin_code_for_version): Add support for BMI and BMI2 multivers...Allan Sandfeld Jensen2-1/+13
2015-01-24Support new Intel processor model numbersH.J. Lu2-0/+19
2015-01-23elf-lib.h: New file.Uros Bizjak3-0/+51
2015-01-22unwind-dw2-fde.h (last_fde): Use "(const fde *)" instead of "(char *)" to avo...Chen Gang2-1/+6
2015-01-20nios2.c (nios2_asm_file_end): Implement TARGET_ASM_FILE_END hook for adding ....Chung-Lin Tang2-2/+7
2015-01-09configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.Andreas Tobler5-1/+251
2015-01-06configure.ac: Add Visium support.Eric Botcazou16-0/+2189
2015-01-05Update copyright years.Jakub Jelinek947-946/+950
2014-12-19MIPS32R6 and MIPS64R6 supportMatthew Fortune3-5/+13
2014-12-17crt.h: New.Oleg Endo4-11/+47
2014-12-15re PR libgcc/63832 (crtstuff.c:400:19: warning: array subscript is above arra...Uros Bizjak2-6/+11
2014-12-10Commit missing part of patch.David Edelsohn1-0/+1
2014-12-09Fix date in change log entry.Oleg Endo1-1/+1
2014-12-09Add missing link to PR in change log entry.Oleg Endo1-0/+1
2014-12-09(libgcc_s) Optional filename-based shared library versioning on AIX.Michael Haubenwallner4-16/+118
2014-12-05defaults.h: (DWARF_REG_TO_UNWIND_COLUMN): Define default.Olivier Hainque2-4/+5
2014-11-30lib1funcs.S: Check value of __SHMEDIA__ instead of checking whether it's defi...Oleg Endo2-9/+14
2014-11-27Support avx512f in __builtin_cpu_supports.Ilya Tocar2-1/+9
2014-11-27lib1funcs.S (FUNC_START): Add conditional section redefine for macro L_arm_mu...Tony Wang2-4/+28
2014-11-25crtstuff.c (__do_glbal_ctors_1): Add missing semicolon.Segher Boessenkool2-1/+5
2014-11-24linux-atomic.c (ABORT_INSTRUCTION): Use __builtin_trap() instead.John David Anglin2-5/+7
2014-11-22linux-atomic.c (__kernel_cmpxchg2): New.Guy Martin2-141/+176
2014-11-13[PATCH 1/7] OpenMP 4.0 offloading infrastructure: configure and makeBernd Schmidt5-1/+137
2014-11-13divmodhi.S: Add support for the G10 architecture.Nick Clifton9-212/+257
2014-11-12Implement MIPS o32 FPXX, FP64, FP64A ABI extensions.Matthew Fortune2-6/+35
2014-11-10Add the nvptx port.Bernd Schmidt10-4/+261
2014-10-30Make soft-fp symbols into compat symbols for powerpc*-*-linux*.Joseph Myers8-10/+171
2014-10-29Optimize powerpc*-*-linux* e500 hardfp/soft-fp use.Joseph Myers6-3/+92
2014-10-26linux-unwind.h (pa32_read_access_ok): New function.John David Anglin2-6/+34
2014-10-25Optimize powerpc*-*-linux* 32-bit classic hard/soft float hardfp/soft-fp use.Joseph Myers4-2/+71
2014-10-22Do not build soft-fp code at all for powerpc64-linux-gnu.Joseph Myers3-4/+11
2014-10-22lib1funcs.S (__do_global_dtors): Fix wrong code introduced with 2014-10-21 tr...Georg-Johann Lay2-5/+14
2014-10-21avr-c.c (avr_cpu_cpp_builtins): Don't define __MEMX for avrtiny.Joern Rennecke4-52/+225
2014-10-09Update soft-fp from glibc.Joseph Myers37-1352/+1738
2014-10-08Add overlap functionality to gcov-tool.Rong Xu3-40/+584
2014-10-07Update the ChangeLog for r215962 and r215963.Rong Xu1-0/+15
2014-10-07Makefile.in: Fix dependence.Rong Xu6-3/+312
2014-10-04remove score-* supportTrevor Saunders2-7/+4
2014-09-23Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.Joseph Myers4-18/+25
2014-09-22re PR target/63312 (FAIL: gcc.dg/torture/float128-exact-underflow.c -O0 ex...Joseph Myers2-0/+11
2014-09-22crtstuff.c (USE_EH_FRAME_REGISTRY): Let USE_EH_FRAME_REGISTRY_ALWAYS override...Hans-Peter Nilsson5-2/+61
2014-09-19config.gcc (powerpc-wrs-vxworksmils): New configuration.Olivier Hainque2-1/+6
2014-09-19Remove LIBGCC2_TF_CEXT target macro.Joseph Myers2-9/+8
2014-09-18Fix i386 FP_TRAPPING_EXCEPTIONS.Joseph Myers2-1/+6
2014-09-17Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...Nathan Sidwell5-13/+79