aboutsummaryrefslogtreecommitdiff
path: root/libgcc
AgeCommit message (Expand)AuthorFilesLines
2014-07-27libgcov-driver.c (struct gcov_filename_aux): Rename ...Nathan Sidwell4-120/+112
2014-07-25libgcov-driver.c (set_gcov_dump_complete, [...]): Remove global functions pol...Nathan Sidwell3-38/+18
2014-07-24cygming-crtbegin.c (deregister_frame_fn): Newly public.DJ Delorie2-9/+14
2014-07-23Remove redundant testsMarius Cornea2-4/+7
2014-07-23gcov-tool.c (gcov_list): Declare here.Nathan Sidwell3-13/+12
2014-07-17linux-atomic.c (__sync_lock_release_4): New.John David Anglin2-2/+29
2014-07-14libgcov.h (struct gcov_fn_info): Make ctrs size 1.Richard Biener2-1/+5
2014-07-11libgcov-util.c (gcov_max_filename): Fix declartion.Rong Xu2-1/+5
2014-07-11Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu5-12/+1019
2014-06-23re PR libgcc/61585 (Subscript-out-of-range in unwind-seh.c?)Kai Tietz2-2/+9
2014-06-18bpabi.c (__gnu_uldivmod_helper): Remove.Charles Baylis1-14/+0
2014-06-18bpabi-v6m.S (__aeabi_uldivmod): Perform division using __udivmoddi4.Charles Baylis1-1/+1
2014-06-18bpabi.S (__aeabi_ldivmod, [...]): Use .cfi_* directives for DWARF annotations.Charles Baylis1-5/+16
2014-06-18bpabi.S (__aeabi_ldivmod): Perform division using __udivmoddi4, and fixups fo...Charles Baylis1-1/+40
2014-06-18bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.Charles Baylis1-11/+3
2014-06-18bpabi.S (__aeabi_uldivmod): Perform division using call to __udivmoddi4.Charles Baylis1-1/+1
2014-06-18bpabi.S (__aeabi_uldivmod): Optimise stack pointer manipulation.Charles Baylis1-11/+43
2014-06-18bpabi.S (__aeabi_uldivmod, [...]): Add comment describing register usage on f...Charles Baylis1-0/+16
2014-06-18bpabi.S (__aeabi_uldivmod): Fix whitespace.Charles Baylis1-18/+18
2014-06-10bid128_div.c (BID128_FUNCTION_ARG2): Remove unused variable 'Ql'.Uros Bizjak3-25/+36
2014-05-22t-msp430 (HOST_LIBGCC2_CFLAGS): Add -mhwmult=none.Nick Clifton2-1/+6
2014-05-22gcov-io.c (gcov_position): Use gcov_nonruntime_assert.Teresa Johnson2-3/+9
2014-05-21config.gcc (*-*-dragonfly*): New target.John Marino6-17/+213
2014-05-21re PR libgcc/60166 (ARM default NAN encoding violates EABI)Maciej W. Rozycki2-4/+10
2014-05-13Enable Java on Cygwin-64Bernd Edlinger2-24/+23
2014-05-12arm.h (License): Add GCC Runtime Library Exception.Georg-Johann Lay2-0/+8
2014-05-08Don't build libgcc-unwind.map with --disable-shared (PR libgcc/61097)Rainer Orth2-0/+10
2014-04-30Work around for current cygwin32 build problems.Bernd Edlinger2-0/+15
2014-04-25Remove SSE execution test in crtfastmath.cRainer Orth2-20/+5
2014-04-22Remove obsolete Solaris 9 supportRainer Orth4-147/+70
2014-03-27config.host: Append t-floattodi to tmake_file depending on host_address.Andreas Krebbel2-1/+9
2014-03-20ChangeLog: Fix typoJoel Sherrill1-2/+1
2014-03-20config.host (v850*-*-*): Add to tmake_file instead of resetting it.Joel Sherrill2-1/+6
2014-03-10re PR libgcc/60472 (Warning: array subscript is above array bounds when compi...Uros Bizjak2-5/+16
2014-03-06Don't install vtv_*.o unless --enable-vtable-verify (PR libgcc/59339)Rainer Orth2-1/+11
2014-03-06t-msp430 (LIB2ADD): Add lib2hw_mul.SNick Clifton3-0/+232
2014-02-28re PR libgcc/60166 (ARM default NAN encoding violates EABI)Joey Ye2-4/+13
2014-02-24TILE-Gx big endian support.Walter Lee4-2/+22
2014-02-20nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.Chung-Lin Tang4-8/+12
2014-02-18re PR objc/56870 (@catch handler broken with SEH)Kai Tietz2-2/+10
2014-02-12float128-mul-underflow.c, [...]: New tests.Joseph Myers98-85/+270
2014-02-07_fixdfdi.c: Throw invalid exception if number cannot be represented.Andreas Krebbel7-66/+191
2014-02-07configure.ac (libgcc_cv_mips_hard_float): New.Richard Sandiford8-1/+229
2014-02-05config.host: Include t-floattodi also for s390x.Andreas Krebbel8-1/+30
2014-02-04Ensure libgcc_s unwinder is always used on 64-bit Solaris 10+/x86 (PR target/...Rainer Orth2-0/+32
2014-02-02nios2.md (load_got_register): Initialize GOT pointer from _gp_got instead of ...Sandra Loosemore2-4/+9
2014-02-02configure.ac: Check __mips64 when setting host_address.Richard Sandiford9-19/+213
2014-01-29[AArch64] Fix sfp-machine.h _FP_I_TYPE.Marcus Shawcroft2-1/+6
2014-01-25atomic.c: Include tconfig.h.Walter Lee2-2/+9
2014-01-25atomic.c (pre_atomic_barrier): Mark inline.Walter Lee2-41/+274