aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-11-06re PR inline-asm/92352 (ICE in force_constant_size)Jakub Jelinek5-17/+59
2019-11-06PR92090: Fix part of testcase failures by r276469Xiong Hu Luo4-3/+11
2019-11-05PR tree-optimization/92373 - ICE in -Warray-bounds on access to member array ...Martin Sebor5-22/+193
2019-11-06Daily bump.GCC Administrator1-1/+1
2019-11-06doc: Insn splitting by combineSegher Boessenkool2-2/+6
2019-11-05Implement C++20 operator<=>.Jason Merrill46-122/+1981
2019-11-05Fix conversions for built-in operator overloading candidates.Jason Merrill5-28/+41
2019-11-05Use vec instead of raw array for built-in candidates.Jason Merrill2-40/+33
2019-11-05Various small C++ changes.Jason Merrill10-22/+66
2019-11-05Allow libcalls for complex memcpy when optimizing for size.Jim Wilson4-2/+43
2019-11-05Catch missed uses of function with unsatisfied constraints.Jason Merrill39-119/+131
2019-11-05Make -fconcepts-ts imply -fconcepts.Jason Merrill3-2/+7
2019-11-05PR middle-end/92333 - missing variable name referencing VLA in warningsMartin Sebor5-9/+122
2019-11-05[PR c++/92370] ICE with VC markerNathan Sidwell4-2/+20
2019-11-05Fix indentation inconsistencies introduced by previous patch.Aldy Hernandez3-16/+17
2019-11-05PR middle-end/92341 - missing -Warray-bounds indexing past the end of a compo...Martin Sebor7-10/+159
2019-11-05re PR tree-optimization/92371 (ICE in info_for_reduction, at tree-vect-loop.c...Richard Biener4-7/+33
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez24-1152/+1140
2019-11-05[mid-end] Fix declared type of personality functionsMatthew Malcomson2-1/+7
2019-11-05[aarch64] Allocate space for err_str in aarch64_handle_attr_branch_protectionMatthew Malcomson2-1/+6
2019-11-05Update scanned patterns in a test-case.Martin Liska2-5/+10
2019-11-05IBM Z: gen-vect-26/28: Vectorizing without peeling is ok for ZAndreas Krebbel3-4/+12
2019-11-05re PR target/92280 (gcc.target/i386/pr83008.c FAILs)Richard Biener3-23/+22
2019-11-05IBM Z: gen-vect-11/32: Set min-vect-loop-bound param back to defaultAndreas Krebbel3-1/+15
2019-11-05IBM Z: Fix testsuite useable_hw checkAndreas Krebbel2-9/+20
2019-11-05IBM Z: Use tree_fits_uhwi_p in vector_alignment hookAndreas Krebbel2-1/+12
2019-11-05[ARM,testsuite] Skip tests incompatible with -mpure-code.Christophe Lyon48-8/+105
2019-11-05Use more ggc_delete.Martin Liska2-8/+6
2019-11-05[Aarch64] Fix vec_perm cost for thunderx2t99Anton Youdkevitch2-1/+6
2019-11-05* doc/install.texi: Further fix syntax for html generationArnaud Charlet2-1/+5
2019-11-05Update coding style in symbol-summary.h.Martin Liska2-8/+17
2019-11-05re PR tree-optimization/92324 (ICE in expand_direct_optab_fn, at internal-fn....Richard Biener4-1/+50
2019-11-05hsa-brig.c: Include alloc-pool.hJan Hubicka13-17/+53
2019-11-05re PR tree-optimization/91945 (ICE: tree check: expected integer_cst, have va...Jakub Jelinek4-2/+18
2019-11-05re PR c++/92343 ([[likely]]/[[unlikely]] prevent method from being a constant...Jakub Jelinek4-1/+24
2019-11-05Move vrp_set_zero_nonzero_bits from tree-vrp.c into vr-values.c, and make it ...Aldy Hernandez6-71/+44
2019-11-05Really add gcc/config/gcn/t-omp-deviceTobias Burnus1-0/+4
2019-11-05Remove FIELD_DECL leftover.Martin Liska4-4/+21
2019-11-05decl.c (omp_declare_variant_finalize_one): Call declare_simd_adjust_this not ...Jakub Jelinek6-5/+204
2019-11-05Move vrp_bitmap_equal_p above its only use and make it static.Aldy Hernandez3-14/+18
2019-11-05Use value_range_base::equal_p in value_range_base::operator== so we can handleAldy Hernandez2-24/+7
2019-11-05Daily bump.GCC Administrator1-1/+1
2019-11-04PR c++/91979 - mangling nullptr expressionKamlesh Kumar11-4/+51
2019-11-04Do not special case pointers in value_range_base::set.Aldy Hernandez2-8/+7
2019-11-04* typeck.c (check_return_expr): Avoid redundant error.Jason Merrill3-1/+12
2019-11-04Add gcc/config/gcn/t-omp-device for OpenMP declare variant kind/arch/isaTobias Burnus4-2/+51
2019-11-04Remove handle_pointers argument from all the vrp_val*{min,max} functions.Aldy Hernandez3-41/+62
2019-11-04ipa-reference.c (init_function_info): Initialize info->global.statics_read.Jan Hubicka2-0/+6
2019-11-04Use the value_range_base constructors in value_range_base::invert toAldy Hernandez2-2/+9
2019-11-04[D] Remove unchecked to_constant in VECTOR_TYPE handlingRichard Sandiford2-11/+19