Age | Commit message (Expand) | Author | Files | Lines |
2019-02-08 | S/390: Introduce jdd constraint | Ilya Leoshkevich | 4 | -0/+44 |
2019-02-08 | re PR testsuite/89250 (gcc.dg/vect/vect-24.c XPASSes) | Richard Biener | 2 | -1/+8 |
2019-02-08 | trans.c (gnat_to_gnu): Minor tweak. | Eric Botcazou | 3 | -21/+42 |
2019-02-08 | i386: Use OI/TImode in *mov[ot]i_internal_avx with AVX512VL | H.J. Lu | 2 | -4/+13 |
2019-02-08 | utils.c (max_size): Be prepared for an operand with VOID_TYPE. | Eric Botcazou | 2 | -4/+16 |
2019-02-08 | trans.c (elaborate_all_entities): Do not elaborate the entities of a package ... | Eric Botcazou | 2 | -1/+7 |
2019-02-08 | trans.c (Regular_Loop_to_gnu): Replace tests on individual flag_unswitch_loop... | Eric Botcazou | 2 | -6/+12 |
2019-02-08 | re PR rtl-optimization/89234 (ICE in get_eh_region_and_lp_from_rtx at gcc/exc... | Jakub Jelinek | 4 | -0/+27 |
2019-02-08 | re PR tree-optimization/89223 (internal compiler error: in int_cst_value, at ... | Richard Biener | 4 | -4/+40 |
2019-02-08 | cfganal.c (pre_and_rev_post_order_compute_fn): Use fn instead of cfun everywh... | Jakub Jelinek | 2 | -3/+8 |
2019-02-08 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-02-07 | Fix more ICEs in -fsave-optimization-record (PR tree-optimization/89235) | David Malcolm | 9 | -2/+263 |
2019-02-07 | [AArch64] Change representation of SABD in RTL | Kyrylo Tkachov | 7 | -6/+125 |
2019-02-07 | i386: Fix typo in *movoi_internal_avx/movti_internal | H.J. Lu | 2 | -2/+9 |
2019-02-07 | re PR fortran/52789 (gfortran sets -Wunused-parameter in the C sense as well ... | Dominique d'Humieres | 2 | -0/+18 |
2019-02-07 | Only run on arm architecture | Matthew Malcomson | 2 | -1/+5 |
2019-02-07 | * libgnarl/s-linux__sparc.ads (ETIMEDOUT): Set to correct value. | Eric Botcazou | 2 | -1/+5 |
2019-02-07 | S/390: Fix the vec_xl / vec_xst style builtins | Andreas Krebbel | 7 | -39/+176 |
2019-02-07 | [Patch] [arm] Fix 88714, Arm LDRD/STRD peepholes. | Matthew Malcomson | 7 | -142/+666 |
2019-02-07 | AArch64: Fix initializer for array so it's a C initializer instead of C++. | Tamar Christina | 2 | -1/+6 |
2019-02-07 | Arm: Fix NEON REG to REG reload failures. (PR/target 88850) | Tamar Christina | 4 | -7/+40 |
2019-02-07 | [arm] Use neon_dot_q type for 128-bit V[US]DOT instructions where appropriate | Kyrylo Tkachov | 2 | -2/+8 |
2019-02-07 | [AArch64] Use neon_dot_q type for 128-bit [US]DOT instructions where appropriate | Kyrylo Tkachov | 2 | -3/+10 |
2019-02-07 | [PR86218] handle ck_aggr in compare_ics in both and either conversion | Alexandre Oliva | 4 | -4/+26 |
2019-02-07 | os, syscall: Hurd fixes for a couple of tests | Ian Lance Taylor | 1 | -1/+1 |
2019-02-07 | os, net, crypto/x509: add hurd support | Ian Lance Taylor | 1 | -1/+1 |
2019-02-07 | syscall: add Hurd support | Ian Lance Taylor | 1 | -1/+1 |
2019-02-07 | internal/syscall/unix: add constants for hurd | Ian Lance Taylor | 1 | -1/+1 |
2019-02-07 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-02-06 | re PR rtl-optimization/89225 (LRA hang on ppc64le compiling glibc starting wi... | Vladimir Makarov | 4 | -2/+89 |
2019-02-06 | i386.c (ix86_expand_prologue): Emit a memory blockage after restoring registe... | Eric Botcazou | 4 | -2/+50 |
2019-02-06 | re PR go/89199 (libgo regression in implementation of CompareAndSwap function... | Ian Lance Taylor | 1 | -1/+1 |
2019-02-06 | re PR fortran/71860 ([OOP] ICE on pointing to null(mold), verify_gimple failed) | Thomas Koenig | 2 | -0/+12 |
2019-02-06 | Fix locations in conversion_null_warnings (PR c++/71302) | David Malcolm | 8 | -30/+111 |
2019-02-06 | Fix gcc.dg/debug/dwarf2/inline5.c with Solaris as (PR debug/87451) | Rainer Orth | 2 | -2/+9 |
2019-02-06 | vsx-vector-6.p7.c: Update instruction counts and target. | Bill Seurer | 4 | -32/+28 |
2019-02-06 | README: update text to describe current status | Ian Lance Taylor | 2 | -27/+30 |
2019-02-06 | s-linux__x32.ads: Resync list of signals with s-linux.ads | Arnaud Charlet | 2 | -13/+18 |
2019-02-06 | re PR tree-optimization/89182 ([graphite] ICE in extract_affine, at graphite-... | Richard Biener | 8 | -13/+133 |
2019-02-06 | re PR c/89211 (ICE in int_mode_for_mode, at stor-layout.c:403) | Jakub Jelinek | 4 | -4/+24 |
2019-02-06 | re PR middle-end/89210 (ICE tree check: expected integer_cst, have real_cst i... | Jakub Jelinek | 4 | -1/+35 |
2019-02-06 | re PR go/89019 (LTO and gccgo cause ICE during free_lang_data) | Nikhil Benesch | 4 | -1/+23 |
2019-02-06 | Fix type of extern array declared in inner scope with outer initialization sh... | Joseph Myers | 4 | -2/+35 |
2019-02-06 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-02-05 | Update .po files. | Joseph Myers | 20 | -259245/+309449 |
2019-02-05 | re PR c++/89187 (ICE in initialize_argument_information, at calls.c:2023) | Jakub Jelinek | 5 | -1/+41 |
2019-02-05 | libgccjit: introduce gcc_jit_context_add_driver_option | Andrea Corallo | 15 | -1/+269 |
2019-02-05 | re PR rtl-optimization/11304 (Wrong code production with -fomit-frame-pointer) | Jakub Jelinek | 3 | -1/+19 |
2019-02-05 | PR c++/89158 - by-value capture of constexpr variable broken. | Marek Polacek | 4 | -1/+25 |
2019-02-05 | compiler: check duplicate implicit indexes in slices/arrays | Ian Lance Taylor | 2 | -1/+8 |