summaryrefslogtreecommitdiff
path: root/gcc/ipa-icf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix 2 typos in IPA ICF passmarxin2016-10-251-0/+1
* Fix typo in IPA ICFmarxin2016-09-231-1/+1
* Fix PR ipa/77653marxin2016-09-221-5/+2
* 2016-09-15 Chung-Lin Tang <cltang@codesourcery.com>cltang2016-09-151-3/+19
* PR c/7652mpolacek2016-08-121-1/+1
* Set DECL_PT_UID for merged variables in IPA ICF (PR70856).marxin2016-05-181-0/+2
* [PATCH 2/2] (header usage fix) include c++ headers in system.hnsz2016-04-221-1/+1
* Skip static ctors/dtors in IPA ICF (PR ipa/70306)marxin2016-03-211-0/+5
* decl alignment not respectedamodra2016-03-021-0/+10
* PR ipa/68148hubicka2016-01-151-0/+1
* * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECLhubicka2016-01-081-1/+2
* Update copyright years.jakub2016-01-041-1/+1
* gcc/nathan2015-12-171-3/+9
* Fix PR ipa/68790marxin2015-12-091-1/+1
* * ipa-icf.c (sem_function::merge): Check that local_original exists.hubicka2015-12-061-1/+3
* * ipa-inline.c (can_inline_edge_p) Use merged_comdat.hubicka2015-12-041-4/+9
* * ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL;hubicka2015-11-211-4/+2
* Fix PR ipa/68311marxin2015-11-131-1/+3
* Fix PR ipa/68035marxin2015-11-121-19/+27
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-12/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-14/+13
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-18/+24
* * ipa-icf.c (sem_item::compare_symbol_references): Fix usehubicka2015-10-081-2/+2
* Remove remaining uses of REAL_VALUES_IDENTICALrsandifo2015-10-051-2/+2
* switch from gimple to gimple*tbsaunde2015-09-201-2/+2
* * gimple-pretty-print.h: Don't include pretty-print.h.amacleod2015-07-151-1/+0
* Fix double word typos.aldyh2015-07-131-1/+1
* ipa-icf.c: Fix typo in dump messagealdot2015-07-101-1/+1
* 2015-07-09 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-091-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-17/+5
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-2/+1
* PR ipa/65908hubicka2015-06-221-64/+63
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-7/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* * ipa-utils.h (method_class_type): Remove.hubicka2015-05-241-6/+6
* IPA ICF: add support for debug counter.marxin2015-05-181-1/+3
* * gcov-tool.c (do_merge): Refactore to remove int ret.jakub2015-05-071-1/+1
* * ipa-icf.c (icf_handled_component_p): Remove redundant tests.ebotcazou2015-04-271-3/+2
* * ipa-icf.c (sem_function::equals_wpa): Compare thunk info.hubicka2015-04-241-39/+71
* * ipa-icf.c (sem_item::compare_attributes): New function.hubicka2015-04-231-46/+129
* * ipa-icf.c (symbol_compare_collection::symbol_compare_collection):hubicka2015-04-231-56/+152
* Fix IPA memory leaks.marxin2015-04-171-6/+20
* Fix accidental commit.hubicka2015-04-121-1/+1
* Jan Hubicka <hubicka@ucw.cz>hubicka2015-04-121-15/+18
* Fix PR ipa/65665marxin2015-04-051-4/+6
* Fix PR65557.marxin2015-03-311-2/+2
* IPA ICF: enhance hash value calculated in TUmarxin2015-03-241-14/+146
* PR ipa/65521jakub2015-03-231-2/+2