aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-08Allow CHARACTER literals in assignments and data statements.Mark Eggleston31-36/+778
2019-11-08[vect] PR 92351: When peeling for alignment make alignment of epilogues unknownAndre Vieira6-47/+81
2019-11-08dbgcnt.def (ivopts_loop): Add.Richard Biener3-0/+11
2019-11-08re PR ipa/92409 (r277920 causes ICE in gcc.dg/cast-function-1.c)Richard Biener2-1/+13
2019-11-08overflow-1.c: Add -fno-pie to the options.Eric Botcazou3-3/+5
2019-11-08re PR target/92095 (internal error with -O1 -mcpu=niagara2 -fPIE)Eric Botcazou9-53/+120
2019-11-08Fix code order in tree-sra.c:create_accessRichard Sandiford4-8/+34
2019-11-08[vect] Disable vectorization of epilogues for loops with SIMDUID setAndre Vieira2-2/+12
2019-11-08re PR target/92038 (Extremely inefficient x86_64 code for trivally copyable t...Jakub Jelinek6-27/+219
2019-11-08re PR middle-end/92384 (Empty class instances have different equal testing re...Jakub Jelinek4-2/+66
2019-11-08genmatch.c (expr::gen_transform): Use the resimplify member function instead ...Richard Biener2-7/+9
2019-11-08Rename identifiers in a test-case.Martin Liska2-5/+19
2019-11-08Handle POLY_INT_CST in copy_reference_ops_from_refRichard Sandiford6-0/+98
2019-11-08re PR tree-optimization/92324 (ICE in expand_direct_optab_fn, at internal-fn....Richard Biener2-0/+35
2019-11-08Handle POLY_INT_CSTs in declare_return_valueRichard Sandiford4-2/+17
2019-11-08re PR tree-optimization/92324 (ICE in expand_direct_optab_fn, at internal-fn....Richard Biener6-89/+123
2019-11-08re PR target/92055 ([avr] Support 64-bit double)Georg-Johann Lay2-3/+10
2019-11-08[AArch64] Remove unused mode iteratorsRichard Sandiford2-6/+4
2019-11-08Make mklog more robust.Martin Liska2-2/+7
2019-11-08[AArch64] Don't handle bswap in aarch64_builtin_vectorized_functionRichard Sandiford2-23/+5
2019-11-08[C] Opt out of GNU vector extensions for built-in SVE typesRichard Sandiford13-41/+957
2019-11-08Generalise gather and scatter optabsRichard Sandiford12-176/+230
2019-11-08Fortran] PR91253 fix continuation-line handling with -pre_includeTobias Burnus2-5/+29
2019-11-08[rs6000]Fix PR92132 by adding vec_cmp and vcond_mask supportsKewen Lin9-11/+1150
2019-11-08Fix inefficient vector constructor.Hongtao Liu4-78/+75
2019-11-08Handle removal of old-style function definitions in C2x.Joseph Myers16-9/+151
2019-11-08libsupc++: add <compare> to precompiled headerJonathan Wakely3-1/+5
2019-11-08libstdc++: define std::common_comparison_category for C++20Jonathan Wakely3-18/+133
2019-11-07Add another test case to exercise the previous MODE_PARTIAL_INT change.Peter Bergner2-0/+49
2019-11-08pa.md (memory_barrier): Revise to use ldcw barriers.John David Anglin3-10/+60
2019-11-08Daily bump.GCC Administrator1-1/+1
2019-11-08rs6000: Remove no longer correct assertSegher Boessenkool2-9/+6
2019-11-07Expand C2x attribute parsing support and factor out from TM attributes.Joseph Myers7-80/+357
2019-11-08spaceship-scalar1-neg.C: Change dg-do from run to compile.Jakub Jelinek2-1/+6
2019-11-08ipa-utils.c (ipa_merge_profiles): Fix fprintf format string typo - mistmatch ...Jakub Jelinek6-5/+17
2019-11-07libstdc++: make negative count safe with std::for_each_nJonathan Wakely3-0/+51
2019-11-07simplify-rtx: simplify_logical_relational_operationSegher Boessenkool2-0/+138
2019-11-07[Darwin, X86, testsuite] Fix pr92258.c.Iain Sandoe2-0/+5
2019-11-07PR c++/91370 - Implement P1041R4 and P1139R2 - Stronger Unicode reqsJakub Jelinek7-12/+68
2019-11-07Allow MODE_PARTIAL_INT modes for integer constant input operands.Peter Bergner4-2/+54
2019-11-07re PR lto/92406 (ICE in ipa_call_summary at ipa-fnsummary.h:253 with lto and ...Jan Hubicka2-1/+7
2019-11-07optc-save-gen.awk: Generate cl_target_option_free and cl_optimization_option_...Jan Hubicka4-0/+43
2019-11-07Implement D1959R0, remove weak_equality and strong_equality.Jason Merrill9-234/+56
2019-11-07lto-streamer-in.c: Include alloc-pool.h.Jan Hubicka5-15/+49
2019-11-07Loop split on semi-invariant conditional statementFeng Xue8-28/+1162
2019-11-07IBM Z: Add pattern for load truth value of comparison into regAndreas Krebbel9-30/+99
2019-11-07re PR tree-optimization/92405 (ICE in vect_get_vec_def_for_stmt_copy, at tree...Richard Biener2-0/+18
2019-11-07Remove gimple_call_types_likely_match_p (PR 70929)Martin Jambor12-191/+61
2019-11-07[arm][6/X] Add support for __[us]sat16 intrinsicsKyrylo Tkachov9-1/+96
2019-11-07[arm][5/X] Implement Q-bit-setting SIMD32 intrinsicsKyrylo Tkachov8-1/+185