aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-04Remove unused range_int_cst_singleton_p.Aldy Hernandez3-10/+5
2019-11-04Handle VR_UNDEFINED in value_range_base::normalize_addresses().Aldy Hernandez2-0/+8
2019-11-04Implement debugging functions for assert_info's.Aldy Hernandez2-0/+44
2019-11-04ipa-inline-transform.c: Include ipa-utils.hJan Hubicka4-0/+22
2019-11-04SLP: Initialize variable to fix bootstrap after r277784.Tamar Christina2-1/+8
2019-11-04re PR testsuite/92302 (gcc.target/sparc/sparc-ret-3.c FAILs)Eric Botcazou2-1/+6
2019-11-04PR tree-optimization/92349 - ICE in -Warray-bounds of a VLA memberMartin Sebor4-1/+127
2019-11-04[vect] Clean up orig_loop_vinfo from vect_analyze_loopAndre Vieira4-16/+16
2019-11-04[SLP] SLP vectorization: vectorize vector constructorsJoel Hutton7-3/+243
2019-11-04re PR tree-optimization/92345 (ICE in vec<_stmt_vec_info*, va_heap, vl_embed>...Richard Biener4-5/+39
2019-11-04cgraphclones.c (cgraph_node::create_version_clone): Do not duplicate summaries.Jan Hubicka8-43/+92
2019-11-04system.h: Include malloc.h if INCLUDE_MALLOC_H and HAVE_MALLINFO.Richard Biener3-3/+12
2019-11-04* ggc-common.c: Include system.h before malloc.h.David Edelsohn2-1/+5
2019-11-04pass --enable-obsolete down to gcc/configure for auto-build.hAlexandre Oliva4-4/+34
2019-11-04MSP430: Add -mtiny-printf optionJozef Lawrynowicz10-4/+94
2019-11-04Regenerate gcc/configureJozef Lawrynowicz2-20/+12
2019-11-04MSP430: Add new methods of finding external MCU data fileJozef Lawrynowicz14-9/+369
2019-11-04re PR bootstrap/92301 (Wrong vectorizer code since r277566)Richard Biener4-0/+62