Age | Commit message (Expand) | Author | Files | Lines |
2013-11-28 | linux-unwind.h (aarch64_fallback_frame_state): Check for correct opcodes on BE. | Matthew Leach | 1 | -1/+14 |
2013-11-25 | crt1.S (start): Don't do VBR_SETUP for SH2E. | Oleg Endo | 1 | -1/+1 |
2013-11-25 | Suppress some warnings for soft-fp files | Rainer Orth | 1 | -2/+4 |
2013-11-23 | re PR target/33704 (AIX runs c++ constructors in incorrect order) | David Edelsohn | 3 | -0/+40 |
2013-11-22 | Enable AES, PCLMUL and RDRND for Silvermont | Yuri Rumyantsev | 1 | -0/+5 |
2013-11-14 | rs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2. | Ulrich Weigand | 2 | -6/+100 |
2013-11-14 | linux-unwind.h (ppc_fallback_frame_state): Correct location of CR save area f... | Ulrich Weigand | 1 | -4/+7 |
2013-11-11 | config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf in tmake_... | Eric Botcazou | 1 | -1/+0 |
2013-11-10 | cygming-crtbegin.c (__gcc_register_frame): Increment load-count on use of LIB... | Kai Tietz | 1 | -2/+12 |
2013-11-07 | sfp-exceptions.c (__sfp_handle_exceptions): Rewrite FP_EX_INEXACT handling. | Uros Bizjak | 1 | -7/+11 |
2013-11-07 | sfp-exceptions.c (__sfp_handle_exceptions): Handle FP_EX_DENORM. | Uros Bizjak | 1 | -2/+14 |
2013-11-05 | i386-c.c (ix86_target_macros): Define _SOFT_FLOAT for !TARGET_80387. | Uros Bizjak | 1 | -0/+6 |
2013-11-03 | crtfastmath.c: Compile only for !_SOFT_FLOAT. | Uros Bizjak | 2 | -0/+4 |
2013-10-31 | Add new nds32 port, including machine description, libgcc, and documentation. | Chung-Ju Wu | 255 | -0/+15144 |
2013-10-16 | For CRIS ports, switch to soft-fp. Improve arit.c and longlong.h. | Hans-Peter Nilsson | 5 | -38/+429 |
2013-10-02 | In accordance with http://gcc.gnu.org/ml/gcc-patches/2013-10/msg00131.html : | Joern Rennecke | 53 | -53/+53 |
2013-10-01 | simdext.md: Update copyright years. | Joern Rennecke | 3 | -3/+3 |
2013-10-01 | muldf3.S (.Linf_denorm): Likewise. | Joern Rennecke | 3 | -3/+3 |
2013-10-01 | mcount.c (_MCOUNT_DECL): Comment typo fix. | Joern Rennecke | 1 | -1/+1 |
2013-10-01 | config.host (arc*-*-elf*, [...]): New configurations. | Joern Rennecke | 63 | -0/+10224 |
2013-09-17 | gthr-win32.c: CreateSemaphoreW instead of CreateSemaphoreA. | Jacek Caban | 2 | -4/+4 |
2013-09-16 | * config/rl78/vregs.h: Add G10 register definitions. | DJ Delorie | 1 | -0/+24 |
2013-09-16 | rl78.c (rl78_asm_file_start): Specify alternate vregs location for RL78/G10. | DJ Delorie | 6 | -52/+26 |
2013-09-14 | mulsi3.S: Remove a few unneeded moves and branches. | DJ Delorie | 8 | -27/+1290 |
2013-09-12 | MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430 maintainers. | DJ Delorie | 20 | -0/+1111 |
2013-08-16 | mips16.S (CE_STARTFN, CE_ENDFN): New macros. | Maciej W. Rozycki | 2 | -44/+28 |
2013-08-01 | Fix licenses on several libgcc files. | Maxim Kuvyrkov | 5 | -55/+80 |
2013-07-30 | mips16.S (DELAYf): Alias to DELAYt for the MIPS IV ISA and up. | Maciej W. Rozycki | 1 | -0/+5 |
2013-07-23 | linux-unwind.h: Use the proper dwarf to hard reg mapping for FPRs when... | Andreas Krebbel | 1 | -1/+3 |
2013-07-19 | re PR target/57516 ([avr] Incorrect fixed-point rounding result in the overfl... | Georg-Johann Lay | 1 | -21/+26 |
2013-06-21 | re PR other/53317 (Conversion from __int128 to __float128) | Joseph Myers | 12 | -0/+12 |
2013-06-16 | mips.h (ISA_HAS_MUL3): Include TARGET_MIPS5900. | Jürgen Urban | 2 | -0/+46 |
2013-06-09 | re PR target/6526 ([SH4] sdivsi3_i4 can clobber xd0/xd2) | Oleg Endo | 1 | -70/+155 |
2013-06-08 | atomic.h: Don't include stdint.h or features.h. | Walter Lee | 2 | -16/+17 |
2013-06-04 | ibm-ldouble.c: Enable for little-endian. | Alan Modra | 1 | -3/+3 |
2013-06-03 | i386.c (ix86_lea_outperforms): Fix formatting. | Yuri Rumyantsev | 1 | -1/+3 |
2013-05-30 | Silvermont (SLM) architecture pipeline model, tuning and insn selection. | Yuri Rumyantsev | 1 | -0/+1 |
2013-05-28 | sol2-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Do not set fs->signal_frame for ... | Eric Botcazou | 2 | -2/+12 |
2013-05-22 | sol2-unwind.h (sparc64_frob_update_context): Do it for signal frames as well. | Eric Botcazou | 1 | -15/+9 |
2013-05-08 | cygming-crtbegin.c (__register_frame_info): Make weak. | Kai Tietz | 1 | -4/+26 |
2013-04-19 | sfp-machine.h (_FP_W_TYPE): Change to define as 'unsigned long long' instead ... | Yufeng Zhang | 1 | -2/+2 |
2013-04-11 | libgcc/ | Julian Brown | 1 | -32/+32 |
2013-04-06 | re PR other/55274 (gcc build hangs on HP-UX 11.11) | John David Anglin | 1 | -0/+1 |
2013-04-04 | bpabi.S (aeabi_ldivmod): Add DWARF information for computing the location of ... | Meador Inge | 1 | -1/+7 |
2013-03-26 | t-crtstuff: Add -fno-asynchronous-unwind-tables -mcmodel=large to CRTSTUFF_T_... | Walter Lee | 1 | -0/+4 |
2013-03-25 | * config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__. | Kai Tietz | 1 | -5/+5 |
2013-03-20 | 2013-03-20 Robert Mason <rbmj@verizon.net> | Robert Mason | 1 | -1/+9 |
2013-03-20 | extend.texi: (micromips, nomicromips, nocompression): Document new function a... | Catherine Moore | 3 | -0/+12 |
2013-03-13 | re PR target/49880 (SuperH: ICE when -m4 is used with -mdiv=call-div1) | Oleg Endo | 1 | -10/+6 |
2013-03-08 | cpuinfo.c (get_intel_cpu): Fix cpuid codes for sandybridge processors. | Sriraman Tallam | 1 | -0/+1 |