Daily bump.
[gcc.git] / gcc / passes.c
2021-01-04 Jakub JelinekUpdate copyright years.
2020-11-30 Martin Liskaipa: dump symtab to emergency dump file
2020-11-03 Kewen Linpass: Run cleanup passes before SLP [PR96789]
2020-10-28 Jakub Jelineklto: LTO cgraph support for late declare variant resolu...
2020-10-26 Jan HubickaMake default duplicate and insert methods of summaries...
2020-10-22 Jan HubickaMaterialize clones on demand
2020-08-27 Martin Liskavec: add exact argument for various grow functions.
2020-07-10 Martin LiskaAdd -fdump-profile-report.
2020-02-25 Jakub Jelinekpass_manager: Fix ICE with -fdump-passes -fdisable...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-11-15 Matthew Malcomson[mid-end][__RTL] Set global epilogue_completed in skip_pass
2019-11-15 Matthew Malcomson[mid-end][__RTL] Clean state despite invalid __RTL...
2019-11-03 Jan Hubickaconfig.in: Regenerate.
2019-10-30 Martin LiskaRemove cgraph_global_info.
2019-10-11 Jan HubickaDo not allocate ggc during streaming.
2019-08-15 Martin LiskaProperly register dead cgraph_nodes in passes.c.
2019-07-04 Richard Bienerre PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains...
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-03 Richard Bienerpasses.c (execute_function_todo): Remove dead code.
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-01 Richard Bienerre PR middle-end/89497 (ICE caused by Segmentation...
2019-02-27 Richard Bienerpasses.c (should_skip_pass_p): Do not skip cgraph-edge...
2019-01-11 Jakub Jelinekre PR bootstrap/88714 (bootstrap comparison failure...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-20 Jan Hubickare PR ipa/87706 (Inlined functions trigger invalid...
2018-11-13 Martin LiskaImprove -fprofile-report.
2018-10-04 David MalcolmFix -fopt-info for plugin passes
2018-06-13 Jan Hubickacgraph.c (cgraph_node::get_untransformed_body): Dump...
2018-06-08 David MalcolmConvert dump and optgroup flags to enums
2018-06-08 Martin LiskaCome up with cgraph_node::get_uid and make cgraph_node...
2018-06-08 Martin LiskaRemove cgraph_node::summary_uid and make cgraph_node...
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-12-19 Jakub Jelinekread-rtl.c (parse_reg_note_name): Replace Yoda conditio...
2017-10-11 Nathan Sidwell[PATCH] DECL_ASSEMBLER_NAME and friends
2017-08-08 Martin Liskatrans.c: Include header files.
2017-07-24 Segher Boessenkoolpasses: Print a header in emergency_dump_function
2017-06-21 Pierre-Marie de... DWARF: make it possible to emit debug info for declarat...
2017-05-31 Alexander Monakovpasses.c: implement pre-ICE emergency dumping
2017-05-23 Martin LiskaMove symtab_node::dump_table to symbol_table::dump
2017-05-18 Martin LiskaTransform TDF_{lang,tree,ipa,rtl} to dump_kind enum.
2017-05-17 Martin LiskaIntroduce dump_flags_t type and use it instead of int...
2017-05-11 Richard Bienerpasses.c (execute_function_todo): Verify loops if they...
2017-04-25 Richard Bienerre PR bootstrap/80509 (ICE in cc1 during selftests)
2017-04-24 Richard Bienerre PR bootstrap/79814 (pass-instances.def:36:14: error...
2017-01-24 David MalcolmAdd "__RTL" to cc1
2017-01-20 Alexander Monakovomp-offload: use PROP_gimple_lomp_dev
2017-01-06 David Malcolmpasses.c: split out pass-skipping logic into subroutines
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-20 Richard Bienerpasses.c (execute_one_pass): Handle going out of SSA...
2016-11-14 Prasad GhangalMake-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-10-09 Jakub Jelinektree-ssa.c (target_for_debug_bind, [...]): Use VAR_P...
2016-09-23 Jakub Jelineksel-sched-ir.c (sel_global_bb_info, [...]): Remove...
2016-09-01 Martin Seborc-ada-spec.c (dump_ada_function_declaration): Increase...
2016-08-12 Richard Bienerpasses.c (execute_todo): Do not push/pop TV_TODO.
2016-05-06 David MalcolmMove name_to_pass_map into class pass_manager
2016-04-17 Tom de VriesOnly finalize dot files that have been initialized
2016-04-17 Tom de VriesPropagate dump flags in pass_manager::register_pass
2016-04-17 Tom de VriesAdd pass parameter to TERMINATE_PASS_LIST
2016-03-31 Martin LiskaDo not call todo_after for a discarded function
2016-03-15 Tom de VriesFix fdump-ipa-all-graph
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-03 Alan LawrenceEmpty the redirect_edge_var_map after each pass
2015-11-16 Tom de VriesRemove first_pass_instance
2015-11-16 Tom de VriesRemove first_pass_instance from pass_vrp
2015-11-11 Martin LiskaFix various memory leaks
2015-11-04 Martin LiskaPass manager: add support for termination of pass list
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28 Richard Bienercommon.opt (fchecking): New flag controlling flag_checking.
2015-10-28 Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-23 Jeff Law[PATCH] Call flush_ssaname_freelist more often
2015-10-16 Christian Bruelre PR target/67745 ([ARM] wrong alignments when __attri...
2015-09-30 Bernd Schmidt[PATCH] Update SSA_NAME manager to use two lists
2015-09-21 Richard Bienerpasses.c (rest_of_decl_compilation): Do not call dwarf2...
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-09-17 Richard Bienerpasses.c (rest_of_decl_compilation): Always call early_...
2015-08-27 Richard Bienerpasses.c (rest_of_decl_compilation): Guard early_global...
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Richard Bienerre PR tree-optimization/66794 (ICE at -O2 and -O3 on...
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordhash-map-traits.h (simple_hashmap_traits::key_type...
2015-06-25 Richard Sandifordhash-traits.h (string_hash, [...]): New classes.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-13 Iain Sandoere PR bootstrap/66448 (Bootstrap fails on darwin after...
2015-06-09 Andrew MacLeodgcc-plugin.h: Move decls to plugin.h and include it.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05 Aldy HernandezMerge debug-early branch into mainline.
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-04-15 Tom de VriesFix fdump-passes
2015-04-13 Jan Hubickaipa-cp.c (ipcp_driver): Relase prev_edge.
2015-03-25 Richard Bienerpasses.c (pass_manager::execute_early_local_passes...
2015-02-26 Jakub Jelinekpasses.c (ipa_write_summaries_1): Call lto_output_init_...
2015-01-30 Joseph MyersAlways pass explicit location to fatal_error.
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-14 Ilya Verbincgraphunit.c (ipa_passes): Remove argument from ipa_wri...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
next