summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gcc/rsandifo2013-09-281-4/+4
* PR rtl-optimization/58365jakub2013-09-101-0/+18
* This patch sanitizes the partitioning to address issues such as edgetejohnson2013-08-311-2/+13
* Merge ubsan into trunk.mpolacek2013-08-301-1/+1
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-34/+68
* 2013-06-06 Teresa Johnson <tejohnson@google.com>tejohnson2013-06-061-1/+1
* 2013-05-15 Teresa Johnson <tejohnson@google.com>tejohnson2013-05-151-1/+1
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-2/+2
* First phase of unifying the computation of profile scale factors/probabilitiestejohnson2013-04-081-3/+1
* Small cleanup in cleanup_cfg.mpolacek2013-01-301-4/+1
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* * sanitizer.def: Add comment about importance of ordering ofjakub2012-12-111-0/+22
* PR middle-end/55094jakub2012-11-201-3/+25
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-4/+4
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+2
* 2012-09-27 Dehao Chen <dehao@google.com>dehao2012-09-271-6/+6
* Integrate lexical block into source_location.dehao2012-09-191-5/+9