summaryrefslogtreecommitdiff
path: root/gcc/tree-cfgcleanup.c
AgeCommit message (Expand)Author
2020-01-09Make cgraph_edge::resolve-speculation staticMartin Jambor
2020-01-01Update copyright years.Jakub Jelinek
2019-08-29re PR tree-optimization/91351 (-fstrict-enums generates incorrect code)Jakub Jelinek
2019-04-23re PR debug/90131 (wrong debug info at -O3)Richard Biener
2019-04-18re PR debug/90131 (wrong debug info at -O3)Richard Biener
2019-04-05re PR debug/89892 (gcc generates wrong debug information at -O2)Richard Biener
2019-03-01re PR middle-end/89497 (ICE caused by Segmentation Fault when compiling cups ...Richard Biener
2019-02-27re PR tree-optimization/89280 (ICE: Segmentation fault (in is_gimple_reg_type))Jakub Jelinek
2019-01-26[PR ipa/88933] Careful CFG cleanup in IPA-CP function transformationMartin Jambor
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska
2018-06-19tree-cfgcleanup.c (tree_forwarder_block_p): Do not return false at -O0 if the...Eric Botcazou
2018-06-05tree-cfgcleanup.c (cleanup_control_flow_pre): For edge removal pretend DOM in...Richard Biener
2018-06-04tree-cfgcleanup.c (cleanup_tree_cfg_1): Fold into...Richard Biener
2018-05-24Add a class to represent a gimple match resultRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20[SFN] debug markers before labels no moreAlexandre Oliva
2017-12-13re PR bootstrap/83396 (Bootstrap failures with Statement Frontiers)Alexandre Oliva
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-11-14tree-cfgcleanup.c (cleanup_control_expr_graph): Remove first_p paramter and h...Richard Biener
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-10-10tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Avoid compacting blocks if SCEV ...Richard Biener
2017-09-05Learn CFG cleanup to transform single case switches to gcond.Martin Liska
2017-07-03tree-cfgcleanup.c (want_merge_blocks_p): New function.Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-29tree-cfg.c (group_case_labels_stmt): Return whether we changed anything.Richard Biener
2017-06-19re PR tree-optimization/81118 (ice in remove_redundant_iv_tests)Richard Biener
2017-06-19tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take struct function ...Richard Biener
2017-05-02re PR tree-optimization/80549 (wrong code at -O2 and -O3 in both 32-bit and 6...Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-11-23re PR tree-optimization/78482 (wrong code at -O3 in both 32-bit and 64-bit mo...Richard Biener
2016-11-17re PR c++/78383 (label as values ICE with C++ lambda)Richard Biener
2016-10-06re PR tree-optimization/71661 (wrong code at -O3)Jeff Law
2016-08-17re PR middle-end/77259 (ICE in emit_move_insn since r232167)Jakub Jelinek
2016-08-09re PR tree-optimization/71802 (gcc ICE at -O3 on valid code on x86_64-linux-g...Richard Biener
2016-08-05tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.Richard Biener
2016-05-24tree-cfg.h (should_remove_lhs_p): New predicate.Marek Polacek
2016-01-08PR c++/68983 (BE)Jason Merrill
2016-01-04Update copyright years.Jakub Jelinek
2015-12-16re PR middle-end/68870 (ICE on valid code at -O1, -O2 and -O3 on x86_64-linux...Richard Biener
2015-12-15re PR debug/66688 (compare debug failure building Linux kernel on ppc64le)Jakub Jelinek
2015-12-02re PR tree-optimization/68625 (Segmentation fault in useless_type_conversion_p)Richard Biener
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-14re PR tree-optimization/67915 (ICE on valid code at -O2 and -O3 on x86_64-lin...Richard Biener
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod