]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ipa-icf.c
RISC-V: Preserve arch version info during normalizing arch string
[thirdparty/gcc.git] / gcc / ipa-icf.c
2020-04-08  Martin LiskaAllow new/delete operator deletion only for replaceable.
2020-01-08  Martin LiskaUse cgraph_node::dump_{asm_},name where possible.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-25  Martin LiskaUpdate dump message in IPA ICF.
2019-11-23  Jakub Jelinekipa-fnsummary.c: Fix comment typos.
2019-11-18  Martin LiskaUnset m_checker in sem_function::init.
2019-11-14  Martin LiskaUpdate statistics about needed symbols in IPA ICF.
2019-11-14  Martin LiskaUse func_checker::hash_operand for hashing of GIMPLE...
2019-11-13  Martin LiskaDo not overuse push/pop_cfun in IPA ICF.
2019-11-10  Jan Hubickacgraph.h (struct cgraph_node): Add ipcp_clone flag.
2019-10-30  Martin LiskaRemove comparison for polymorphic types.
2019-10-30  Martin LiskaIPA ICF: remove dead code
2019-10-30  Martin LiskaIntegrate that for IPA ICF.
2019-10-30  Martin LiskaUse symtab_node::order in LTO sections with body.
2019-10-30  Martin LiskaRemove cgraph_local_info structure.
2019-10-27  Jan Hubickaipa-icf.c (sem_function::merge): Update function summaries.
2019-10-24  Jan Hubickacgraphunit.c (symbol_table::process_new_functions)...
2019-10-07  Vladislav IvanishinMake gsi_next_nonvirtual_phi do what one expects
2019-09-19  Martin LiskaFix cast in sort_congruence_class_groups_by_decl_uid.
2019-09-19  Martin LiskaSpeed up qsort in IPA ICF.
2019-08-09  Martin LiskaImplement -fopt-info support for IPA ICF.
2019-07-25  Martin LiskaCome up with function_decl_type and use it in tree_func...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-10  Martin LiskaIPA ICF: enhance dump about items in a non-singular...
2019-06-06  Martin LiskaIPA ICF: enhance dump output
2019-06-04  Martin LiskaRemove dead code in IPA ICF.
2019-06-04  Martin LiskaIPA ICF: use fibonacci heap instead of list as a worklist.
2019-06-04  Martin LiskaIPA ICF: rewrite references into a hash_map.
2019-05-03  Martin LiskaCome up with is_empty for hash_{table,map,set}.
2019-02-13  Martin LiskaClean up MPX-related stuff.
2019-01-09  Sandra LoosemorePR other/16615 [4/5]
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-02  Richard Bienerre PR lto/85574 (LTO bootstapped binaries differ)
2019-01-01  Jakub JelinekUpdate copyright years.
2018-10-22  Martin LiskaSimplify comparison of attrs in IPA ICF.
2018-09-28  Eric Botcazoucalls.c (expand_call): Try to do a tail call for thunks...
2018-08-31  Martin LiskaIPA ICF: make type cache a static field sem_item.
2018-07-04  Martin Liska[multiple changes]
2018-06-19  Martin LiskaClean-up usage of ipa_fn_summary and ipa_call_summary...
2018-06-08  Martin LiskaRename get methods in symbol-summary.h to get_create.
2018-06-08  Martin LiskaRemove MPX
2018-05-30  Richard SandifordUse poly_int tree accessors
2018-05-22  Martin LiskaDo not ICE for incomplete types in ICF (PR ipa/85607).
2018-03-21  Martin LiskaRemove superfluous return statement (PR ipa/84963).
2018-03-13  Martin LiskaFix PTA info in IPA ICF (PR ipa/84658).
2018-01-04  Martin LiskaBe careful about comdat boundary in ICF (PR ipa/82352).
2018-01-03  Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-07  Richard SandifordMake more use of VECTOR_CST_ENCODED_ELT
2017-10-22  Richard SandifordRename inchash::hash::add_wide_int
2017-10-20  Igor TsimbalistAdd generic part for Intel CET enabling. The spec is...
2017-06-04  Jan Hubickai386.c (make_resolver_func): Update.
2017-05-23  Martin LiskaIntroduce symtab_node::dump_{asm_,}name functions.
2017-05-23  Martin LiskaMove symtab_node::dump_table to symbol_table::dump
2017-05-23  Jan Hubickaipa-inline-analysis.c (cgraph_2edge_hook_list, [.....
2017-05-22  Jan HubickaMakefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
2017-01-23  Martin Jambor[PR 79108] Put ipa_node_params to GC memory
2017-01-10  Martin LiskaIPA ICF: make algorithm stable to survive -fcompare...
2017-01-10  Martin LiskaRevert m_classes_vec introduction.
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-09  Cesar Philippidisre PR ipa/78027 (ICE in new_oacc_loop_routine, at omp...
2016-11-28  Jakub Jelinekre PR lto/78211 (-fcompare-debug failure with -flto...
2016-11-22  Martin LiskaAdd sem_item::m_hash_set (PR ipa/78309)
2016-11-13  Eric Botcazouipa-icf.c (sem_function::merge): Do not create a wrappe...
2016-10-25  Martin LiskaFix 2 typos in IPA ICF pass
2016-09-23  Martin LiskaFix typo in IPA ICF
2016-09-22  Martin Liskare PR ipa/77653 (wrong code at -Os and above on x86_64...
2016-09-15  Chung-Lin Tangre PR fortran/72743 (ICE in get_constraint_for_ssa_var...
2016-08-12  Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-05-18  Martin LiskaSet DECL_PT_UID for merged variables in IPA ICF (PR70856).
2016-04-22  Szabolcs Nagy[PATCH 2/2] (header usage fix) include c++ headers...
2016-03-21  Martin LiskaSkip static ctors/dtors in IPA ICF (PR ipa/70306)
2016-03-02  Alan Modradecl alignment not respected
2016-01-15  Jan Hubickare PR ipa/68148 (Devirtualization only applies to last...
2016-01-08  Jan Hubickaipa-icf.c (sem_item_optimizer::merge_classes): Do not...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-17  Nathan Sidwellipa-icf.c (sem_item_optimizer::merge): Don't pick ...
2015-12-09  Martin Liskare PR ipa/68790 (gcc.c-torture/execute/20050713-1.c...
2015-12-06  Jan Hubicka* ipa-icf.c (sem_function::merge): Check that local_ori...
2015-12-04  Jan Hubicka* ipa-inline.c (can_inline_edge_p) Use merged_comdat.
2015-11-21  Jan Hubickaipa-icf.c (sem_item::add_type): Do not look for TYPE_CA...
2015-11-13  Martin Liskare PR ipa/68311 (gcc/ipa-icf.c:3041: possible sequence...
2015-11-12  Martin Liskare PR ipa/68035 (ipa performance issue when no procedur...
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28  Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-08  Jan Hubickaipa-icf.c (sem_item::compare_symbol_references): Fix...
2015-10-05  Richard SandifordRemove remaining uses of REAL_VALUES_IDENTICAL
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-07-15  Andrew MacLeodgimple-pretty-print.h: Don't include pretty-print.h.
2015-07-13  Aldy HernandezFix double word typos.
2015-07-10  Bernhard Reutner... ipa-icf.c: Fix typo in dump message
2015-07-09  Andrew MacLeodlto-streamer.h: Don't include target.h and alloc-pool.h.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25  Richard Sandifordhash-map-traits.h (simple_hashmap_traits::key_type...
2015-06-22  Jan Hubickare PR ipa/65908 (ICE: in expand_thunk, at cgraphunit...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
next