Daily bump.
[gcc.git] / gcc / ipa-cp.c
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-07 Martin Jamboripa-cp: Avoid unwanted multiple propagations (PR 97816)
2020-11-23 Martin Jamboripa: special pass-through op for Fortran strides
2020-11-13 Martin Jamboripa-cp: One more safe_add (PR 97816)
2020-11-12 Martin Jamboripa-cp: Work with time benefits and frequencies in...
2020-11-02 Martin Jamboripa-cp: New debug counters for IPA-CP
2020-10-31 Jan HubickaMove clone_info to summary
2020-10-29 Martin LiskaLTO: get_section: add new argument
2020-10-23 Jan HubickaMove thunks out of cgraph_node
2020-10-02 Martin Jamboripa-cp: Separate and increase the large-unit parameter
2020-10-02 Martin Jamboripa-cp: Add dumping of overall_size after cloning
2020-10-02 Martin Jamboripa: Multiple predicates for loop properties, with...
2020-10-02 Martin Jamboripa: Bundle estimates of ipa_call_context::estimate_siz...
2020-10-02 Martin Jamboripa: Bundle vectors describing argument values
2020-08-31 Feng Xueipa/96806 - Fix ICE in ipa-cp due to integer addition...
2020-08-27 Martin Liskavec: add exact argument for various grow functions.
2020-08-13 Martin Liskaipa: fix ICE in get_default_value
2020-08-12 Martin Liskaipa: fix bit CPP when combined with IPA bit CP
2020-08-11 Martin LiskaAdd debug counter for IPA bits CP.
2020-08-03 Aldy HernandezMulti-range implementation for value_range (irange).
2020-07-28 Sergei Trofimovichipa/96291: don't crash on unoptimized lto functions
2020-06-01 Feng XueFix missed IPA-CP on by-ref argument directly passed...
2020-03-20 Martin LiskaFix correct offset in ipa_get_jf_ancestor_result.
2020-03-19 Richard Bieneripa/94217 simplify offsetted address build
2020-02-27 Martin Jamboripa-cp: Avoid an ICE processing self-recursive cloned...
2020-02-21 Feng XueDo not propagate self-dependent value (PR ipa/93763)
2020-02-10 Feng XueGeneralized value pass-through for self-recusive functi...
2020-01-25 Feng XueRemove assertion in get_info_about_necessary_edges
2020-01-13 Martin JamborIPA: Avoid segfault in devirtualization_time_bonus...
2020-01-13 Martin LiskaRemove usage of legacy param_ipa_cp_unit_growth.
2020-01-10 Martin JamborIPA-CP: Always access param_ipcp_unit_growth through...
2020-01-10 Martin JamborIPA-CP: Always access param_ipa_max_agg_items through...
2020-01-09 Martin LiskaAdd Optimization for various IPA parameters.
2020-01-08 Martin LiskaUse cgraph_node::dump_{asm_},name where possible.
2020-01-08 Feng XueFind matched aggregate lattice for self-recursive CP...
2020-01-03 Martin JamborAvoid segfault when dumping IPA-CP lattices for unoptim...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-21 Martin JamborAvoid segfault when doing IPA-VRP but not IPA-CP (PR...
2019-12-19 Feng XueHandle aggregate pass-through for self-recursive call...
2019-12-18 Martin JamborIPA-CP: Remove bogus static keyword (PR 92971)
2019-12-10 Jakub Jelinekre PR ipa/92883 (ICE in compare_values_warnv)
2019-12-05 Jan Hubickacgraphclones.c (localize_profile): New function.
2019-12-02 Feng XueEnable recursive function versioning
2019-11-29 Martin Jamboripa-cp: Avoid ICEs when looking at expanded thunks...
2019-11-28 Jan Hubicka* ipa-cp.c (update_profiling_info): Fix scaling.
2019-11-21 Jan Hubickaipa-fnsummary.c (evaluate_conditions_for_known_args...
2019-11-14 Jan HubickaSupport for value ranges in IPA predicates
2019-11-14 Martin LiskaAdd Optimization keyword for param_max_inline_insns_aut...
2019-11-14 Feng XueSupport extended aggregate jump function in ipa-cp
2019-11-13 Jan Hubickaipa-cp.c (propagate_vr_across_jump_function): Propagate...
2019-11-13 Jan Hubickaipa-cp.c (ignore_edge_p): Do not check caller flags.
2019-11-13 Aldy HernandezRewrite value_range constructors to the value_range_kin...
2019-11-13 Martin JamborAdd a few missing checks that IPA_NODE_REF is not NULL...
2019-11-12 Jan Hubickaipa-cp.c (ignore_edge_p): Also look for optimize flag.
2019-11-12 Martin LiskaRemove gcc/params.* files.
2019-11-12 Martin LiskaApply mechanical replacement (generated patch).
2019-11-10 Jan Hubickacgraph.h (struct cgraph_node): Add ipcp_clone flag.
2019-11-05 Aldy HernandezThe base class for ranges is currently value_range_base...
2019-10-30 Martin LiskaRemove cgraph_local_info structure.
2019-10-27 Jan Hubickaipa-cp.c (propagate_constants_across_call): If args...
2019-10-24 Jan Hubickacgraphunit.c (symbol_table::process_new_functions)...
2019-10-03 Andrea Corallore PR jit/91928 (libgccjit fails on subsequent compilat...
2019-10-03 Aldy HernandezMakefile.in (OBJS): Add range.o and range-op.o.
2019-09-19 Martin JamborNew IPA-SRA
2019-08-28 Martin Jambor[PR 91468] Small fixes in ipa-cp.c and ipa-prop.c
2019-08-16 Aldy HernandezAdd type to VR_VARYING.
2019-08-13 Richard SandifordProtect some checks of DECL_FUNCTION_CODE
2019-07-14 Jan Hubickaipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-27 Martin LiskaRemove quite obvious dead assignments.
2019-06-25 Martin Jambor[PR 90939] Remove outdated assert in ipcp_bits_lattice...
2019-06-18 Martin JamborFix IPA-CP topological sorting
2019-06-10 Martin LiskaReduce SCCs in IPA postorder.
2019-03-07 Martin JamborZero local estimated benefit for cloning extern inline...
2019-02-11 Martin LiskaConstruct ipa_reduced_postorder always for overwritable...
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-14 Michael Ploujnikovipa-cp.c (print_all_lattices): Skip cp clones.
2018-12-14 Michael Ploujnikov* ipa-cp.c: Fix various comment typos.
2018-12-09 Bin Chengipa-cp.c (update_profiling_info): Call adjust_for_ipa_s...
2018-12-04 Michael Ploujnikovre PR lto/88297 (Assembler Error: symbol `_Z41__static_...
2018-11-30 Michael PloujnikovMinimize clone counter memory usage in create_virtual_c...
2018-11-14 Aldy Hernandez* gimple-ssa-evrp-analyze.c
2018-11-12 Richard Biener2018-11=12 Richard Biener <rguenther@suse.de>
2018-11-12 Richard Bienertree-vrp.h (value_range_base::symbolic_p, [...]): Move...
2018-11-11 Richard Bienertree-vrp.h (class value_range_base): New base class...
2018-10-17 Aldy Hernandezbitmap.c (bitmap_head::dump): New.
2018-09-25 Martin LiskaRemove unused functions and fields.
2018-08-31 Martin Jambor[PATCH] Fix thinko in estimate_local_effects in IPA-CP
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-06-21 David MalcolmFix IPA crash in libgccjit
2018-06-19 Martin LiskaClean-up usage of ipa_fn_summary and ipa_call_summary...
2018-06-08 Martin LiskaPort IPA CP to edge_clone_summaries.
2018-06-08 Martin LiskaConvert IPA CP to symbol_summary.
2018-06-08 Martin LiskaRename get methods in symbol-summary.h to get_create.
2018-06-08 Martin LiskaRemove MPX
2018-05-11 Martin JamborCheck is_single_const in intersect_with_plats
2018-04-27 Martin Jamborre PR ipa/85549 (Infinite loop in ilmbase package)
2018-04-20 Martin JamborFix IPA-CP test for self-feeding recursive dependency
next