summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-0/+11
* PR rtl-optimization/64536jakub2015-01-091-0/+18
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+9
* Update copyright years.jakub2015-01-051-1/+1
* 2014-11-13 Rong Xu <xur@google.com>xur2014-11-141-1/+18
* gcc/ada/rsandifo2014-10-291-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-5/+12
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+5
* * cfgrtl.c ira.c ira-color.c ira-conflicts ira-lives.c: Updatelaw2014-09-191-3/+3
* Replace INSN_DELETED_P with rtx_insn member functionstbsaunde2014-09-161-4/+4
* Introduce LABEL_REF_LABELdmalcolm2014-09-111-1/+1
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-4/+5
* Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTdmalcolm2014-08-281-3/+3
* rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listdmalcolm2014-08-271-3/+3
* Remove DF_REF_INSN scaffoldingdmalcolm2014-08-261-2/+2
* duplicate_insn_chain accepts rtx_insndmalcolm2014-08-261-3/+3
* Strengthen various insn emission functionsdmalcolm2014-08-261-1/+1
* Params of add_insn and unlink_insn_chaindmalcolm2014-08-261-5/+5
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingdmalcolm2014-08-261-70/+26
* Tighten up params of create_basic_block_structuredmalcolm2014-08-261-2/+3
* Add rtx_jump_table_data::get_labels methoddmalcolm2014-08-251-9/+5
* delete_insn_and_edges takes an rtx_insn *dmalcolm2014-08-251-1/+1
* Convert edge_def.insns.r to rtx_insn *dmalcolm2014-08-251-2/+2
* Remove BB_FOOTER scaffoldingdmalcolm2014-08-251-29/+14