summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-14Make flag_thread_jumps a gate of pass_jump_after_combineIlya Leoshkevich
2019-11-12Free dominance info at the beginning of pass_jump_after_combineIlya Leoshkevich
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-10-28Move jump threading before reloadIlya Leoshkevich
2019-09-30Remove global call sets: cfgcleanup.cRichard Sandiford
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford
2019-09-09Remove hard_reg_set_equal_pRichard Sandiford
2019-07-18Make ifcvt clean up dead comparisonsRichard Sandiford
2019-07-09cfgcleanup.c (old_insns_match_p): Check if used hard regs set is equal for bo...Dragan Mladjenovic
2019-04-12re PR rtl-optimization/90026 (ICE: verify_flow_info failed (error: missing ba...Jakub Jelinek
2019-03-09re PR rtl-optimization/89634 (gmp-ecm miscompilation on s390x with -march=zEC...Jakub Jelinek
2019-01-22re PR rtl-optimization/88904 (Basic block incorrectly skipped in jump threadi...Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-12-14re PR rtl-optimization/88470 (ICE in maybe_record_trace_start, at dwarf2cfi.c...Jakub Jelinek
2018-12-03Repeat jump threading after combineIlya Leoshkevich
2018-04-09re PR rtl-optimization/84058 (RTl partitioning fixup should drag very small b...Jan Hubicka
2018-03-02re PR rtl-optimization/84614 (wrong code with u16->u128 extension at aarch64 ...Jakub Jelinek
2018-01-24cfgcleanup.c (try_crossjump_to_edge): Use combine_with_count to merge probabi...Jan Hubicka
2018-01-11re PR rtl-optimization/83575 (ICE: verify_flow_info failed (error: multiple h...Jan Hubicka
2018-01-10Clean up partitioning in try_optimize_cfg (PR bootstrap/82831).Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: REG_ARGS_SIZERichard Sandiford
2017-12-20poly_int: MEM_OFFSET and MEM_SIZERichard Sandiford
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-07-21cfgcleanup.c (flow_find_cross_jump): Do not crossjump across hot/cold regions.Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-22cfgcleanup: Ignore clobbers in bb_is_just_returnSegher Boessenkool
2017-04-18re PR middle-end/80422 (ICE on valid code at -O3 in 32-bit mode on x86_64-lin...Jeff Law
2017-03-27re PR target/80102 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2330)Jakub Jelinek
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-21make tablejump_p return the label as a rtx_insn *Trevor Saunders
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-22make next/prev active_insn and active_insn_p take rtx_insn *Trevor Saunders
2016-05-11cfgcleanup: Handle a branch with just a return in both arms (PR71028)Segher Boessenkool
2016-05-04cfgcleanup: Fold jumps and conditional branches with returnsSegher Boessenkool
2016-05-04cfgcleanup: Bugfix in try_simplify_condjumpSegher Boessenkool
2016-01-04Update copyright years.Jakub Jelinek
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-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod