aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek1-0/+3
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-1/+0
2018-03-09re PR c++/84767 (ICE with pointer to VLA)Jakub Jelinek1-0/+1
2018-02-13common.opt (gas-loc-support, [...]): New.Alexandre Oliva1-1/+1
2018-02-09[IEPM] Introduce inline entry point markersAlexandre Oliva1-0/+7
2018-01-11re PR middle-end/83718 (ICE: Floating point exception in profile_count::apply...Jan Hubicka1-2/+2
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-4/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford1-0/+1
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabRichard Sandiford1-0/+1
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-3/+28
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-2/+2
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-0/+5
2017-11-22Replace REDUC_*_EXPRs with internal functions.Richard Sandiford1-3/+0
2017-11-21New POINTER_DIFF_EXPRMarc Glisse1-0/+1
2017-11-21Remove not needed xstrdup_for_dump.Martin Liska1-2/+2
2017-11-19re PR ipa/60243 (IPA is slow on large cgraph tree)Jan Hubicka1-1/+1
2017-11-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka1-28/+28
2017-11-14auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka1-7/+9
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-60/+21
2017-11-09re PR ipa/82879 (ICE in max, at profile-count.h:889)Jan Hubicka1-22/+2
2017-11-06re PR bootstrap/82832 (Broken PGO LTO bootstrap on x86_64 after r254379)Jan Hubicka1-6/+25
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-82/+31
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-26/+6
2017-10-10Require wi::to_wide for treesRichard Sandiford1-2/+2
2017-09-21re PR sanitizer/81715 (asan-stack=1 redzone allocation is too inflexible)Jakub Jelinek1-1/+53
2017-08-30[65/77] Add a SCALAR_TYPE_MODE macroRichard Sandiford1-1/+1
2017-08-22tree-inline.c (remap_type_1): Change asserts on TYPE_SIZE[_UNIT] to allow for...Richard Biener1-3/+10
2017-08-07Canonicalize names of attributes.Martin Liska1-1/+2
2017-06-30re PR ipa/81261 (ICE with -fno-guess-branch-probability)Jan Hubicka1-0/+3
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-4/+39
2017-06-10cgraph.h (cgraph_edge::clone): Update prototype.Jan Hubicka1-3/+9
2017-06-05cfgexpand.c (expand_gimple_tailcall): Initialize profile of new edge.Jan Hubicka1-4/+7
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-42/+44
2017-05-16Add default value for last argument of dump functions.Martin Liska1-4/+4
2017-05-10avoid remove&reinsert of call when splitting block for inliningAlexandre Oliva1-19/+6
2017-03-28OpenMP/PTX privatization in SIMD regionsAlexander Monakov1-7/+54
2017-03-28Handle PHI nodes w/o a argument (PR ipa/80205).Martin Liska1-41/+51
2017-03-21re PR tree-optimization/80122 (__builtin_va_arg_pack() and __builtin_va_arg_p...Richard Biener1-3/+5
2017-02-28re PR middle-end/79732 (ICE in set_ssa_default_def, at tree-dfa.c:327)Richard Biener1-1/+1
2017-02-03PR c++/78689 - ICE on constructor with labelJason Merrill1-32/+1
2017-01-23Speed up use-after-scope (v2): rewrite into SSAMartin Liska1-1/+1
2017-01-20omp-offload: use PROP_gimple_lomp_devAlexander Monakov1-3/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-18Add SET_DECL_MODERichard Sandiford1-3/+3
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill1-1/+32
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-20/+12
2016-09-22re PR tree-optimization/77665 (ICE in expand_GOMP_SIMD_VF, at internal-fn.c:172)Jakub Jelinek1-5/+13
2016-08-04tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before accessing SSA...Kugan Vivekanandarajah1-0/+2
2016-07-21016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1