aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-icf.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Fix typo in IPA ICFMartin Liska1-1/+1
2016-09-22re PR ipa/77653 (wrong code at -Os and above on x86_64-linux-gnu (in both 32-...Martin Liska1-5/+2
2016-09-15re PR fortran/72743 (ICE in get_constraint_for_ssa_var, at tree-ssa-structali...Chung-Lin Tang1-3/+19
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+1
2016-05-18Set DECL_PT_UID for merged variables in IPA ICF (PR70856).Martin Liska1-0/+2
2016-04-22[PATCH 2/2] (header usage fix) include c++ headers in system.hSzabolcs Nagy1-1/+1
2016-03-21Skip static ctors/dtors in IPA ICF (PR ipa/70306)Martin Liska1-0/+5
2016-03-03decl alignment not respectedAlan Modra1-0/+10
2016-01-15re PR ipa/68148 (Devirtualization only applies to last of multiple successive...Jan Hubicka1-0/+1
2016-01-08ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL w/o DEC...Jan Hubicka1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17ipa-icf.c (sem_item_optimizer::merge): Don't pick 'main' as the source function.Nathan Sidwell1-3/+9
2015-12-09re PR ipa/68790 (gcc.c-torture/execute/20050713-1.c FAILs with -O0 -fipa-icf)Martin Liska1-1/+1
2015-12-06* ipa-icf.c (sem_function::merge): Check that local_original exists.Jan Hubicka1-1/+3
2015-12-04* ipa-inline.c (can_inline_edge_p) Use merged_comdat.Jan Hubicka1-4/+9
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