aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-07-24cgraphunit.c (symbol_table::compile): Start and stop TV_CGRAPH_IPA_PASSES and...Giuliano Belinassi3-1/+16
2019-07-24gimplify.c (flag_instrument_functions_exclude_p): Include namespace/class inf...Oliver Browne3-1/+10
2019-07-24tree-nested.c (build_simple_mem_ref_notrap): New function.Eric Botcazou2-7/+25
2019-07-24[ARC] Fix and refurbish the interrupts.Claudiu Zissulescu13-355/+713
2019-07-24S/390: Add add/sub/mul overflow check patternsAndreas Krebbel10-0/+466
2019-07-24re PR middle-end/91166 ([SVE] Unfolded ZIPs of constants)Prathamesh Kulkarni4-1/+47
2019-07-24Fixup ChangeLog entry for revision 273570.Bin Cheng2-2/+2
2019-07-24Daily bump.GCC Administrator1-1/+1
2019-07-23[Darwin] Fix PR87030 add missed commit hunks.Iain Sandoe7-44/+76
2019-07-23re PR fortran/54072 (BOZ with -std=f2008: wrongly accepted to TRANSFER/ABS/.....Steven G. Kargl5-7/+51
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl63-549/+1034
2019-07-23[Darwin] Fix PR87030 and tidy config fragments.Iain Sandoe11-12/+127
2019-07-23Add PR markers to recent DSE changes. And...Jeff Law3-0/+27
2019-07-23compiler: use correct value type in 2-case select sendIan Lance Taylor2-3/+4
2019-07-23configure.ac (ACX_PROG_CXX_WARNING_OPTS): Revert r273311.Martin Sebor2-4/+9
2019-07-23gdbinit.in: add reload-gdbhooks (rh) commandVladislav Ivanishin2-0/+15
2019-07-23make gdbhooks.py idempotent with respect to reloadingVladislav Ivanishin2-1/+7
2019-07-23re PR debug/91231 (ICE in dwarf2out_inline_entry, at dwarf2out.c:27642)Richard Biener2-0/+14
2019-07-23re PR tree-optimization/83518 (Missing optimization: useless instructions sho...Richard Biener6-5/+73
2019-07-23i386-common.c: Use PROCESSOR_ZNVER2 scheduler for znver2.Jan Hubicka3-176/+411
2019-07-23i386-options.c (ix86_option_override_internal): Default PARAM_AVOID_FMA_MAX_B...Jan Hubicka1-1/+5
2019-07-23* config/i386/x86-tune.def (X86_TUNE_AVOID_256FMA_CHAINS): Set of ZNVER2.Jan Hubicka2-0/+11
2019-07-23x86-tune-costs.h (znver2_memcpy): Update.Jan Hubicka2-6/+11
2019-07-23[Ada] Aspect CPU may depend on a discriminant of a task typeEd Schonberg4-0/+32
2019-07-23[Ada] Plug small loophole in Generate_Range_CheckEric Botcazou5-35/+75
2019-07-23[Ada] Eliminate redundant overflow checks for conversions from fixed-pointEric Botcazou3-6/+13
2019-07-23[Ada] Minor tweak to -gnatR outputEric Botcazou2-6/+11
2019-07-23[Ada] Iterators are view-specificEd Schonberg7-3/+87
2019-07-23[Ada] Issue error on SPARK ownership rule violationYannick Moy3-13/+62
2019-07-23[Ada] Fix binding of ghost units with finalizerYannick Moy6-0/+43
2019-07-23x86/AVX512: improve generated code for mask-to-vector-register conversionsJan Beulich2-6/+17
2019-07-23Use -flto instead of -flto=N in DWARF producer string.Martin Liska2-0/+12
2019-07-23tree-cfg.c (label_for_bb): Remove global var.Richard Biener2-17/+25
2019-07-23[rs6000] Add documentation for __builtin_mtfsfPaul A. Clarke2-1/+10
2019-07-22RISC-V: Add -malign-data= option.Ilia Diachkov6-8/+52
2019-07-23compiler: follow-on fix for finalizing imported methodsIan Lance Taylor2-7/+9
2019-07-23Daily bump.GCC Administrator1-1/+1
2019-07-22cgraph.c (dump_graphviz): New function.Giuliano Belinassi7-20/+90
2019-07-22[aarch64]: add usra and ssra combine patternsSylvia Taylor6-0/+102
2019-07-22MSP430: Don't save all callee-saved regs in non-leaf interrupt functionsJozef Lawrynowicz8-5/+223
2019-07-22[jit] check result_type in gcc_jit_context_new_unary_opAndrea Corallo7-8/+74
2019-07-22[rs6000] Add _mm_blend_epi16 and _mm_blendv_epi8Paul A. Clarke7-0/+299
2019-07-22[Ada] More complete information level for -gnatR4 outputEric Botcazou2-0/+12
2019-07-22[Ada] Sinfo: update doc about Do_Division/Overlflow/Range_CheckEric Botcazou2-26/+22
2019-07-22[Ada] Fix missing check for no-op conversion to fixed-point typeEric Botcazou4-3/+37
2019-07-22[Ada] Remove misleading warning/suggestion in membership testEd Schonberg4-0/+41
2019-07-22[Ada] Adapt ownership checking in SPARK to traversal functionsYannick Moy2-18/+217
2019-07-22[Ada] Overhaul code implementing conversions involving fixed-point typesEric Botcazou4-210/+142
2019-07-22[Ada] Sprint: fix pasto in commentEric Botcazou2-1/+5
2019-07-22[Ada] Spurious error passing access to class-wide interface typeJavier Miranda4-7/+28