summaryrefslogtreecommitdiff
path: root/gcc/ipa-icf.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR lto/78211 (-fcompare-debug failure with -flto -fno-use-linker-plugin)Jakub Jelinek2016-11-281-1/+4
* Add sem_item::m_hash_set (PR ipa/78309)Martin Liska2016-11-221-8/+9
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR ipa/68035 (ipa performance issue when no procedures are present)Martin Liska2015-11-121-3/+6
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-0/+3
* switch from gimple to gimple*Trevor Saunders2015-09-201-1/+1
* Fix double word typos.Aldy Hernandez2015-07-131-1/+1
* hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford2015-06-251-2/+0
* ipa-icf.h (symbol_compare_hash): New class.Richard Sandiford2015-06-251-4/+5
* hash-table.h: Update comments.Richard Sandiford2015-06-251-4/+1
* re PR ipa/65908 (ICE: in expand_thunk, at cgraphunit.c:1700)Jan Hubicka2015-06-221-10/+4
* ipa-icf.c (sem_function::equals_wpa): Compare thunk info.Jan Hubicka2015-04-241-2/+1
* ipa-icf.c (sem_item::compare_attributes): New function.Jan Hubicka2015-04-231-0/+6
* ipa-icf.c (symbol_compare_collection::symbol_compare_collection): cleanup.Jan Hubicka2015-04-231-1/+14
* remove need for store_values_directlyTrevor Saunders2015-04-181-4/+5
* IPA ICF: enhance hash value calculated in TUJan Hubicka2015-03-241-3/+7
* IPA ICF: include hash values of references.Martin Liska2015-03-221-1/+17
* re PR ipa/65432 (Invalid read of size 1: ipa_icf::sem_item_optimizer::merge_c...Martin Liska2015-03-181-12/+0
* ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P and CXX_DESTURC...Jan Hubicka2015-03-131-12/+0
* re PR ipa/65087 (r220742 causes: ICE: in ipcp_verify_propagated_values, at ip...Martin Liska2015-03-031-4/+7
* ipa-icf.c (sem_variable::equals): Improve debug output; get variable construc...Martin Liska2015-03-021-5/+0
* ipa-icf.c: Include stor-layout.hJan Hubicka2015-03-021-14/+11
* ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.Jan Hubicka2015-03-011-1/+3
* re PR ipa/65245 (internal compiler error: in address_matters_p, at symtab.c:1...Martin Liska2015-03-011-2/+3
* Fix missing condition in symbol_compare_hashmap_traits.Martin Liska2015-02-271-1/+2
* re PR lto/64693 (PCH failed with --with-build-config=bootstrap-lto)Martin Liska2015-02-261-0/+71
* sem_function::bb_dict_test should take a vec<int> *Trevor Saunders2015-02-191-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* IPA ICF: fix memory leak.Martin Liska2014-11-271-1/+1
* re PR bootstrap/63622 (Bootstrap fails on x86_64-apple-darwin1[34] after revi...Martin Liska2014-11-111-1/+3
* IPA ICF pass, part 3/5Martin Liska2014-10-161-0/+553