aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-24cfgrtl: Don't crash in rtl_dump_bb if BB_END(bb) is NULLSegher Boessenkool1-14/+16
2017-07-21bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges): Put all ...Jan Hubicka1-38/+37
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-9/+10
2017-07-02cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability consistency.Jan Hubicka1-6/+4
2017-07-01cfgrtl.c (rtl_flow_call_edges_add): Update profile.Jan Hubicka1-1/+3
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-18/+32
2017-06-08cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition instead of fla...Jan Hubicka1-2/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-16/+12
2017-05-26Simplify usage of some TDF_* flags.Martin Liska1-2/+2
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska1-1/+1
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-4/+4
2017-01-24Add "__RTL" to cc1David Malcolm1-1/+2
2017-01-15Make rtl_split_edge work for jumps that fall through (PR72749)Segher Boessenkool1-1/+2
2017-01-12re PR bootstrap/79069 (Bootstrap failure on s390x-linux while building libgo)Jakub Jelinek1-0/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-21make delete_insn () take a rtx_insn *Trevor Saunders1-3/+2
2016-11-02remove cast in delete_insn_chainTrevor Saunders1-5/+3
2016-10-21make tablejump_p return the label as a rtx_insn *Trevor Saunders1-4/+3
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-08-28make forced labels a vecTrevor Saunders1-1/+2
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-4/+1
2016-07-19re PR rtl-optimization/71916 (ICE at -O3 on valid code on x86_64-linux-gnu in...Jakub Jelinek1-2/+4
2016-05-11re PR middle-end/70807 (fwprop pass ICE with incoming CDI_DOMINATORS)Ilya Enkovich1-3/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-14re PR rtl-optimization/68730 (wrong code at -O3 on x86_64-linux-gnu (in 32-bi...Jakub Jelinek1-0/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-16/+8
2015-10-21unconditionally compile most of the delay slot codeTrevor Saunders1-3/+1
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law1-0/+1
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-30target-insns.def (jump): New targetm instruction pattern.Richard Sandiford1-2/+3
2015-06-30defaults.h (HAVE_epilogue, [...]): Delete.Richard Sandiford1-1/+1
2015-06-25Makefile.in (TARGET_DEF): Add target-insns.def.Richard Sandiford1-10/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-8/+7
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-20/+23
2015-05-19insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.Eric Botcazou1-0/+1
2015-05-09change in_expr_list_p to in_insn_list_pTrevor Saunders1-1/+1
2015-04-28always define HAVE_epilogueTrevor Saunders1-5/+1
2015-04-28always define HAVE_simple_return and HAVE_returnTrevor Saunders1-8/+6
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-9/+3
2015-04-22always define HAVE_cc0Trevor Saunders1-3/+3
2015-04-21cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener1-1/+1
2015-04-14re PR rtl-optimization/65761 (internal compiler error: in patch_jump_insn, at...Jakub Jelinek1-1/+1