summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Change use to type-based pool allocator in cselib.c.Martin Liska2015-06-011-0/+1
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-1/+2
* bitmap.c (bitmap_set_range): Handle count==1 specially.Richard Sandiford2015-05-191-15/+4
* rtl.h (REG_NREGS): New macroRichard Sandiford2015-05-191-4/+2
* cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.Richard Sandiford2015-05-191-10/+4
* Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm2015-05-051-3/+3
* remove more ifdefs for HAVE_cc0Trevor Saunders2015-04-221-18/+8
* always define HAVE_cc0Trevor Saunders2015-04-221-6/+6
* re PR rtl-optimization/64916 (ira.c update_equiv_regs patch causes gcc/testsu...Shiva Chen2015-04-201-4/+44
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-5/+10
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+8
* cfgbuild.h: New.Andrew MacLeod2014-10-221-1/+1
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* cfgcleanup.c (try_optimize_cfg): Do not remove label with LABEL_PRESERVE_P fl...Ilya Enkovich2014-09-231-0/+1
* rtl.h (replace_label_data): Delete.Richard Sandiford2014-08-281-13/+3
* cfgcleanup.c: Include rtl-iter.h.Richard Sandiford2014-08-281-19/+21
* Various condition-handling callsDavid Malcolm2014-08-261-3/+4
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm2014-08-261-4/+4
* Remove BB_FOOTER scaffoldingDavid Malcolm2014-08-251-3/+3
* cfgcleanup.c: Use rtx_insn (also touches basic-block.h and ifcvt.c)David Malcolm2014-08-211-40/+42
* Make tablejump_p accept a rtx_jump_table_data **David Malcolm2014-08-191-3/+4
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm2014-08-181-7/+7
* re PR rtl-optimization/61672 (Less redundant instructions deleted by pre_dele...Richard Biener2014-08-051-1/+2
* remove has_executeTrevor Saunders2014-07-091-2/+0
* New asan-instrumentation-with-call-threshold parameter.Yury Gribov2014-06-161-1/+1
* rtl.h (insn_location): Declare.Eric Botcazou2014-06-061-12/+11
* reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford2014-05-191-3/+4
* cfgcleanup.c (try_forward_edges): Use location_t for locations.Eric Botcazou2014-05-141-3/+4
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-2/+2
* pass cfun to pass::executeTrevor Saunders2014-04-171-20/+17
* remove has_gateTrevor Saunders2014-04-171-2/+0
* re PR rtl-optimization/59724 (ICE : in rtl_verify_bb_layout, at cfgrtl.c)Jakub Jelinek2014-01-091-6/+11
* re PR rtl-optimization/58668 (internal compiler error: in cond_exec_process_i...Jakub Jelinek2014-01-071-14/+10
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+2
* re PR bootstrap/59279 (r205337 breaks bootstrap with java)Steven Bosscher2013-11-241-57/+32
* jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...Steven Bosscher2013-11-241-32/+57
* re PR target/59233 (C++ failures after revision 205058 on *-apple-darwin* wit...Teresa Johnson2013-11-221-4/+12
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-211-2/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-25/+32
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-7/+10
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* re PR rtl-optimization/58365 (likely wrong code bug)Jakub Jelinek2013-09-101-0/+18
* This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson2013-08-311-2/+13
* Merge ubsan into trunk.Marek Polacek2013-08-301-1/+1