aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-26cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks if CLEANUP_NO...Eric Botcazou1-1/+1
2012-05-08basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb...Michael Matz1-7/+7
2012-04-14cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by call to...Tom de Vries1-14/+1
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-0/+22
2012-03-21Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.Richard Guenther1-28/+0
2011-10-05invoke.texi (-fshrink-wrap): Document.Bernd Schmidt1-0/+10
2011-09-13cfgcleanup.c (try_head_merge_bb): If get_condition returns NULL for a jump th...Bernd Schmidt1-2/+16