summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gimple-loop-interchange.cc (struct induction): Rename fields.devel/gimple-linterchangeBin Cheng2017-12-051-29/+20
* gimple-loop-interchange.cc (AVG_LOOP_NITER): Remove.Richard Biener2017-12-051-72/+53
* loop-interchange-12.c: New testcase.Richard Biener2017-12-052-0/+103
* gimple-loop-interchange.cc (loop_cand::classify_simple_reduction): Simplify.Richard Biener2017-12-051-49/+23
* tree-vectorizer.h (check_reduction_path): Declare.Richard Biener2017-12-047-141/+220
* gimple-loop-interchange.cc (is-a.h): New header file.Bin Cheng2017-12-011-18/+7
* gimple-loop-interchange.cc (estimate_val_by_simplify_replace): Remove.Richard Biener2017-12-011-87/+66
* pr81303.f: New testcase.Richard Biener2017-12-011-0/+44
* Makefile.in (gimple-loop-interchange.o): New object file.Bin Cheng2017-11-2821-8/+2786
* tree-ssa-dce.c (simple_dce_from_worklist): Move and rename from tree-ssa-pre....Bin Cheng2017-11-283-59/+81
* gimple-fold.c (gimple_fold_builtin_memory_op): Remove dead code, refactor a bit.Richard Biener2017-11-272-50/+16
* tree.c (wide_int_to_tree): Free discarded INTEGER_CST.Richard Biener2017-11-272-4/+23
* extend.texi: Add -A suffix (ARMv8*-A, ARMv7-A).Tamar Christina2017-11-274-21/+27
* re PR c++/81675 (attribute(noreturn) of destructor in :? not honored)Jakub Jelinek2017-11-274-8/+55
* Fix UB in hash-map.hMarkus Trippelsdorf2017-11-272-1/+6
* cfgloop.h (struct loop): Document usage of USHRT_MAX for unroll.Eric Botcazou2017-11-2713-13/+70
* Fix code generation for buildtin_longjmp with CET.Igor Tsimbalist2017-11-275-20/+76
* [PR 81248] Fix ipa-sra size checkMartin Jambor2017-11-278-36/+84
* null-8.C (bar): New function.Jakub Jelinek2017-11-272-2/+12
* re PR debug/81307 (g++.dg/debug/debug9.C -gstabs FAILs)Jakub Jelinek2017-11-275-25/+170
* re PR target/83100 (powerpc: internal compiler error: in get_variable_section...Jakub Jelinek2017-11-277-3/+52
* Fix PR82488 - signed integer overflow in expr.cMarkus Trippelsdorf2017-11-272-2/+10
* Daily bump.GCC Administrator2017-11-271-1/+1
* i386.c (processor_target_table): Add skylake_cost for skylake-avx512.Uros Bizjak2017-11-2614-25/+205
* Plugin support on Windows/MinGWBoris Kolpackov2017-11-2613-20/+253
* Daily bump.GCC Administrator2017-11-261-1/+1
* re PR rtl-optimization/81553 (ICE in immed_wide_int_const, at emit-rtl.c:607)Jakub Jelinek2017-11-254-3/+28
* structret1.C (FrameworkObject::action): Return a value.Andreas Schwab2017-11-252-0/+6
* re PR target/82848 (ICE in expand_expr_real_2, at expr.c:8715)Jakub Jelinek2017-11-254-0/+30
* Daily bump.GCC Administrator2017-11-251-1/+1
* re PR fortran/81304 (Bogus warning with -Wsurprising and -fopenmp: Type speci...Jakub Jelinek2017-11-244-1/+30
* Factor out division by squaresJackson Woodruff2017-11-246-30/+289
* re PR tree-optimization/82402 (error: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should ...Richard Biener2017-11-244-0/+33
* Simplify 0 - ptr.Marc Glisse2017-11-242-0/+8
* re PR bootstrap/83015 (bootstrap comparison failure on ia64)Jan Hubicka2017-11-242-0/+8
* Whitespace fix for libgfortran/ChangeLogJanne Blomqvist2017-11-241-0/+1
* re PR tree-optimization/83128 (Unable to optimize {m,c}alloc when strings bui...Richard Biener2017-11-244-3/+30
* PR 36313 Replace int with gfc_charlen_type, take 3Janne Blomqvist2017-11-2415-14/+31
* re PR sanitizer/83014 (ICE in pretty-print with -fsanitize=bounds)Jakub Jelinek2017-11-244-3/+23
* tree-object-size.c (pass_through_call): Use gimple_call_return_flags ERF_RETU...Jakub Jelinek2017-11-244-27/+36
* Add missing gcc/config.gcc hunks from r255121.Kirill Yukhin2017-11-241-2/+4
* Add missing hunks from r255121.Kirill Yukhin2017-11-242-1/+59
* Daily bump.GCC Administrator2017-11-241-1/+1
* Add [[nodiscard]] attribute to std::launderJonathan Wakely2017-11-243-2/+34
* [ARM] Fix Dot Product NEON intrinsicsChristophe Lyon2017-11-242-1/+6
* re PR ada/83091 (ICE with -g in arm-eabi compilation)Eric Botcazou2017-11-232-1/+11
* Add [[nodiscard]] attribute to C++17 componentsJonathan Wakely2017-11-238-6/+114
* PR libstdc++/83134 Ensure std::__not_ converts B::value to boolJonathan Wakely2017-11-236-12/+52
* Enable VBMI2 support [3/7]Julia Koval2017-11-2314-0/+546
* Enable VBMI2 support [2/7]Julia Koval2017-11-2317-1/+645