aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-icf.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-21ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL...Jan Hubicka1-4/+2
2015-11-13re PR ipa/68311 (gcc/ipa-icf.c:3041: possible sequence point error ?)Martin Liska1-1/+3
2015-11-12re PR ipa/68035 (ipa performance issue when no procedures are present)Martin Liska1-19/+27
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-12/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+13
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-18/+24
2015-10-08ipa-icf.c (sem_item::compare_symbol_references): Fix use of availability.Jan Hubicka1-2/+2
2015-10-05Remove remaining uses of REAL_VALUES_IDENTICALRichard Sandiford1-2/+2
2015-09-20switch from gimple to gimple*Trevor Saunders1-2/+2
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