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