summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+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-5/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Change use to type-based pool allocator in cselib.c.marxin2015-06-011-0/+1
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-1/+2
* gcc/rsandifo2015-05-191-15/+4
* gcc/rsandifo2015-05-191-4/+2
* gcc/rsandifo2015-05-191-10/+4
* Fix indentation issues seen by -Wmisleading-indentationdmalcolm2015-05-051-3/+3
* remove more ifdefs for HAVE_cc0tbsaunde2015-04-221-18/+8
* always define HAVE_cc0tbsaunde2015-04-221-6/+6
* PR rtl-optimization/64916law2015-04-211-4/+44
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-5/+10
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+9
* Update copyright years.jakub2015-01-051-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+8
* 2014-10-22 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-221-1/+1
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+5
* gcc/kyukhin2014-09-231-0/+1
* gcc/rsandifo2014-08-281-13/+3
* gcc/rsandifo2014-08-281-19/+21
* Various condition-handling callsdmalcolm2014-08-261-3/+4
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingdmalcolm2014-08-261-4/+4
* Remove BB_FOOTER scaffoldingdmalcolm2014-08-251-3/+3
* cfgcleanup.c: Use rtx_insn (also touches basic-block.h and ifcvt.c)dmalcolm2014-08-211-40/+42
* Make tablejump_p accept a rtx_jump_table_data **dmalcolm2014-08-191-3/+4
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsdmalcolm2014-08-181-7/+7
* 2014-08-05 Richard Biener <rguenther@suse.de>rguenth2014-08-051-1/+2
* remove has_executetbsaunde2014-07-091-2/+0
* 2014-06-16 Yury Gribov <y.gribov@samsung.com>ygribov2014-06-161-1/+1
* * rtl.h (insn_location): Declare.ebotcazou2014-06-061-12/+11
* gcc/rsandifo2014-05-191-3/+4
* * cfgcleanup.c (try_forward_edges): Use location_t for locations.ebotcazou2014-05-141-3/+4
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-2/+2
* pass cfun to pass::executetbsaunde2014-04-171-20/+17
* remove has_gatetbsaunde2014-04-171-2/+0
* PR rtl-optimization/59724jakub2014-01-091-6/+11
* PR rtl-optimization/58668jakub2014-01-071-14/+10
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-2/+2
* PR bootstrap/59279steven2013-11-241-57/+32
* * jump.c (reset_insn_reg_label_operand_notes): New function,steven2013-11-241-32/+57
* 2013-11-21 Teresa Johnson <tejohnson@google.com>tejohnson2013-11-221-4/+12
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-211-2/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-25/+32
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-7/+10
* Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1