aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-11-23Simplify ptr - 0Marc Glisse2-0/+9
2017-11-23This patch adds support for modelling the varying costs of different addressi...Charles Baylis3-0/+134
2017-11-23[ARM] Refactor costs calculation for MEM.Charles Baylis6-25/+198
2017-11-23Fix .debug_rnglists generation with -gdwarf-5 -gsplit-dwarf.Mark Wielaard2-9/+27
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou49-219/+522
2017-11-23i386.h (TARGET_PREFER_AVX256): Also enable when TARGET_PREFER_AVX128 is set.Sergey Shalnov2-1/+7
2017-11-23ipa-profile.c (ipa_propagate_frequency_1): Use count instead of frequency.Jan Hubicka3-13/+14
2017-11-23ipa-fnsummary.c (record_modified_bb_info): Use sreal frequencies.Jan Hubicka4-91/+57
2017-11-23cgraphclones.c (cgraph_node::create_clone): Fix updating of profile when inli...Jan Hubicka2-1/+9
2017-11-23[libgccjit] Wrap RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE in JIT_{BEGIN,END}_...Tom de Vries2-1/+8
2017-11-23[sh] Wrap ASM_OUTPUT_ADDR_VEC_ELT in do {} while (0)Tom de Vries2-6/+11
2017-11-23[ft32] Remove semicolon after ASM_OUTPUT_ADDR_VEC_ELTTom de Vries2-1/+6
2017-11-23re PR target/83111 ([sh] stack smashing detected in gen_udivsi3)Oleg Endo2-26/+34
2017-11-23re PR middle-end/82253 (ICE in convert_move, at expr.c:604)Jakub Jelinek4-8/+79
2017-11-23re PR fortran/82814 (ICE from submodule character function)Paul Thomas4-0/+72
2017-11-23re PR tree-optimization/23094 (store ccp, or store copy prop misses an optimi...Richard Biener4-1/+94
2017-11-23re PR tree-optimization/81403 (wrong code at -O3)Richard Biener2-45/+32
2017-11-23re PR tree-optimization/83089 (ICE: Segmentation fault (in instantiate_scev_n...Richard Biener2-0/+6
2017-11-23cmd/go, go/internal/gccgoimporter: pass -X to ar on AIXIan Lance Taylor1-1/+1
2017-11-23Daily bump.GCC Administrator1-1/+1
2017-11-22gimple-ssa-evrp-analyze.c (evrp_range_analyzer::try_find_new_range): Use new ...Jeff Law4-12/+41
2017-11-22* g++.dg/abi/pr68355.C: Don't expect tail call on ia32.Jakub Jelinek2-1/+3
2017-11-22re PR c++/82401 (error: qsort comparator non-negative on sorted output: 1 in ...Jakub Jelinek4-1/+30
2017-11-22re PR rtl-optimization/83030 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2840)Eric Botcazou5-73/+84
2017-11-22jit: update test suite for change to -Warray-boundsDavid Malcolm2-1/+9
2017-11-22* g++.dg/graphite/pr41562.C: Add -Wno-return-type.Jakub Jelinek2-1/+5
2017-11-22simplify-rtx.c (simplify_binary_operation_1): Handle the case where both argu...Jakub Jelinek2-0/+10
2017-11-22C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm25-57/+255
2017-11-22target-supports.exp (check_effective_target_bswap16): RemoveUros Bizjak12-74/+42
2017-11-22* gimple-ssa-evrp-analyze.c (evrp_range_analyzer::evrp_range_analyzer)Jeff Law5-92/+127
2017-11-22Replace REDUC_*_EXPRs with internal functions.Richard Sandiford15-186/+196
2017-11-22re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig7-5/+284
2017-11-22vxworks.c (vxworks_override_options): Pick default dwarf version from macro v...Olivier Hainque4-3/+32
2017-11-22Avoid two_valued_val_range_p for pointers.Marc Glisse4-1/+17
2017-11-22[ARM] Fix more -Wreturn-type fallout (gcc.target/arm/pr56184.C).Christophe Lyon2-1/+5
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek82-38/+1453
2017-11-22[ARM] Factor out CMSE register clearing codeThomas Preud'homme9-217/+235
2017-11-222017-11-22 Tamar Christina <tamar.christina@arm.com>Tamar Christina7-0/+177
2017-11-22target-supports.exp (check_effective_target_bswap16): Do not skip on alpha an...Uros Bizjak2-3/+6
2017-11-22compiler: make comparison operator() methods constIan Lance Taylor4-4/+4
2017-11-22[ARM] Fix test armv8_2-fp16-move-1.cSudakshina Das2-1/+5
2017-11-22PR82547: Undetected overflow for UNSIGNED wide_intsRichard Sandiford2-5/+53
2017-11-22PR83004: Accidental change to pr81136.c for VECTOR_BITS==128Richard Sandiford2-1/+13
2017-11-22Fix calculation of ptr_mode for MODE_PARTIAL_INT PmodeRichard Sandiford2-1/+7
2017-11-22arm.c (cmse_nonsecure_call_clear_caller_saved): Get rid of padding_bits_to_cl...Thomas Preud'homme2-4/+8
2017-11-22[ARM] Use bitmap to control cmse_nonsecure_call register clearingThomas Preud'homme2-16/+36
2017-11-22re PR tree-optimization/83044 (ice in contains_struct_check)Jakub Jelinek5-20/+55
2017-11-22re PR fortran/79072 (ICE with class(*) pointer function result and character ...Paul Thomas4-2/+37
2017-11-22re PR debug/83084 (-fcompare-debug failure on ppc64le)Jakub Jelinek4-3/+37
2017-11-22re PR middle-end/82875 (ICE at -Os on valid code on x86_64-linux-gnu: in find...Jakub Jelinek5-0/+55