summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* cfgrtl: Don't crash in rtl_dump_bb if BB_END(bb) is NULLsegher2017-07-241-14/+16
* * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):hubicka2017-07-211-38/+37
* * profile-count.h (profile_probability::from_reg_br_prob_note,hubicka2017-07-161-9/+10
* * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probabilityhubicka2017-07-021-6/+4
* * cfgrtl.c (rtl_flow_call_edges_add): Update profile.hubicka2017-07-011-1/+3
* * asan.c (asan_emit_stack_protection): Update.hubicka2017-06-291-18/+32
* * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partitionhubicka2017-06-081-2/+1
* 2017-05-23 Jan Hubicka <hubicka@ucw.cz>hubicka2017-06-041-16/+12
* Simplify usage of some TDF_* flags.marxin2017-05-261-2/+2
* Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.marxin2017-05-181-1/+1
* Introduce dump_flags_t type and use it instead of int type.marxin2017-05-171-4/+4
* Add "__RTL" to cc1dmalcolm2017-01-241-1/+2
* Make rtl_split_edge work for jumps that fall through (PR72749)segher2017-01-151-1/+2
* PR bootstrap/79069jakub2017-01-121-0/+4
* Update copyright years.jakub2017-01-011-1/+1
* make delete_insn () take a rtx_insn *tbsaunde2016-11-211-3/+2
* remove cast in delete_insn_chaintbsaunde2016-11-021-5/+3
* make tablejump_p return the label as a rtx_insn *tbsaunde2016-10-211-4/+3
* make LABEL_REF_LABEL a rtx_insn *tbsaunde2016-10-211-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* make forced labels a vectbsaunde2016-08-281-1/+2
* use auto_sbitmap in various placestbsaunde2016-07-261-4/+1
* PR rtl-optimization/71916jakub2016-07-191-2/+4
* gcc/ienkovich2016-05-111-3/+5
* Update copyright years.jakub2016-01-041-1/+1
* PR rtl-optimization/68730jakub2015-12-141-0/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-11/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-8/+8
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-16/+8
* unconditionally compile most of the delay slot codetbsaunde2015-10-211-3/+1
* [PATCH] Move RTL printing code from sched-vis.c into print-rtl.claw2015-10-211-0/+1
* * bb-reorder.c: Don't include obstack.h if backend.h is included.amacleod2015-07-101-1/+0
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-11/+4
* gcc/rsandifo2015-06-301-2/+3
* gcc/rsandifo2015-06-301-1/+1
* gcc/rsandifo2015-06-251-10/+3
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* gcc/rsandifo2015-06-061-8/+7
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-20/+23
* * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.ebotcazou2015-05-191-0/+1
* change in_expr_list_p to in_insn_list_ptbsaunde2015-05-091-1/+1
* always define HAVE_epiloguetbsaunde2015-04-281-5/+1
* always define HAVE_simple_return and HAVE_returntbsaunde2015-04-281-8/+6
* make some HAVE_cc0 code always compiledtbsaunde2015-04-221-9/+3
* always define HAVE_cc0tbsaunde2015-04-221-3/+3
* 2015-04-21 Richard Biener <rguenther@suse.de>rguenth2015-04-211-1/+1
* PR rtl-optimization/65761jakub2015-04-141-1/+1