index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
cfgcleanup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-1
/
+0
2012-07-08
basic-block.h: Re-group most prototypes per file.
Steven Bosscher
1
-1
/
+1
2012-06-17
cfglayout.h: Remove.
Steven Bosscher
1
-1
/
+1
2012-06-09
re PR c++/53602 (Libre Office causes an internal compiler error)
Richard Henderson
1
-13
/
+38
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-05-29
LANGUAGES: Fix typos.
Joseph Myers
1
-1
/
+1
2012-05-26
cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks if CLEANUP_NO...
Eric Botcazou
1
-1
/
+1
2012-05-08
basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb...
Michael Matz
1
-7
/
+7
2012-04-14
cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by call to...
Tom de Vries
1
-14
/
+1
2012-03-28
loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...
Richard Guenther
1
-0
/
+22
2012-03-21
Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.
Richard Guenther
1
-28
/
+0
2011-10-05
invoke.texi (-fshrink-wrap): Document.
Bernd Schmidt
1
-0
/
+10
2011-09-13
cfgcleanup.c (try_head_merge_bb): If get_condition returns NULL for a jump th...
Bernd Schmidt
1
-2
/
+16
2011-08-25
re PR debug/50132 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2234 with...
Richard Henderson
1
-5
/
+14
2011-08-02
re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)
Richard Henderson
1
-0
/
+10
2011-07-19
rtl.texi (MEM_OFFSET_KNOWN_P): Document.
Richard Sandiford
1
-5
/
+7
2011-07-19
rtl.texi (MEM_SIZE_KNOWN_P): Document.
Richard Sandiford
1
-9
/
+11
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-3
/
+1
2011-05-22
cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
Eric Botcazou
1
-4
/
+4
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-2
/
+1
2011-04-07
re PR target/43920 (Choosing conditional execution over conditional branches ...
Tom de Vries
1
-7
/
+20
2011-04-07
re PR target/43920 (Choosing conditional execution over conditional branches ...
Tom de Vries
1
-18
/
+98
2011-04-07
re PR target/43920 (Choosing conditional execution over conditional branches ...
Tom de Vries
1
-20
/
+158
2011-04-05
re PR target/43920 (Choosing conditional execution over conditional branches ...
Tom de Vries
1
-1
/
+4
2011-04-05
cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
Tom de Vries
1
-8
/
+4
2011-03-19
cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...
Anatoly Sokolov
1
-15
/
+11
2011-01-26
re PR rtl-optimization/44469 (internal compiler error: in fixup_reorder_chain...
Eric Botcazou
1
-2
/
+1
2010-12-14
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
Bernd Schmidt
1
-11
/
+330
2010-12-13
re PR debug/46782 (-fcompare-debug failure (length) with -fvar-tracking)
Alexandre Oliva
1
-2
/
+8
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-03
Revert revision 164552.
H.J. Lu
1
-309
/
+8
2010-10-21
cfgcleanup.c (try_forward_edges): Do not throw away previous steps when stopp...
Eric Botcazou
1
-13
/
+20
2010-10-21
basic-block.h (find_fallthru_edge): Define.
Nathan Froyd
1
-18
/
+3
2010-09-27
re PR rtl-optimization/45792 (cris-elf build failure (hangs) due to fix for P...
Hans-Peter Nilsson
1
-9
/
+33
2010-09-24
cfgcleanup.c (flow_find_head_matching_sequence): Terminate when reaching the ...
Bernd Schmidt
1
-1
/
+4
2010-09-23
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
Bernd Schmidt
1
-8
/
+285
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-06-06
Revert accidental commit.
Jan Hubicka
1
-7
/
+1
2010-06-06
df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
Jan Hubicka
1
-1
/
+7
2010-05-17
re PR middle-end/44102 (ICE with asm goto + __builtin_unreachable () in C++)
Jakub Jelinek
1
-14
/
+30
2010-05-11
re PR middle-end/44071 (ICE with asm goto and __builtin_unreachable())
Jakub Jelinek
1
-0
/
+19
2010-04-14
re PR rtl-optimization/21803 ([ia64] gcc produces really odd predicated code)
Bernd Schmidt
1
-26
/
+138
2010-03-16
re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...
Jakub Jelinek
1
-2
/
+2
2009-10-26
re PR bootstrap/41345 (bootstrap comparison failure with --disable-checking)
Jakub Jelinek
1
-6
/
+20
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-12
/
+67
2009-07-25
re PR rtl-optimization/40445 (g++ void f() { __builtin_unreachable(); })
David Daney
1
-2
/
+9
2009-07-25
cfgcleanup.c (old_insns_match_p): Handle the case of empty blocks.
David Daney
1
-1
/
+6
2009-06-22
alias.c: Use REG_P...
Shujing Zhao
1
-3
/
+1
2009-06-13
cfgcleanup.c (old_insns_match_p): Remove code to substitute REG_EQUAL/REG_EQU...
Steven Bosscher
1
-34
/
+0
2009-06-11
re PR c/39252 (Request new feature __builtin_unreachable ())
David Daney
1
-2
/
+6
[next]