aboutsummaryrefslogtreecommitdiff
path: root/libgcc
AgeCommit message (Expand)AuthorFilesLines
2013-08-06Commit the vtable verification feature.Caroline Tice9-1/+332
2013-08-01Fix licenses on several libgcc files.Maxim Kuvyrkov6-55/+87
2013-07-30mips16.S (DELAYf): Alias to DELAYt for the MIPS IV ISA and up.Maciej W. Rozycki2-0/+10
2013-07-23linux-unwind.h: Use the proper dwarf to hard reg mapping for FPRs when...Andreas Krebbel2-1/+8
2013-07-19re PR target/57516 ([avr] Incorrect fixed-point rounding result in the overfl...Georg-Johann Lay2-21/+34
2013-07-15libgcc2.c: Don't include <limits.h>.Matthias Klose2-36/+4
2013-07-09* config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.Janis Johnson2-1/+5
2013-07-06re PR target/29776 (result of ffs/clz/ctz/popcount/parity are already sign-ex...Jakub Jelinek2-1/+6
2013-06-28re PR middle-end/36041 (Speed up builtin_popcountll)Jakub Jelinek2-0/+50
2013-06-25Makefile.in (clean, distclean): Remove auto-target.h and stamp-h correctly.Chung-Ju Wu2-2/+9
2013-06-21re PR other/53317 (Conversion from __int128 to __float128)Joseph Myers80-120/+259
2013-06-16mips.h (ISA_HAS_MUL3): Include TARGET_MIPS5900.Jürgen Urban3-0/+51
2013-06-09re PR target/6526 ([SH4] sdivsi3_i4 can clobber xd0/xd2)Oleg Endo2-70/+161
2013-06-08atomic.h: Don't include stdint.h or features.h.Walter Lee3-16/+24
2013-06-06* config.host (arm-wrs-vxworks): Configure with other soft float.Doug Rupp2-1/+5
2013-06-04gcc/Jürgen Urban2-1/+24
2013-06-04ibm-ldouble.c: Enable for little-endian.Alan Modra2-3/+7
2013-06-03i386.c (ix86_lea_outperforms): Fix formatting.Yuri Rumyantsev2-1/+7
2013-05-30Silvermont (SLM) architecture pipeline model, tuning and insn selection.Yuri Rumyantsev1-0/+1
2013-05-28sol2-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Do not set fs->signal_frame for ...Eric Botcazou3-2/+18
2013-05-22config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.Eric Botcazou2-2/+7
2013-05-22sol2-unwind.h (sparc64_frob_update_context): Do it for signal frames as well.Eric Botcazou2-15/+16
2013-05-17re PR target/49146 (segv from libgcc_s when raising an exception, or unwindin...Richard Henderson2-30/+101
2013-05-08cygming-crtbegin.c (__register_frame_info): Make weak.Kai Tietz2-4/+31
2013-05-06fp-bit.c (unpack_d, pack_d): Properly preserve and restore a NaN's payload.Thomas Schwinge3-4/+16
2013-05-06fp-bit.h [FLOAT] (QUIET_NAN): Correct value.Thomas Schwinge2-1/+5
2013-04-25config.host: Match little-endian powerpc-linux.Alan Modra2-1/+5
2013-04-19sfp-machine.h (_FP_W_TYPE): Change to define as 'unsigned long long' instead ...Yufeng Zhang2-2/+9
2013-04-11libgcc/Julian Brown2-32/+39
2013-04-06re PR other/55274 (gcc build hangs on HP-UX 11.11)John David Anglin2-0/+6
2013-04-04bpabi.S (aeabi_ldivmod): Add DWARF information for computing the location of ...Meador Inge2-1/+13
2013-03-27config.host: Add support for cygwin x64 target.Kai Tietz3-3/+28
2013-03-26t-crtstuff: Add -fno-asynchronous-unwind-tables -mcmodel=large to CRTSTUFF_T_...Walter Lee2-0/+9
2013-03-25* config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__.Kai Tietz2-5/+9
2013-03-202013-03-20 Robert Mason <rbmj@verizon.net>Robert Mason2-1/+16
2013-03-20extend.texi: (micromips, nomicromips, nocompression): Document new function a...Catherine Moore4-0/+20
2013-03-14re PR tree-optimization/53265 (Warn when undefined behavior implies smaller i...Jakub Jelinek2-5/+13
2013-03-13re PR target/49880 (SuperH: ICE when -m4 is used with -mdiv=call-div1)Oleg Endo2-10/+12
2013-03-08cpuinfo.c (get_intel_cpu): Fix cpuid codes for sandybridge processors.Sriraman Tallam2-0/+6
2013-03-06re PR target/56529 ([SH] Calls to __sdivsi3_i4i and __udivsi3_i4i are generat...Oleg Endo2-2/+8
2013-03-04Setup stack protection at entry.Edgar E. Iglesias2-0/+14
2013-03-04* config/avr/lib1funcs.S (__ashrdi3, __lshrdi3, __ashldi3)Georg-Johann Lay2-62/+87
2013-03-01[AArch64/AArch64-4.7][libgcc] Silence warnings in sync-cache.cJames Greenhalgh2-2/+9
2013-02-252012-02-25 Catherine Moore <clm@codesourcery.com>Catherine Moore4-12/+11
2013-02-24mips16.S: Don't build for microMIPS.Catherine Moore4-0/+20
2013-02-19modsi3.S (modsi3): Fix case with 0x80000000 as dividend.Edgar E. Iglesias2-0/+6
2013-02-16re PR target/55431 (Invalid auxv search in ppc linux-unwind code.)Alan Modra2-77/+33
2013-02-12re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay4-24/+527
2013-02-11re PR libitm/55693 (libitm.c++/eh-1.C execution test fails on darwin from r19...Iain Sandoe2-43/+7
2013-02-08re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay6-8/+881