aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-25re PR debug/50132 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2234 with...Richard Henderson1-5/+14
2011-08-02re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson1-0/+10
2011-07-19rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford1-5/+7
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-9/+11
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+1
2011-05-22cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.Eric Botcazou1-4/+4
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-07re PR target/43920 (Choosing conditional execution over conditional branches ...Tom de Vries1-7/+20
2011-04-07re PR target/43920 (Choosing conditional execution over conditional branches ...Tom de Vries1-18/+98
2011-04-07re PR target/43920 (Choosing conditional execution over conditional branches ...Tom de Vries1-20/+158
2011-04-05re PR target/43920 (Choosing conditional execution over conditional branches ...Tom de Vries1-1/+4
2011-04-05cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.Tom de Vries1-8/+4
2011-03-19cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...Anatoly Sokolov1-15/+11
2011-01-26re PR rtl-optimization/44469 (internal compiler error: in fixup_reorder_chain...Eric Botcazou1-2/+1
2010-12-14re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt1-11/+330
2010-12-13re PR debug/46782 (-fcompare-debug failure (length) with -fvar-tracking)Alexandre Oliva1-2/+8
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-03Revert revision 164552.H.J. Lu1-309/+8
2010-10-21cfgcleanup.c (try_forward_edges): Do not throw away previous steps when stopp...Eric Botcazou1-13/+20
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-18/+3
2010-09-27re PR rtl-optimization/45792 (cris-elf build failure (hangs) due to fix for P...Hans-Peter Nilsson1-9/+33
2010-09-24cfgcleanup.c (flow_find_head_matching_sequence): Terminate when reaching the ...Bernd Schmidt1-1/+4
2010-09-23re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt1-8/+285
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-06Revert accidental commit.Jan Hubicka1-7/+1
2010-06-06df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka1-1/+7
2010-05-17re PR middle-end/44102 (ICE with asm goto + __builtin_unreachable () in C++)Jakub Jelinek1-14/+30