aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-11re PR bootstrap/88714 (bootstrap comparison failure on armv7l since r265398)Jakub Jelinek1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-20re PR ipa/87706 (Inlined functions trigger invalid -Wmissing-profile warning)Jan Hubicka1-0/+35
2018-11-13Improve -fprofile-report.Martin Liska1-95/+112
2018-10-04Fix -fopt-info for plugin passesDavid Malcolm1-24/+6
2018-06-13cgraph.c (cgraph_node::get_untransformed_body): Dump function bodies streamed...Jan Hubicka1-0/+8
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-1/+1
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska1-4/+4
2018-06-08Remove cgraph_node::summary_uid and make cgraph_node::uid really unique.Martin Liska1-25/+12
2018-06-08Remove MPXMartin Liska1-38/+0
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-1/+1
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell1-1/+3
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-24passes: Print a header in emergency_dump_functionSegher Boessenkool1-0/+1
2017-06-21DWARF: make it possible to emit debug info for declarations onlyPierre-Marie de Rodat1-5/+6
2017-05-31passes.c: implement pre-ICE emergency dumpingAlexander Monakov1-0/+19
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska1-1/+1
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska1-5/+5
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+2
2017-05-11passes.c (execute_function_todo): Verify loops if they are said to be up-to-d...Richard Biener1-2/+6
2017-04-25re PR bootstrap/80509 (ICE in cc1 during selftests)Richard Biener1-1/+1
2017-04-24re PR bootstrap/79814 (pass-instances.def:36:14: error: ‘*<unknown>.gcc::pa...Richard Biener1-13/+15
2017-01-24Add "__RTL" to cc1David Malcolm1-7/+67
2017-01-20omp-offload: use PROP_gimple_lomp_devAlexander Monakov1-0/+2
2017-01-06passes.c: split out pass-skipping logic into subroutinesDavid Malcolm1-34/+63
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-20passes.c (execute_one_pass): Handle going out of SSA w/o hitting pass_startwith.Richard Biener1-1/+7
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-2/+31
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-3/+3
2016-09-23sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek1-5/+3
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor1-2/+4
2016-08-12passes.c (execute_todo): Do not push/pop TV_TODO.Richard Biener1-19/+20
2016-05-06Move name_to_pass_map into class pass_managerDavid Malcolm1-19/+15
2016-04-17Only finalize dot files that have been initializedTom de Vries1-6/+10
2016-04-17Propagate dump flags in pass_manager::register_passTom de Vries1-1/+5
2016-04-17Add pass parameter to TERMINATE_PASS_LISTTom de Vries1-5/+9
2016-03-31Do not call todo_after for a discarded functionMartin Liska1-17/+27
2016-03-15Fix fdump-ipa-all-graphTom de Vries1-7/+7
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-03Empty the redirect_edge_var_map after each passAlan Lawrence1-0/+2
2015-11-16Remove first_pass_instanceTom de Vries1-4/+0
2015-11-16Remove first_pass_instance from pass_vrpTom de Vries1-0/+14
2015-11-11Fix various memory leaksMartin Liska1-5/+14
2015-11-04Pass manager: add support for termination of pass listMartin Liska1-4/+28
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-26/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+13
2015-10-28common.opt (fchecking): New flag controlling flag_checking.Richard Biener1-1/+1