summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
Commit message (Expand)AuthorAgeFilesLines
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* basic-block.h: Re-group most prototypes per file.Steven Bosscher2012-07-081-1/+1
* cfglayout.h: Remove.Steven Bosscher2012-06-171-1/+1
* re PR c++/53602 (Libre Office causes an internal compiler error)Richard Henderson2012-06-091-13/+38
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks if CLEANUP_NO...Eric Botcazou2012-05-261-1/+1
* basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb...Michael Matz2012-05-081-7/+7
* cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by call to...Tom de Vries2012-04-141-14/+1
* loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther2012-03-281-0/+22
* Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.Richard Guenther2012-03-211-28/+0
* invoke.texi (-fshrink-wrap): Document.Bernd Schmidt2011-10-051-0/+10
* cfgcleanup.c (try_head_merge_bb): If get_condition returns NULL for a jump th...Bernd Schmidt2011-09-131-2/+16
* re PR debug/50132 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2234 with...Richard Henderson2011-08-251-5/+14
* re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson2011-08-021-0/+10
* rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford2011-07-191-5/+7
* rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford2011-07-191-9/+11
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+1
* cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.Eric Botcazou2011-05-221-4/+4
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* re PR target/43920 (Choosing conditional execution over conditional branches ...Tom de Vries2011-04-071-7/+20
* re PR target/43920 (Choosing conditional execution over conditional branches ...Tom de Vries2011-04-071-18/+98
* re PR target/43920 (Choosing conditional execution over conditional branches ...Tom de Vries2011-04-071-20/+158
* re PR target/43920 (Choosing conditional execution over conditional branches ...Tom de Vries2011-04-051-1/+4
* cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.Tom de Vries2011-04-051-8/+4
* cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...Anatoly Sokolov2011-03-191-15/+11
* re PR rtl-optimization/44469 (internal compiler error: in fixup_reorder_chain...Eric Botcazou2011-01-261-2/+1
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-12-141-11/+330
* re PR debug/46782 (-fcompare-debug failure (length) with -fvar-tracking)Alexandre Oliva2010-12-131-2/+8
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* Revert revision 164552.H.J. Lu2010-11-031-309/+8
* cfgcleanup.c (try_forward_edges): Do not throw away previous steps when stopp...Eric Botcazou2010-10-211-13/+20
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-18/+3
* re PR rtl-optimization/45792 (cris-elf build failure (hangs) due to fix for P...Hans-Peter Nilsson2010-09-271-9/+33
* cfgcleanup.c (flow_find_head_matching_sequence): Terminate when reaching the ...Bernd Schmidt2010-09-241-1/+4
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-09-231-8/+285
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* Revert accidental commit.Jan Hubicka2010-06-061-7/+1
* df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka2010-06-061-1/+7
* re PR middle-end/44102 (ICE with asm goto + __builtin_unreachable () in C++)Jakub Jelinek2010-05-171-14/+30
* re PR middle-end/44071 (ICE with asm goto and __builtin_unreachable())Jakub Jelinek2010-05-111-0/+19
* re PR rtl-optimization/21803 ([ia64] gcc produces really odd predicated code)Bernd Schmidt2010-04-141-26/+138
* re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...Jakub Jelinek2010-03-161-2/+2
* re PR bootstrap/41345 (bootstrap comparison failure with --disable-checking)Jakub Jelinek2009-10-261-6/+20
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-12/+67
* re PR rtl-optimization/40445 (g++ void f() { __builtin_unreachable(); })David Daney2009-07-251-2/+9
* cfgcleanup.c (old_insns_match_p): Handle the case of empty blocks.David Daney2009-07-251-1/+6
* alias.c: Use REG_P...Shujing Zhao2009-06-221-3/+1
* cfgcleanup.c (old_insns_match_p): Remove code to substitute REG_EQUAL/REG_EQU...Steven Bosscher2009-06-131-34/+0
* re PR c/39252 (Request new feature __builtin_unreachable ())David Daney2009-06-111-2/+6