summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cfgrtl.c: Use rtx subclassesdmalcolm2014-08-211-92/+98
* get_last_bb_insn returns an rtx_insndmalcolm2014-08-201-3/+3
* Fix issue with NULL as_a in duplicate_insn_chaindmalcolm2014-08-201-1/+1
* Return types of unlink_insn_chain and duplicate_insn_chaindmalcolm2014-08-191-6/+6
* emit_* functions return rtx_insndmalcolm2014-08-191-1/+1
* Convert various rtx to rtx_note *dmalcolm2014-08-191-3/+5
* bb_note returns a rtx_note *dmalcolm2014-08-191-2/+2
* Make tablejump_p accept a rtx_jump_table_data **dmalcolm2014-08-191-8/+14
* entry_of_function returns an insndmalcolm2014-08-191-1/+1
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm2014-08-191-38/+38
* Replace BB_HEAD et al macros with functionsdmalcolm2014-08-191-0/+60
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsdmalcolm2014-08-181-37/+37
* remove has_executetbsaunde2014-07-091-3/+0
* Stop the cfglayout code from failing an assert when called from hw-doloop.bernds2014-05-211-8/+8
* gcc/rsandifo2014-05-191-11/+7
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-1/+1
* * cfgcleanup.c (try_forward_edges): Use location_t for locations.ebotcazou2014-05-141-2/+2
* pass cfun to pass::executetbsaunde2014-04-171-44/+41
* remove has_gatetbsaunde2014-04-171-3/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* 2013-12-17 Teresa Johnson <tejohnson@google.com>tejohnson2013-12-171-1/+2
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB_REVERSE macro.dmalcolm2013-12-091-6/+6
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-11/+11
* Eliminate last_basic_block macro.dmalcolm2013-12-091-5/+8
* Eliminate profile_status macro.dmalcolm2013-12-091-3/+3
* Eliminate basic_block_info macro.dmalcolm2013-12-091-2/+2
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-1/+1
* Eliminate SET_BASIC_BLOCK macro.dmalcolm2013-12-091-1/+1
* PR bootstrap/59279steven2013-11-241-21/+10