aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-11-14Remove usage of CIF_MAX_INLINE_INSNS_SINGLE_O2_LIMIT.Martin Liska2-10/+10
2019-11-14Add Optimization keyword for param_max_inline_insns_auto param.Martin Liska9-35/+38
2019-11-14Remove dead code in switch conv pass.Martin Liska3-11/+9
2019-11-14Remove wrong lto-dump: lto1 makefile dependency.Martin Liska2-1/+6
2019-11-14Document -fallocation-dce.Martin Liska2-1/+10
2019-11-14Enable VPOPCNTDQ for icelake-{client,server} and tigerlake.Martin Liska2-1/+8
2019-11-14Update statistics about needed symbols in IPA ICF.Martin Liska3-10/+30
2019-11-14Handle FIELD_DECL in IPA ICF.Martin Liska2-1/+9
2019-11-14Use func_checker::hash_operand for hashing of GIMPLE operands.Martin Liska4-210/+81
2019-11-14Update dump message in IPA ICF.Martin Liska2-2/+9
2019-11-14i386-options.c (ix86_omp_device_kind_arch_isa): Don't change sse4.2 to sse4_2...Jakub Jelinek5-10/+11
2019-11-14c-parser.c (c_parser_omp_context_selector): Don't require score argument to f...Jakub Jelinek9-5/+56
2019-11-14c-omp.c (c_omp_check_context_selector): Add nvidia to the list of valid vendors.Jakub Jelinek4-1/+8
2019-11-14omp-general.c (omp_context_name_list_prop): New function.Jakub Jelinek18-85/+243
2019-11-14Remove higher precision range tests because they are unused.Aldy Hernandez4-153/+14
2019-11-14Make normalize_addresses and normalize_symbolics work on THIS, insteadAldy Hernandez4-37/+80
2019-11-14[testsuite] Fix PR92464 by adjust test case loop boundKewen Lin2-1/+9
2019-11-14Support C2x [[]] attributes for C.Joseph Myers14-123/+792
2019-11-14Support extended aggregate jump function in ipa-cpFeng Xue10-299/+1196
2019-11-14re PR ipa/92421 (ICE in inline_small_functions, at ipa-inline.c:2001 since r2...Jakub Jelinek2-25/+26
2019-11-14alias-decl-pr92206-3.C: Require effective target c++14 rather than c++11.Jakub Jelinek2-1/+4
2019-11-14ISO_Fortran_binding_17.c: Include ../../../libgfortran/ISO_Fortran_binding.h ...Jakub Jelinek2-1/+7
2019-11-14Daily bump.GCC Administrator1-1/+1
2019-11-13ipa-cp.c (propagate_vr_across_jump_function): Propagate also across binary op...Jan Hubicka2-14/+47
2019-11-13ipa-profile.c (check_argument_count): Check properly that e_info is non-NULL;...Jan Hubicka2-3/+6
2019-11-13ipa-inline-analysis.c (do_estimate_edge_time): Relax check for ipa profiles.Jan Hubicka2-1/+7
2019-11-13re PR ipa/92421 (ICE in inline_small_functions, at ipa-inline.c:2001 since r2...Jan Hubicka6-5/+213
2019-11-13re PR ipa/92498 (gcc.dg/tree-prof/crossmodule-indircall-1.c fails starting wi...Jan Hubicka2-1/+10
2019-11-13ipa-cp.c (ignore_edge_p): Do not check caller flags.Jan Hubicka2-3/+6
2019-11-13Move plain value_range things to value-range.[hc]*.Aldy Hernandez7-1740/+1783
2019-11-13Sanitize the constant argument for rotr<mode>3Dragan Mladjenovic2-2/+7
2019-11-13pr92090.c: Limit -mbig to powerpc64le-*-*.David Edelsohn3-2/+9
2019-11-13Rewrite value_range constructors to the value_range_kind is at the end, and d...Aldy Hernandez11-127/+155
2019-11-13PR c++/89070 - bogus [[nodiscard]] warning in SFINAE.Marek Polacek4-3/+35
2019-11-13tree-dump.c (dequeue_and_dump): Print first tree operand for VIEW_CONVERT_EXPR.Ulrich Drepper2-0/+6
2019-11-13Add C2x *_NORM_MAX constants to <float.h>.Joseph Myers12-12/+115
2019-11-13Come up with selftests for dbgcnt.Martin Liska4-0/+33
2019-11-13Add a few missing checks that IPA_NODE_REF is not NULL (PR 92454)Martin Jambor4-3/+55
2019-11-13Do not overuse push/pop_cfun in IPA ICF.Martin Liska2-6/+6
2019-11-13Enhance syntax of -fdbg-cnt.Martin Liska7-74/+133
2019-11-13ipa-inline.c (ipa_inline): Check that function is defined before flattening.Jan Hubicka4-2/+17
2019-11-13Use a single worker for OpenACC on AMD GCNAndrew Stubbs3-3/+11
2019-11-13GCN mkoffloadAndrew Stubbs2-0/+729
2019-11-13Move gcn-run heap into GPU memory.Andrew Stubbs2-16/+62
2019-11-13c-ada-spec.c (get_underlying_decl): Do not look through typedefs.Eric Botcazou2-2/+17
2019-11-13PR fortran/92470 Fixes for CFI_addressTobias Burnus2-0/+7
2019-11-13ipa-prop.c (ipa_print_node_jump_functions, [...]): Print info about missing s...Jan Hubicka2-6/+18
2019-11-13Account for the cost of generating loop masksRichard Sandiford9-7/+48
2019-11-13Avoid accounting for non-existent vector loop versioningRichard Sandiford4-11/+48
2019-11-13ipa.c (cgraph_build_static_cdtor): Pass optimization_default_node and target_...Jan Hubicka2-1/+14