aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-05gimple-loop-interchange.cc (struct induction): Rename fields.devel/gimple-linterchangeBin Cheng1-29/+20
2017-12-05gimple-loop-interchange.cc (AVG_LOOP_NITER): Remove.Richard Biener1-72/+53
2017-12-05loop-interchange-12.c: New testcase.Richard Biener2-0/+103
2017-12-05gimple-loop-interchange.cc (loop_cand::classify_simple_reduction): Simplify.Richard Biener1-49/+23
2017-12-04tree-vectorizer.h (check_reduction_path): Declare.Richard Biener7-141/+220
2017-12-01gimple-loop-interchange.cc (is-a.h): New header file.Bin Cheng1-18/+7
2017-12-01gimple-loop-interchange.cc (estimate_val_by_simplify_replace): Remove.Richard Biener1-87/+66
2017-12-01pr81303.f: New testcase.Richard Biener1-0/+44
2017-11-28Makefile.in (gimple-loop-interchange.o): New object file.Bin Cheng21-8/+2786
2017-11-28tree-ssa-dce.c (simple_dce_from_worklist): Move and rename from tree-ssa-pre....Bin Cheng3-59/+81
2017-11-27gimple-fold.c (gimple_fold_builtin_memory_op): Remove dead code, refactor a bit.Richard Biener2-50/+16
2017-11-27tree.c (wide_int_to_tree): Free discarded INTEGER_CST.Richard Biener2-4/+23
2017-11-27extend.texi: Add -A suffix (ARMv8*-A, ARMv7-A).Tamar Christina4-21/+27
2017-11-27re PR c++/81675 (attribute(noreturn) of destructor in :? not honored)Jakub Jelinek4-8/+55
2017-11-27Fix UB in hash-map.hMarkus Trippelsdorf2-1/+6
2017-11-27cfgloop.h (struct loop): Document usage of USHRT_MAX for unroll.Eric Botcazou13-13/+70
2017-11-27Fix code generation for buildtin_longjmp with CET.Igor Tsimbalist5-20/+76
2017-11-27[PR 81248] Fix ipa-sra size checkMartin Jambor8-36/+84
2017-11-27null-8.C (bar): New function.Jakub Jelinek2-2/+12
2017-11-27re PR debug/81307 (g++.dg/debug/debug9.C -gstabs FAILs)Jakub Jelinek5-25/+170
2017-11-27re PR target/83100 (powerpc: internal compiler error: in get_variable_section...Jakub Jelinek7-3/+52
2017-11-27Fix PR82488 - signed integer overflow in expr.cMarkus Trippelsdorf2-2/+10
2017-11-27Daily bump.GCC Administrator1-1/+1
2017-11-26i386.c (processor_target_table): Add skylake_cost for skylake-avx512.Uros Bizjak14-25/+205
2017-11-26Plugin support on Windows/MinGWBoris Kolpackov13-20/+253
2017-11-26Daily bump.GCC Administrator1-1/+1
2017-11-25re PR rtl-optimization/81553 (ICE in immed_wide_int_const, at emit-rtl.c:607)Jakub Jelinek4-3/+28
2017-11-25structret1.C (FrameworkObject::action): Return a value.Andreas Schwab2-0/+6
2017-11-25re PR target/82848 (ICE in expand_expr_real_2, at expr.c:8715)Jakub Jelinek4-0/+30
2017-11-25Daily bump.GCC Administrator1-1/+1
2017-11-24re PR fortran/81304 (Bogus warning with -Wsurprising and -fopenmp: Type speci...Jakub Jelinek4-1/+30
2017-11-24Factor out division by squaresJackson Woodruff6-30/+289
2017-11-24re PR tree-optimization/82402 (error: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should ...Richard Biener4-0/+33
2017-11-24Simplify 0 - ptr.Marc Glisse2-0/+8
2017-11-24re PR bootstrap/83015 (bootstrap comparison failure on ia64)Jan Hubicka2-0/+8
2017-11-24Whitespace fix for libgfortran/ChangeLogJanne Blomqvist1-0/+1
2017-11-24re PR tree-optimization/83128 (Unable to optimize {m,c}alloc when strings bui...Richard Biener4-3/+30
2017-11-24PR 36313 Replace int with gfc_charlen_type, take 3Janne Blomqvist15-14/+31
2017-11-24re PR sanitizer/83014 (ICE in pretty-print with -fsanitize=bounds)Jakub Jelinek4-3/+23
2017-11-24tree-object-size.c (pass_through_call): Use gimple_call_return_flags ERF_RETU...Jakub Jelinek4-27/+36
2017-11-24Add missing gcc/config.gcc hunks from r255121.Kirill Yukhin1-2/+4
2017-11-24Add missing hunks from r255121.Kirill Yukhin2-1/+59
2017-11-24Daily bump.GCC Administrator1-1/+1
2017-11-24Add [[nodiscard]] attribute to std::launderJonathan Wakely3-2/+34
2017-11-24[ARM] Fix Dot Product NEON intrinsicsChristophe Lyon2-1/+6
2017-11-23re PR ada/83091 (ICE with -g in arm-eabi compilation)Eric Botcazou2-1/+11
2017-11-23Add [[nodiscard]] attribute to C++17 componentsJonathan Wakely8-6/+114
2017-11-23PR libstdc++/83134 Ensure std::__not_ converts B::value to boolJonathan Wakely6-12/+52
2017-11-23Enable VBMI2 support [3/7]Julia Koval14-0/+546
2017-11-23Enable VBMI2 support [2/7]Julia Koval17-1/+645