aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-12/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+9
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-5/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator in cselib.c.Martin Liska1-0/+1
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-1/+2
2015-05-19bitmap.c (bitmap_set_range): Handle count==1 specially.Richard Sandiford1-15/+4
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-4/+2
2015-05-19cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.Richard Sandiford1-10/+4
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-3/+3
2015-04-22remove more ifdefs for HAVE_cc0Trevor Saunders1-18/+8
2015-04-22always define HAVE_cc0Trevor Saunders1-6/+6
2015-04-20re PR rtl-optimization/64916 (ira.c update_equiv_regs patch causes gcc/testsu...Shiva Chen1-4/+44
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-5/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-10-22cfgbuild.h: New.Andrew MacLeod1-1/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-23cfgcleanup.c (try_optimize_cfg): Do not remove label with LABEL_PRESERVE_P fl...Ilya Enkovich1-0/+1
2014-08-28rtl.h (replace_label_data): Delete.Richard Sandiford1-13/+3
2014-08-28cfgcleanup.c: Include rtl-iter.h.Richard Sandiford1-19/+21
2014-08-26Various condition-handling callsDavid Malcolm1-3/+4
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm1-4/+4
2014-08-25Remove BB_FOOTER scaffoldingDavid Malcolm1-3/+3
2014-08-21cfgcleanup.c: Use rtx_insn (also touches basic-block.h and ifcvt.c)David Malcolm1-40/+42
2014-08-19Make tablejump_p accept a rtx_jump_table_data **David Malcolm1-3/+4
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm1-7/+7
2014-08-05re PR rtl-optimization/61672 (Less redundant instructions deleted by pre_dele...Richard Biener1-1/+2
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-16New asan-instrumentation-with-call-threshold parameter.Yury Gribov1-1/+1
2014-06-06rtl.h (insn_location): Declare.Eric Botcazou1-12/+11
2014-05-19reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford1-3/+4
2014-05-14cfgcleanup.c (try_forward_edges): Use location_t for locations.Eric Botcazou1-3/+4
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-20/+17
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-01-09re PR rtl-optimization/59724 (ICE : in rtl_verify_bb_layout, at cfgrtl.c)Jakub Jelinek1-6/+11
2014-01-07re PR rtl-optimization/58668 (internal compiler error: in cond_exec_process_i...Jakub Jelinek1-14/+10
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-11-24re PR bootstrap/59279 (r205337 breaks bootstrap with java)Steven Bosscher1-57/+32
2013-11-24jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...Steven Bosscher1-32/+57
2013-11-22re PR target/59233 (C++ failures after revision 205058 on *-apple-darwin* wit...Teresa Johnson1-4/+12
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2