aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)Author
2019-02-14Backport r268835Martin Liska
2019-01-08backport: re PR rtl-optimization/87475 (ICE in patch_jump_insn, at cfgrtl.c:1...Jakub Jelinek
2019-01-08backport: re PR rtl-optimization/88018 (ICE in insert_insn_on_edge at cfgrtl....Jakub Jelinek
2018-04-09re PR rtl-optimization/84058 (RTl partitioning fixup should drag very small b...Jan Hubicka
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek
2018-01-11re PR rtl-optimization/83575 (ICE: verify_flow_info failed (error: multiple h...Jan Hubicka
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21re PR rtl-optimization/80747 (gcc.dg/tree-ssa/tailrecursion-4.c fails with IC...Jakub Jelinek
2017-12-20[SFN] debug markers before labels no moreAlexandre Oliva
2017-12-19[SFN] start rtl block with label, then markersAlexandre Oliva
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-12-12[SFN] adjust RTL insn-walking APIAlexandre Oliva
2017-11-22re PR rtl-optimization/83030 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2840)Eric Botcazou
2017-11-21Don't split call from its call arg location.Claudiu Zissulescu
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-10-09Replace insn_rtx_cost with insn_cost and pattern_costSegher Boessenkool
2017-07-24cfgrtl: Don't crash in rtl_dump_bb if BB_END(bb) is NULLSegher Boessenkool
2017-07-21bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges): Put all ...Jan Hubicka
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka
2017-07-02cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability consistency.Jan Hubicka
2017-07-01cfgrtl.c (rtl_flow_call_edges_add): Update profile.Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-08cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition instead of fla...Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-26Simplify usage of some TDF_* flags.Martin 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-01-24Add "__RTL" to cc1David Malcolm
2017-01-15Make rtl_split_edge work for jumps that fall through (PR72749)Segher Boessenkool
2017-01-12re PR bootstrap/79069 (Bootstrap failure on s390x-linux while building libgo)Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-21make delete_insn () take a rtx_insn *Trevor Saunders
2016-11-02remove cast in delete_insn_chainTrevor Saunders
2016-10-21make tablejump_p return the label as a rtx_insn *Trevor Saunders
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-08-28make forced labels a vecTrevor Saunders
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-07-19re PR rtl-optimization/71916 (ICE at -O3 on valid code on x86_64-linux-gnu in...Jakub Jelinek
2016-05-11re PR middle-end/70807 (fwprop pass ICE with incoming CDI_DOMINATORS)Ilya Enkovich
2016-01-04Update copyright years.Jakub Jelinek
2015-12-14re PR rtl-optimization/68730 (wrong code at -O3 on x86_64-linux-gnu (in 32-bi...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-10-21unconditionally compile most of the delay slot codeTrevor Saunders
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod