aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-icf.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-22Rename inchash::hash::add_wide_intRichard Sandiford1-11/+11
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-0/+6
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-1/+2
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-20/+11
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska1-1/+1
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-2/+2
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-01-23[PR 79108] Put ipa_node_params to GC memoryMartin Jambor1-3/+2
2017-01-10IPA ICF: make algorithm stable to survive -fcompare-debugMartin Liska1-4/+88
2017-01-10Revert m_classes_vec introduction.Martin Liska1-57/+49
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-09re PR ipa/78027 (ICE in new_oacc_loop_routine, at omp-low.c:19000)Cesar Philippidis1-0/+4
2016-11-28re PR lto/78211 (-fcompare-debug failure with -flto -fno-use-linker-plugin)Jakub Jelinek1-92/+112
2016-11-22Add sem_item::m_hash_set (PR ipa/78309)Martin Liska1-38/+26
2016-11-13ipa-icf.c (sem_function::merge): Do not create a wrapper also if the original...Eric Botcazou1-2/+3
2016-10-25Fix 2 typos in IPA ICF passMartin Liska1-0/+1
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