aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-25/+32
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-7/+10
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-10re PR rtl-optimization/58365 (likely wrong code bug)Jakub Jelinek1-0/+18
2013-08-31This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson1-2/+13
2013-08-30Merge ubsan into trunk.Marek Polacek1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-34/+68
2013-06-06re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson1-1/+1
2013-05-15function.h (has_bb_partition): New rtl_data flag.Teresa Johnson1-1/+1
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+2
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-3/+1
2013-01-30Small cleanup in cleanup_cfg.Marek Polacek1-4/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-11sanitizer.def: Add comment about importance of ordering of BUILT_IN_ASAN_REPO...Jakub Jelinek1-0/+22
2012-11-20re PR debug/55094 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2224)Jakub Jelinek1-3/+25
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-4/+4
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-6/+6
2012-09-19Integrate lexical block into source_location.Dehao Chen1-5/+9
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-1/+1
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+1
2012-06-09re PR c++/53602 (Libre Office causes an internal compiler error)Richard Henderson1-13/+38