aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-icf.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-1/+0
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10ipa-icf.c: Fix typo in dump messageBernhard Reutner-Fischer1-1/+1
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-2/+1
2015-06-22re PR ipa/65908 (ICE: in expand_thunk, at cgraphunit.c:1700)Jan Hubicka1-64/+63
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-24ipa-utils.h (method_class_type): Remove.Jan Hubicka1-6/+6
2015-05-18IPA ICF: add support for debug counter.Martin Liska1-1/+3
2015-05-07gcov-tool.c (do_merge): Refactore to remove int ret.Aditya Kumar1-1/+1
2015-04-27* ipa-icf.c (icf_handled_component_p): Remove redundant tests.Eric Botcazou1-3/+2
2015-04-24ipa-icf.c (sem_function::equals_wpa): Compare thunk info.Jan Hubicka1-39/+71
2015-04-23ipa-icf.c (sem_item::compare_attributes): New function.Jan Hubicka1-46/+129
2015-04-23ipa-icf.c (symbol_compare_collection::symbol_compare_collection): cleanup.Jan Hubicka1-56/+152
2015-04-17Fix IPA memory leaks.Martin Liska1-6/+20
2015-04-12Fix accidental commit.Jan Hubicka1-1/+1
2015-04-12Jan Hubicka <hubicka@ucw.cz>Jan Hubicka1-15/+18
2015-04-05re PR middle-end/65665 (g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-...Martin Liska1-4/+6
2015-03-31re PR ipa/65557 (ICE: SIGSEGV in hash_table<>::find_slot_with_hash() with -fd...Martin Liska1-2/+2
2015-03-24IPA ICF: enhance hash value calculated in TUJan Hubicka1-14/+146
2015-03-23re PR ipa/65521 (nondeterministic -fcompare-debug failures)Jakub Jelinek1-2/+2
2015-03-22IPA ICF: include hash values of references.Martin Liska1-4/+91
2015-03-19re PR lto/65380 ([ICF] LTO: ICE in add_symbol_to_partition_1, at lto/lto-part...Jan Hubicka1-0/+14
2015-03-18re PR ipa/65432 (Invalid read of size 1: ipa_icf::sem_item_optimizer::merge_c...Martin Liska1-12/+23
2015-03-13ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P and CXX_DESTURC...Jan Hubicka1-88/+56
2015-03-10ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...Jan Hubicka1-68/+60
2015-03-05* ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.Jan Hubicka1-0/+12
2015-03-05re PR ipa/65318 (wrong code at -Os and above on x86_64-linux-gnu)Martin Liska1-0/+5
2015-03-05re PR ipa/65270 (issues with merging memory accesses from different code paths)Jan Hubicka1-0/+22
2015-03-03re PR ipa/65287 (Current trunk ICE in address_matters_p, at symtab.c:1908)Martin Liska1-1/+2
2015-03-03ICF: Use bit or instead of if branch.Martin Liska1-2/+1
2015-03-03re PR ipa/65282 (wrong code at -Os and above on x86_64-linux-gnu)Martin Liska1-1/+1
2015-03-03re PR target/65263 (ICE (error: unrecognizable insn / in insn_min_length, at ...Martin Liska1-5/+22
2015-03-03re PR ipa/65087 (r220742 causes: ICE: in ipcp_verify_propagated_values, at ip...Martin Liska1-8/+18
2015-03-02ipa-icf.c (sem_variable::equals): Improve debug output; get variable construc...Martin Liska1-25/+26
2015-03-02ipa-icf.c: Include stor-layout.hJan Hubicka1-33/+177
2015-03-01ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.Jan Hubicka1-47/+117
2015-03-01re PR ipa/65245 (internal compiler error: in address_matters_p, at symtab.c:1...Martin Liska1-11/+28
2015-03-01ipa-icf.c (sem_function::merge): Fix handling of COMDAT.Jan Hubicka1-20/+29
2015-03-01ICF is more strict about non-common function and varMartin Liska1-0/+35
2015-02-28re PR ipa/65237 (r221040 caused many regressions)Jan Hubicka1-2/+7
2015-02-28re PR bootstrap/65232 (bootstrap failure (ICE in change_symbol_block, at vara...Jan Hubicka1-1/+16
2015-02-27re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka1-159/+290
2015-02-26re PR lto/64693 (PCH failed with --with-build-config=bootstrap-lto)Martin Liska1-0/+125
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-1/+1
2015-02-20re PR target/63892 (gcc.dg/sibcall-3.c fails on darwin with -m32)Jakub Jelinek1-9/+6