summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
Commit message (Expand)AuthorAgeFilesLines
...
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-34/+68
* re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson2013-06-061-1/+1
* function.h (has_bb_partition): New rtl_data flag.Teresa Johnson2013-05-151-1/+1
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+2
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-3/+1
* Small cleanup in cleanup_cfg.Marek Polacek2013-01-301-4/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* sanitizer.def: Add comment about importance of ordering of BUILT_IN_ASAN_REPO...Jakub Jelinek2012-12-111-0/+22
* re PR debug/55094 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2224)Jakub Jelinek2012-11-201-3/+25
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-4/+4
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen2012-09-271-6/+6
* Integrate lexical block into source_location.Dehao Chen2012-09-191-5/+9
* 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