summaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)Author
2020-08-27vec: add exact argument for various grow functions.Martin Liska
2020-07-10Add -fdump-profile-report.Martin Liska
2020-02-25pass_manager: Fix ICE with -fdump-passes -fdisable-tree-* [PR93874]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-15[mid-end][__RTL] Set global epilogue_completed in skip_passMatthew Malcomson
2019-11-15[mid-end][__RTL] Clean state despite invalid __RTL startwith passesMatthew Malcomson
2019-11-03config.in: Regenerate.Jan Hubicka
2019-10-30Remove cgraph_global_info.Martin Liska
2019-10-11Do not allocate ggc during streaming.Jan Hubicka
2019-08-15Properly register dead cgraph_nodes in passes.c.Martin Liska
2019-07-04re PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains garbage when gcc was co...Richard Biener
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-05-03passes.c (execute_function_todo): Remove dead code.Richard Biener
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-03-01re PR middle-end/89497 (ICE caused by Segmentation Fault when compiling cups ...Richard Biener
2019-02-27passes.c (should_skip_pass_p): Do not skip cgraph-edge building.Richard Biener
2019-01-11re PR bootstrap/88714 (bootstrap comparison failure on armv7l since r265398)Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-11-20re PR ipa/87706 (Inlined functions trigger invalid -Wmissing-profile warning)Jan Hubicka
2018-11-13Improve -fprofile-report.Martin Liska
2018-10-04Fix -fopt-info for plugin passesDavid Malcolm
2018-06-13cgraph.c (cgraph_node::get_untransformed_body): Dump function bodies streamed...Jan Hubicka
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska
2018-06-08Remove cgraph_node::summary_uid and make cgraph_node::uid really unique.Martin Liska
2018-06-08Remove MPXMartin Liska
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka
2018-01-03Update copyright years.Jakub Jelinek
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell
2017-08-08trans.c: Include header files.Martin Liska
2017-07-24passes: Print a header in emergency_dump_functionSegher Boessenkool
2017-06-21DWARF: make it possible to emit debug info for declarations onlyPierre-Marie de Rodat
2017-05-31passes.c: implement pre-ICE emergency dumpingAlexander Monakov
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska
2017-05-11passes.c (execute_function_todo): Verify loops if they are said to be up-to-d...Richard Biener
2017-04-25re PR bootstrap/80509 (ICE in cc1 during selftests)Richard Biener
2017-04-24re PR bootstrap/79814 (pass-instances.def:36:14: error: ‘*<unknown>.gcc::pa...Richard Biener
2017-01-24Add "__RTL" to cc1David Malcolm
2017-01-20omp-offload: use PROP_gimple_lomp_devAlexander Monakov
2017-01-06passes.c: split out pass-skipping logic into subroutinesDavid Malcolm
2017-01-01Update copyright years.Jakub Jelinek
2016-12-20passes.c (execute_one_pass): Handle going out of SSA w/o hitting pass_startwith.Richard Biener
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-09-23sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor