]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ipa-icf.h
[Ada] Update headers
[thirdparty/gcc.git] / gcc / ipa-icf.h
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-23  Jakub Jelinekipa-fnsummary.c: Fix comment typos.
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-10-30  Martin LiskaIPA ICF: remove dead code
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-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-08-31  Martin LiskaIPA ICF: make type cache a static field sem_item.
2018-03-13  Martin LiskaFix PTA info in IPA ICF (PR ipa/84658).
2018-01-03  Jakub JelinekUpdate copyright years.
2017-01-10  Martin LiskaRevert m_classes_vec introduction.
2017-01-01  Jakub JelinekUpdate copyright years.
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-01-04  Jakub JelinekUpdate copyright years.
2015-11-12  Martin Liskare PR ipa/68035 (ipa performance issue when no procedur...
2015-10-28  Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-07-13  Aldy HernandezFix double word typos.
2015-06-25  Richard Sandifordhash-map-traits.h (simple_hashmap_traits::key_type...
2015-06-25  Richard Sandifordipa-icf.h (symbol_compare_hash): New class.
2015-06-25  Richard Sandifordhash-table.h: Update comments.
2015-06-22  Jan Hubickare PR ipa/65908 (ICE: in expand_thunk, at cgraphunit...
2015-04-24  Jan Hubickaipa-icf.c (sem_function::equals_wpa): Compare thunk...
2015-04-23  Jan Hubickaipa-icf.c (sem_item::compare_attributes): New function.
2015-04-23  Jan Hubickaipa-icf.c (symbol_compare_collection::symbol_compare_co...
2015-04-18  Trevor Saundersremove need for store_values_directly
2015-03-24  Jan HubickaIPA ICF: enhance hash value calculated in TU
2015-03-22  Martin LiskaIPA ICF: include hash values of references.
2015-03-18  Martin Liskare PR ipa/65432 (Invalid read of size 1: ipa_icf::sem_i...
2015-03-13  Jan Hubickaipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRU...
2015-03-03  Martin Liskare PR ipa/65087 (r220742 causes: ICE: in ipcp_verify_pr...
2015-03-02  Martin Liskaipa-icf.c (sem_variable::equals): Improve debug output...
2015-03-02  Jan Hubickaipa-icf.c: Include stor-layout.h
2015-03-01  Jan Hubickaipa-icf.c (sem_function::init): Fix formating; skip...
2015-03-01  Martin Liskare PR ipa/65245 (internal compiler error: in address_ma...
2015-02-27  Martin LiskaFix missing condition in symbol_compare_hashmap_traits.
2015-02-26  Martin Liskare PR lto/64693 (PCH failed with --with-build-config...
2015-02-19  Trevor Saunderssem_function::bb_dict_test should take a vec<int> *
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-27  Martin LiskaIPA ICF: fix memory leak.
2014-11-11  Martin Liskare PR bootstrap/63622 (Bootstrap fails on x86_64-apple...
2014-10-16  Martin LiskaIPA ICF pass, part 3/5