]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ipa.c
[Ada] Improved support for aspect alignment in CCG
[thirdparty/gcc.git] / gcc / ipa.c
2020-05-14  Jakub Jelinekopenmp: cgraph support for late declare variant resolution
2020-01-21  Jan HubickaFix updating of call_stmt_site_hash
2020-01-09  Martin JamborMake cgraph_edge::resolve-speculation static
2020-01-08  Martin LiskaUse cgraph_node::dump_{asm_},name where possible.
2020-01-01  Jakub JelinekUpdate copyright years.
2020-01-01  Jan Hubickaipa.c (walk_polymorphic_call_targets): Fix updating...
2019-11-25  Martin Jamboripa: Prevent materialization of clones with removed...
2019-11-13  Jan Hubickaipa.c (cgraph_build_static_cdtor): Pass optimization_de...
2019-10-30  Martin LiskaRemove cgraph_local_info structure.
2019-10-30  Martin LiskaRemove cgraph_global_info.
2019-08-20  Richard Bienerre PR lto/91307 (-flto causes binary to vary)
2019-02-13  Martin LiskaClean up MPX-related stuff.
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-15  Jan Hubickaipa.c (cgraph_build_static_cdtor_1): Add OPTIMIZATION...
2018-11-20  Jan Hubickare PR ipa/87706 (Inlined functions trigger invalid...
2018-11-09  Martin LiskaCome up with -fipa-reference-addressable flag.
2018-06-26  David MalcolmIntroduce dump_location_t
2018-06-08  Martin LiskaRemove MPX
2018-05-30  Jan Hubickapasses.c (ipa_write_summaries): Only modify statements...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-08-08  Martin Liskatrans.c: Include header files.
2017-07-07  Jan Hubickaipa-comdats.c: Remove optimize check from gate.
2017-05-23  Jan Hubickacgraphunit.c (symbol_table::process_new_functions)...
2017-05-23  Martin LiskaIntroduce symtab_node::dump_{asm_,}name functions.
2017-05-23  Jan Hubickaipa-inline-analysis.c (cgraph_2edge_hook_list, [.....
2017-05-22  Jan HubickaMakefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
2017-05-19  Jan Hubickaipa-inline-analysis.c (cgraph_2edge_hook_list, [.....
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-20  Richard Bienercgraphunit.c (analyze_functions): Set node->definition...
2016-10-09  Jakub Jelinektree-ssa.c (target_for_debug_bind, [...]): Use VAR_P...
2016-09-20  Kugan VivekanandarajahAdd IPA VRP
2016-08-18  Richard Bienertree-pass.h (make_pass_materialize_all_clones): Declare.
2016-07-21  Richard Bienerfunction-tests.c (build_trivial_generic_function):...
2016-07-13  Trevor Saundersipa.c: remove static_{ctors,dtors} globals
2016-03-10  Jan Hubickare PR ipa/69589 (ICE in initialize_node_lattices, at...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-07  Jan Hubickare PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28  Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-08-27  Richard Bieneripa.c (cgraph_build_static_cdtor_1): Set DECL_IGNORED_P.
2015-08-12  Trevor SaundersRevert "replace several uses of the anon namespace...
2015-08-11  Trevor Saundersreplace several uses of the anon namespace with GCC_FINAL
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-03  Ilya Enkovichipa.c (symbol_table::remove_unreachable_nodes): Don...
2015-05-24  Jan Hubickaipa-utils.h (method_class_type): Remove.
2015-02-17  Jan Hubickaipa-visibility.c (function_and_variable_visibility...
2015-02-14  Jan Hubickaipa-chkp.c: Use iterate_direct_aliases.
2015-02-11  Jan Hubickaipa.c (symbol_table::remove_unreachable_nodes): Avoid...
2015-02-11  Jan Hubickare PR ipa/65005 (FAIL: c-c++-common/torture/builtin...
2015-02-05  Jan Hubickare PR ipa/61548 (FAIL: gcc.dg/tls/alias-1.c)
2015-01-15  Martin LiskaFix for PR64068 and PR64559.
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-22  Martin Liskasymbol_summary is used for inline_summary.
2014-12-22  Martin Liskaipa-prop uses symbol_summary class.
2014-12-15  Jan Hubickare PR ipa/61602 (ICE in lto1 on x86_64-linux-gnu in...
2014-12-15  Jan Hubicka* ipa.c (process_references): Fix conditoinal on flag_o...
2014-12-11  Jan Hubickare PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321...
2014-11-22  Jan Hubickaipa.c (symbol_table::remove_unreachable_nodes): Mark...
2014-11-18  Jan Hubickaipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
2014-11-05  Ilya Enkovichipa-chkp.c: New.
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-02  Jan Hubickaipa.c (walk_polymorphic_call_targets): Avoid ICE when...
2014-09-20  Jan Hubickare PR tree-optimization/63255 (FAIL: gcc.dg/lto/iparefe...
2014-08-25  Martin LiskaIPA C++ refactoring 4/N
2014-08-20  Jan Hubickacgraphunit.c (ipa_passes, compile): Reshedule symtab_re...
2014-08-02  Trevor Saundersadd a hash_set based on hash_table
2014-07-24  Martin LiskaIPA C++ refactoring 2/N
2014-07-24  Martin LiskaIPA C++ refactoring 1/N
2014-07-09  Trevor Saundersremove has_execute
2014-06-27  Martin LiskaFix for devirtualization dump functions
2014-06-25  Martin LiskaIPA REF refactoring
2014-06-24  Trevor Saundersadd hash_map class
2014-06-24  Jan Hubickavarpool.c (dump_varpool_node): Dump used_by_single_func...
2014-06-11  Jan Hubickavarasm.c (set_implicit_section): New function.
2014-06-09  Jan Hubickasymtab.c (dump_symtab_base): Update dumping.
2014-05-25  Jan Hubickaipa.c (cgraph_non_local_node_p_1, [...]): Move to ipa...
2014-05-24  Jan Hubickatree-core.h (tree_decl_with_vis): Replace comdat_group...
2014-05-21  Jan Hubickaipa.c (ipa_discover_readonly_nonaddressable_var): Fix...
2014-05-20  Xinliang David Liadd dbgcnt support for devirt
2014-05-19  Jan Hubickaipa.c (symtab_remove_unreachable_nodes): Remove symbol...
2014-05-18  Jan Hubickaipa.c (update_visibility_by_resolution_info): New function.
2014-05-16  Jan Hubickavarpool.c (dump_varpool_node): Dump write-only flag.
2014-04-23  David MalcolmChange is-a.h to support typedefs of pointers
2014-04-17  Trevor Saunderspass cfun to pass::execute
2014-04-17  Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17  Trevor Saundersremove has_gate
2014-04-17  Jan Hubickare PR ipa/60854 (inline constructor of extern template)
2014-04-10  Jakub Jelinekre PR lto/60567 (lto1 ICE in add_symbol_to_partition...
2014-04-04  Jan Hubickare PR lto/59626 (/usr/include/bits/unistd.h:173:1:...
2014-04-03  Martin Jamboripa-cp.c (ipcp_verify_propagated_values): Also dump...
2014-03-21  Martin Jamborre PR ipa/59176 (ICE edge points to wrong declaration...
2014-03-21  Martin Jamborre PR middle-end/60419 (ICE Segmentation fault)
next