Age | Commit message (Expand) | Author | Files | Lines |
2016-12-12 | re PR rtl-optimization/78669 (ICE: in combine_and_move_insns, at ira.c:3665 w... | Bernd Schmidt | 4 | -0/+46 |
2016-12-12 | Fix g++.dg/debug/dwarf2/typedef1.C | Rainer Orth | 2 | -1/+5 |
2016-12-12 | MIPS: Upgrade to R2 for -mnan=2008 and -mabs=2008. | Toma Tabacu | 2 | -1/+8 |
2016-12-12 | Define arm_arch_core_flags in a single file | Thomas Preud'homme | 3 | -20/+26 |
2016-12-12 | constraints.md (T): Use special memory constraint. | Eric Botcazou | 3 | -13/+24 |
2016-12-12 | invoke.texi: Correct capitalization of OpenMP. | John David Anglin | 1 | -1/+1 |
2016-12-11 | nios2.c (nios2_emit_move_sequence): Call copy_rtx to avoid shared structure e... | Sandra Loosemore | 2 | -1/+7 |
2016-12-12 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2016-12-11 | re PR target/78695 (ICE (segfault) on powerpc64le-linux-gnu) | Bill Schmidt | 4 | -0/+33 |
2016-12-11 | [Darwin, configury] No longer expect to find cross-target headers on the host. | Iain Sandoe | 3 | -44/+8 |
2016-12-11 | [Darwin, PPC] Fix PR71496 by marking pic base loads as non-copyable. | Iain Sandoe | 2 | -0/+11 |
2016-12-11 | pa.c (pa_callee_copies): New function. | John David Anglin | 4 | -2/+37 |
2016-12-11 | re PR target/70799 (STV pass does not convert DImode shifts) | Uros Bizjak | 4 | -4/+37 |
2016-12-11 | re PR c++/78637 (ICE on invalid C++ code on x86_64-linux-gnu (internal compil... | Paolo Carlini | 4 | -2/+19 |
2016-12-11 | x86-64.h: Append --32 to the assembler options when -m16 is used on non-glibc... | Roger Pau Monné | 2 | -1/+6 |
2016-12-11 | re PR target/70118 (UBSan claims misaligned access in SSE instrinsics) | Allan Sandfeld Jensen | 3 | -4/+14 |
2016-12-11 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2016-12-10 | re PR fortran/78226 (Fill out location information everywhere) | Thomas Koenig | 4 | -0/+85 |
2016-12-10 | config.gcc (i386-*-netbsd*): Make i486 the default arch on NetBSD. | Krister Walfridsson | 2 | -0/+11 |
2016-12-10 | re PR fortran/78350 (ICE in gfc_code2string(): Bad code, at fortran/misc.c:193) | Paul Thomas | 2 | -23/+10 |
2016-12-10 | re PR tree-optimization/78720 (Illegal instruction in generated code) | Jakub Jelinek | 4 | -6/+50 |
2016-12-10 | re PR fortran/78758 (Warning: '__builtin_memcpy' ... overflows the destinatio... | Jakub Jelinek | 5 | -2/+28 |
2016-12-10 | re PR sanitizer/78708 ([ASAN][LTO] ICE in expand_ASAN_MARK, at internal-fn.c:... | Jakub Jelinek | 2 | -4/+55 |
2016-12-10 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2016-12-09 | re PR fortran/77903 ([F08] gfortran 6.1.0/7.0.0 accept invalid code with conf... | Paul Thomas | 7 | -28/+73 |
2016-12-09 | re PR testsuite/78740 (test case powerpc/pr78691-ppc.c fails starting with it... | Bill Schmidt | 2 | -1/+6 |
2016-12-09 | rs6000-passes.def: New file. | Bill Schmidt | 5 | -9/+49 |
2016-12-09 | fold-vec-add-7.c: Require effective target to support __int128. | Bill Schmidt | 2 | -0/+6 |
2016-12-09 | Add missing part of entry. | Martin Sebor | 1 | -0/+1 |
2016-12-09 | re PR tree-optimization/78721 (ICE on valid code at -O2 and -O3 on x86_64-lin... | Kugan Vivekanandarajah | 4 | -1/+35 |
2016-12-09 | re PR target/72742 (ICE in extract_insn, at recog.c:2309 (error: unrecognizab... | Jakub Jelinek | 4 | -2/+95 |
2016-12-09 | rs6000: clz/ctz/ffs improvement (PR78683) | Segher Boessenkool | 3 | -35/+48 |
2016-12-09 | re PR middle-end/78750 (ICE in get_range_info, at tree-ssanames.c:375) | Marek Polacek | 2 | -1/+11 |
2016-12-09 | gcc/testsuite/ChangeLog: | Martin Sebor | 2 | -13/+20 |
2016-12-09 | PR78255: Make postreload aware of NO_FUNCTION_CSE | Andre Vieira | 6 | -0/+99 |
2016-12-09 | dimode-1.c: Update syntax on scan-assembler strings | Will Schmidt | 3 | -9/+15 |
2016-12-09 | re PR ipa/78027 (ICE in new_oacc_loop_routine, at omp-low.c:19000) | Cesar Philippidis | 5 | -0/+85 |
2016-12-09 | Prevent use of MEM_* attr accessor macros as lvalues | David Malcolm | 2 | -1/+6 |
2016-12-09 | Add the test this time... | Wilco Dijkstra | 2 | -0/+15 |
2016-12-09 | re PR fortran/61767 ([OOP] ICE in generate_finalization_wrapper at fortran/cl... | Janus Weil | 4 | -14/+54 |
2016-12-09 | re PR fortran/78505 ([F08] Coarray source allocation not synchronizing on ove... | Andre Vehreschild | 4 | -3/+43 |
2016-12-09 | trans-array.c (gfc_array_deallocate): Remove wrapper. | Andre Vehreschild | 13 | -275/+366 |
2016-12-09 | re PR c++/78550 (bit field and std::initializer_list) | Nathan Sidwell | 4 | -7/+40 |
2016-12-09 | re PR fortran/44265 (Link error with reference to parameter array in specific... | Paul Thomas | 9 | -12/+303 |
2016-12-09 | Escape non-printable chars in strings. | Martin Liska | 4 | -1/+288 |
2016-12-09 | re PR middle-end/78726 (Incorrect unsigned arithmetic optimization) | Jakub Jelinek | 5 | -8/+100 |
2016-12-09 | * ChangeLog: Fix a couple of entries. | Uros Bizjak | 1 | -13/+13 |
2016-12-09 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2016-12-08 | PR c/77531 - __attribute__((alloc_size(1,2))) could also warn on multiplicati... | Martin Sebor | 16 | -6/+1563 |
2016-12-08 | * gcc.target/i386/pr78671.c: Require int128 effective target. | Uros Bizjak | 1 | -0/+1 |