summaryrefslogtreecommitdiff
path: root/gcc/ipa-icf.c
AgeCommit message (Expand)Author
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka
2017-01-23[PR 79108] Put ipa_node_params to GC memoryMartin Jambor
2017-01-10IPA ICF: make algorithm stable to survive -fcompare-debugMartin Liska
2017-01-10Revert m_classes_vec introduction.Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-12-09re PR ipa/78027 (ICE in new_oacc_loop_routine, at omp-low.c:19000)Cesar Philippidis
2016-11-28re PR lto/78211 (-fcompare-debug failure with -flto -fno-use-linker-plugin)Jakub Jelinek
2016-11-22Add sem_item::m_hash_set (PR ipa/78309)Martin Liska
2016-11-13ipa-icf.c (sem_function::merge): Do not create a wrapper also if the original...Eric Botcazou
2016-10-25Fix 2 typos in IPA ICF passMartin Liska
2016-09-23Fix typo in IPA ICFMartin Liska
2016-09-22re PR ipa/77653 (wrong code at -Os and above on x86_64-linux-gnu (in both 32-...Martin Liska
2016-09-15re PR fortran/72743 (ICE in get_constraint_for_ssa_var, at tree-ssa-structali...Chung-Lin Tang
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-05-18Set DECL_PT_UID for merged variables in IPA ICF (PR70856).Martin Liska
2016-04-22[PATCH 2/2] (header usage fix) include c++ headers in system.hSzabolcs Nagy
2016-03-21Skip static ctors/dtors in IPA ICF (PR ipa/70306)Martin Liska
2016-03-03decl alignment not respectedAlan Modra
2016-01-15re PR ipa/68148 (Devirtualization only applies to last of multiple successive...Jan Hubicka
2016-01-08ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL w/o DEC...Jan Hubicka
2016-01-04Update copyright years.Jakub Jelinek
2015-12-17ipa-icf.c (sem_item_optimizer::merge): Don't pick 'main' as the source function.Nathan Sidwell
2015-12-09re PR ipa/68790 (gcc.c-torture/execute/20050713-1.c FAILs with -O0 -fipa-icf)Martin Liska
2015-12-06* ipa-icf.c (sem_function::merge): Check that local_original exists.Jan Hubicka
2015-12-04* ipa-inline.c (can_inline_edge_p) Use merged_comdat.Jan Hubicka
2015-11-21ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL...Jan Hubicka
2015-11-13re PR ipa/68311 (gcc/ipa-icf.c:3041: possible sequence point error ?)Martin Liska
2015-11-12re PR ipa/68035 (ipa performance issue when no procedures are present)Martin Liska
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-08ipa-icf.c (sem_item::compare_symbol_references): Fix use of availability.Jan Hubicka
2015-10-05Remove remaining uses of REAL_VALUES_IDENTICALRichard Sandiford
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod
2015-07-13Fix double word typos.Aldy Hernandez
2015-07-10ipa-icf.c: Fix typo in dump messageBernhard Reutner-Fischer
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford
2015-06-22re PR ipa/65908 (ICE: in expand_thunk, at cgraphunit.c:1700)Jan Hubicka
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod