summaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)Author
2019-12-10Make dwarf2out punt for MODE_VECTOR_BOOLRichard Sandiford
2019-12-10Add missing conversion in vect_create_epilog_for_reductionRichard Sandiford
2019-12-10Record the loop masks needed for EXTRACT_LAST_REDUCTIONsRichard Sandiford
2019-12-10Fix EXTRACT_LAST_REDUCTION handling of pattern stmtsRichard Sandiford
2019-12-10Disallow EXTRACT_LAST_REDUCTION for reduction chainsRichard Sandiford
2019-12-10Fortran] PR 92872 – Fix get_CFI_descTobias Burnus
2019-12-10Check for TYPE_DECL in get_odr_name_for_typeRichard Sandiford
2019-12-10avx512f-vmovntpd-2.c: Ensure res is 64-byte aligned.Jakub Jelinek
2019-12-10* config/i386/i386.c (IX86_LEA_PRIORITY): Fix comment typos.Jakub Jelinek
2019-12-10Fix typos in 2 functions.Martin Liska
2019-12-10Replace label_text ctor with "borrow" and "take"David Malcolm
2019-12-10diagnostic_show_locus: move initial newline to callersDavid Malcolm
2019-12-10Daily bump.GCC Administrator
2019-12-09PR middle-end/92761 - hash_table::expand invokes assignment on invalid objectsMartin Sebor
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini
2019-12-09Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt
2019-12-09re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)Ian Lance Taylor
2019-12-09tree.c (build_array_type_1): Add SET_CANONICAL parameter and compute TYPE_CAN...Eric Botcazou
2019-12-09Fix column information for omp_clauses in Fortran codeFrederik Harwath
2019-12-09Fix more unrecognised GCN instructionsAndrew Stubbs
2019-12-09Remove gcc/ prefixEric Botcazou
2019-12-09Fix libdecnumber handling of non-canonical BID significands (PR middle-end/91...Joseph Myers
2019-12-09arm: fix v[78]-r multilibs when configured with --with-multlib-list=aprofileRichard Earnshaw
2019-12-09rs6000: Name set<mode>_cc, and delete some old mfcr patternsSegher Boessenkool
2019-12-09[mid-end] [obvious] Cast to avoid -Wsign-compare warning from r279124Matthew Malcomson
2019-12-09[mid-end] Add notes to dataflow insn info when re-emitting (PR92410)Matthew Malcomson
2019-12-09Use OPTION_MASK_ISA2_$target_[SET,UNSET, ] to indicate those forHongtao Liu
2019-12-09[GCC, Vect] Fix costing for vector shiftsSudakshina Das
2019-12-09re PR tree-optimization/92834 (misssed SLP vectorization in LightPixel)Jakub Jelinek
2019-12-09re PR tree-optimization/89007 ([SVE] Implement generic vector average expansion)Prathamesh Kulkarni
2019-12-09Come up with constructors of symtab_node, cgraph_node and varpool_node.Martin Liska
2019-12-09Enable mask movement for VCOND_EXPR under avx512f forHongtao Liu
2019-12-09re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)Ian Lance Taylor
2019-12-09Daily bump.GCC Administrator
2019-12-09cvt.c (maybe_warn_nodiscard): Add workaround for GCC 3.4-4.4 - cast msg to (c...Jakub Jelinek
2019-12-08New bswap testcase.Andrew Pinski
2019-12-08Revert commit r279023.Sandra Loosemore
2019-12-08Fix overflows in -fprofile-reorder-functionsJan Hubicka
2019-12-08opts.c (common_handle_option): Do not clear ipa_reference for -fprofile-use.Jan Hubicka
2019-12-08Fix tp_first_run update in split_function.Jan Hubicka
2019-12-08Silence overactive sanity check with -fpartial-profile-trainingJan Hubicka
2019-12-08re PR tree-optimization/92860 (Global flags affected by -O settings are clobb...Jan Hubicka
2019-12-08Error on Associate with a program.Thomas Koenig
2019-12-08re PR fortran/92764 (ICE in gfc_procedure_use)Thomas Koenig
2019-12-08re PR fortran/92755 (ICE in gfc_dep_resolver, at fortran/dependency.c:2123)Thomas Koenig
2019-12-08Fix ia32 testsuite failures from C2x attributes on typesRainer Orth
2019-12-08Daily bump.GCC Administrator
2019-12-07PR c++/91678 - wrong error with decltype and location wrapper.Marek Polacek
2019-12-07re PR middle-end/90840 (ICE in simplify_subreg, at simplify-rtx.c:6441)Eric Botcazou
2019-12-07Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus