aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-09-20dwarf2out.c (DEBUG_LTO_DWO_INFO_SECTION): Reorder defines.Jakub Jelinek2-41/+78
2017-09-20re PR c++/64954 (GCC incorrectly rejects constexpr variable initialization.)Paolo Carlini2-0/+13
2017-09-20graphite-sese-to-poly.c (extract_affine): Properly handle POINTER_PLUS_EXPR, ...Richard Biener2-3/+33
2017-09-20re PR tree-optimization/81373 (Graphite ICE in ssa_default_def at gcc/tree-df...Richard Biener4-7/+62
2017-09-19combine-stack-adj.c (combine_stack_adjustments_for_block): Do nothing for sta...Jeff Law7-4/+44
2017-09-19i386.c (ix86_adjust_stack_and_probe_stack_clash): New.Jeff Law13-6/+2600
2017-09-19function.c (dump_stack_clash_frame_info): New function.Jeff Law3-0/+64
2017-09-19alpha.c (alpha_expand_prologue): Also check flag_stack_clash_protection.Jeff Law8-17/+43
2017-09-19explow.c: Include "params.h".Jeff Law20-43/+438
2017-09-19common.opt (-fstack-clash-protection): New option.Jeff Law9-3/+246
2017-09-20runtime: restore "goroutine in C code" messageIan Lance Taylor1-1/+1
2017-09-20Daily bump.GCC Administrator1-1/+1
2017-09-19i386.md (*scc_bt<mode>): New insn_and_split pattern.Uros Bizjak7-0/+152
2017-09-19pr31146-2.C: Only do scan-tree-dump for c++14_down.Jakub Jelinek7-8/+26
2017-09-19i386.c (ix86_split_long_move): Do not handle address used for LEA in a specia...Uros Bizjak2-36/+10
2017-09-19Fix typo in simplify_binary_operation_1Segher Boessenkool2-1/+5
2017-09-19PR c/81854 - weak alias of an incompatible symbol acceptedMartin Sebor11-38/+221
2017-09-19rs6000.c (rs6000_gimple_fold_builtin): Add handling for early folding of vect...Will Schmidt3-72/+51
2017-09-19fold-vec-ld-misc.c: New.Will Schmidt2-0/+58
2017-09-19re PR tree-optimization/82244 (-O2: ICE: tree check: expected ssa_name, have ...Richard Biener4-0/+50
2017-09-19lra: make reload_pseudo_compare_func a proper comparatorAlexander Monakov2-12/+11
2017-09-19validity_check.adb: Minor dg-options simplification.Pierre-Marie de Rodat1-1/+1
2017-09-19re PR tree-optimization/69728 (internal compiler error: in outer_projection_m...Richard Biener5-1/+83
2017-09-19graphite-scop-detection.c (scop_detection::can_represent_loop): Do not iterat...Richard Biener2-5/+9
2017-09-19Daily bump.GCC Administrator1-1/+1
2017-09-18re PR c++/80947 (Different visibility for the lambda and its capture list mem...Paolo Carlini2-0/+21
2017-09-18runtime: always initialize str field in __go_string_slice resultIan Lance Taylor1-1/+1
2017-09-18re PR target/81613 (FAIL: gfortran.dg/intrinsic_modulo_1.f90 -O3 -g execut...Andreas Schwab2-1/+8
2017-09-18i386.c (fold_builtin_cpu): Add M_AMDFAM17H to processor_model and "amdfam17h"...Uros Bizjak3-1/+12
2017-09-18re PR c/82234 (__builtin_shuffle is not in the keyword index)Jakub Jelinek2-0/+6
2017-09-18PR c++/82069 - ICE with lambda in templateJason Merrill3-2/+18
2017-09-18Move computation of SLP_TREE_NUMBER_OF_VEC_STMTSRichard Sandiford4-49/+66
2017-09-18Fix an SVE failure in the Fortran matmul* testsRichard Sandiford2-0/+12
2017-09-18Include phis in SLP unrolling calculationRichard Sandiford4-27/+73
2017-09-18Fix vectorizable_mask_load_store handling of invariant masksRichard Sandiford4-2/+24
2017-09-18Fix type of bitstart in vectorizable_live_operationRichard Sandiford2-1/+8
2017-09-18Fix vectorizable_live_operation handling of vector booleansRichard Sandiford2-1/+10
2017-09-18Invoke vectorizable_live_operation in a consistent wayRichard Sandiford2-26/+44
2017-09-18omp-offload.c (oacc_xform_loop): Enable SIMD vectorization on non-SIMT target...Cesar Philippidis2-0/+30
2017-09-18[ARC] Check the assembler for gdwar2 support.Claudiu Zissulescu3-6/+11
2017-09-18re PR c++/45033 ("delete" does overload resolution for class operands, but sh...Paolo Carlini2-0/+17
2017-09-18re PR tree-optimization/82220 (SPEC CPU2006 482.sphinx3 ~10% performance regr...Richard Biener2-2/+8
2017-09-18sem_ch4.adb (Complete_Object_Operation): Do not insert 'Access for reference ...Pierre-Marie de Rodat22-154/+545
2017-09-18re PR middle-end/82145 (i386/pr38988.c, i386/pr46254.c, i386/pr55154.c, i386/...Jakub Jelinek2-20/+13
2017-09-18re PR target/81361 (broken exception handling at -O2)Eric Botcazou2-11/+8
2017-09-18[multiple changes]Pierre-Marie de Rodat7-1/+143
2017-09-18[multiple changes]Pierre-Marie de Rodat7-13/+40
2017-09-18Alternate fix for PR ada/71358Bob Duff2-61/+78
2017-09-18Fix gcc.target/i386/pr81736-[34].c on 32-bit Solaris/x86 (PR target/81736)Rainer Orth3-2/+8
2017-09-18graphite-scop-detection.c (scop_detection::stmt_has_simple_data_ref): Simplify.Richard Biener2-26/+16