Age | Commit message (Expand) | Author | Files | Lines |
2013-12-09 | ChangeLog: Fix ChangeLog entry. | Uros Bizjak | 1 | -1/+1 |
2013-12-09 | sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE instructions when __TARG... | Uros Bizjak | 2 | -3/+8 |
2013-12-06 | config.host (microblaze-*-rtems*): New. | Ralf Corsepius | 2 | -0/+8 |
2013-12-04 | bpapi-lib.h (TARGET_HAS_NO_HW_DIVIDE): Define for architectures that do not h... | Kugan Vivekanandarajah | 2 | -0/+10 |
2013-12-04 | longlong.h: New file. | Richard Sandiford | 2 | -1724/+4 |
2013-12-03 | ibm-ldouble.c (__gcc_qadd): Fix add of normal number and qNaN to not raise an... | Adhemerval Zanella | 2 | -0/+7 |
2013-11-28 | sfp-machine.h (__FP_FRAC_ADDI_4): New macro. | Uros Bizjak | 2 | -1/+15 |
2013-11-28 | linux-unwind.h (aarch64_fallback_frame_state): Check for correct opcodes on BE. | Matthew Leach | 2 | -1/+19 |
2013-11-27 | op-4.h: Update from glibc. | Uros Bizjak | 2 | -5/+9 |
2013-11-27 | tm.texi.in (TARGET_HAS_NO_HW_DIVIDE): Define. | Kugan Vivekanandarajah | 2 | -0/+75 |
2013-11-25 | crt1.S (start): Don't do VBR_SETUP for SH2E. | Oleg Endo | 2 | -1/+5 |
2013-11-25 | Suppress some warnings for soft-fp files | Rainer Orth | 2 | -2/+9 |
2013-11-23 | re PR target/33704 (AIX runs c++ constructors in incorrect order) | David Edelsohn | 4 | -0/+49 |
2013-11-22 | Enable AES, PCLMUL and RDRND for Silvermont | Yuri Rumyantsev | 2 | -0/+9 |
2013-11-19 | libgcov-driver.c (run_accounted): Make global level static. | Jan Hubicka | 2 | -6/+12 |
2013-11-19 | libgcov-driver.c (gcov_exit_merge_summary): Fix setting run_accounted. | Jan Hubicka | 2 | -1/+4 |
2013-11-18 | libgcov-driver.c (get_gcov_dump_complete): Update comments. | Jan Hubicka | 2 | -29/+51 |
2013-11-15 | picflag.m4 (m68k-*-*): Use default PIC flag. | Andreas Schwab | 2 | -3/+4 |
2013-11-14 | rs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2. | Ulrich Weigand | 3 | -6/+124 |
2013-11-14 | linux-unwind.h (ppc_fallback_frame_state): Correct location of CR save area f... | Ulrich Weigand | 2 | -4/+13 |
2013-11-13 | The patch re-factors libgcov.c to make it better modulelized. | Rong Xu | 7 | -1423/+1782 |
2013-11-11 | Time profiler introduced. | Martin Liska | 2 | -1/+39 |
2013-11-11 | config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf in tmake_... | Eric Botcazou | 3 | -2/+7 |
2013-11-10 | cygming-crtbegin.c (__gcc_register_frame): Increment load-count on use of LIB... | Kai Tietz | 2 | -2/+21 |
2013-11-08 | libgcc: check for fenv.h in dfp configure check | Bernhard Reutner-Fischer | 3 | -1/+27 |
2013-11-07 | sfp-exceptions.c (__sfp_handle_exceptions): Rewrite FP_EX_INEXACT handling. | Uros Bizjak | 2 | -7/+12 |
2013-11-07 | sfp-exceptions.c (__sfp_handle_exceptions): Handle FP_EX_DENORM. | Uros Bizjak | 2 | -2/+21 |
2013-11-06 | float128-cmp-invalid.c, [...]: New tests. | Joseph Myers | 83 | -3802/+4715 |
2013-11-05 | i386-c.c (ix86_target_macros): Define _SOFT_FLOAT for !TARGET_80387. | Uros Bizjak | 3 | -1/+16 |
2013-11-03 | crtfastmath.c: Compile only for !_SOFT_FLOAT. | Uros Bizjak | 3 | -2/+11 |
2013-10-31 | Add new nds32 port, including machine description, libgcc, and documentation. | Chung-Ju Wu | 257 | -0/+15176 |
2013-10-23 | Fix up ChangeLog entries (name, e-mail, formatting, otherwise). | Gerald Pfeifer | 1 | -3/+3 |
2013-10-16 | For CRIS ports, switch to soft-fp. Improve arit.c and longlong.h. | Hans-Peter Nilsson | 8 | -44/+489 |
2013-10-15 | tree-tailcall.c (find_tail_calls): Don't use tail-call recursion for built-in... | Richard Sandiford | 2 | -17/+17 |
2013-10-03 | config.host (hppa*64*-*-linux*): Define extra_parts. | John David Anglin | 2 | -0/+7 |
2013-10-02 | In accordance with http://gcc.gnu.org/ml/gcc-patches/2013-10/msg00131.html : | Joern Rennecke | 54 | -53/+109 |
2013-10-01 | simdext.md: Update copyright years. | Joern Rennecke | 3 | -3/+3 |
2013-10-01 | muldf3.S (.Linf_denorm): Likewise. | Joern Rennecke | 4 | -3/+6 |
2013-10-01 | mcount.c (_MCOUNT_DECL): Comment typo fix. | Joern Rennecke | 2 | -1/+6 |
2013-10-01 | config.host (arc*-*-elf*, [...]): New configurations. | Joern Rennecke | 66 | -10/+10260 |
2013-09-17 | gthr-win32.c: CreateSemaphoreW instead of CreateSemaphoreA. | Jacek Caban | 3 | -4/+10 |
2013-09-16 | * config/rl78/vregs.h: Add G10 register definitions. | DJ Delorie | 2 | -0/+25 |
2013-09-16 | rl78.c (rl78_asm_file_start): Specify alternate vregs location for RL78/G10. | DJ Delorie | 7 | -52/+35 |
2013-09-14 | mulsi3.S: Remove a few unneeded moves and branches. | DJ Delorie | 9 | -27/+1302 |
2013-09-12 | MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430 maintainers. | DJ Delorie | 22 | -0/+1119 |
2013-08-18 | re PR gcov-profile/58127 (37 failures in gcc.dg/tree-prof/ for x86_64-apple-d... | Iain Sandoe | 2 | -2/+9 |
2013-08-16 | mips16.S (CE_STARTFN, CE_ENDFN): New macros. | Maciej W. Rozycki | 4 | -51/+48 |
2013-08-13 | * config.host <mips*-*-linux*>: Remove a stray comment. | Maciej W. Rozycki | 2 | -1/+4 |
2013-08-10 | Workaround binutils PR14342 | Jan Hubicka | 3 | -3/+44 |
2013-08-09 | cgraph.h (cgraph_node): Add profile_id. | Jan Hubicka | 2 | -6/+27 |