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/existing-fp8
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
/
df-problems.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-18
df-problems.c (df_rd_confluence_n): Avoid bitmap_copy by using bitmap_and_com...
Richard Biener
1
-4
/
+2
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-09
Eliminate FOR_ALL_BB macro.
David Malcolm
1
-11
/
+11
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-1
/
+1
2013-12-09
Eliminate last_basic_block macro.
David Malcolm
1
-5
/
+5
2013-12-09
Eliminate BASIC_BLOCK macro.
David Malcolm
1
-10
/
+10
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-1
/
+1
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-3
/
+3
2013-07-22
df-problems.c (can_move_insns_across): Exit loop once we find a non-fixed, no...
Po-Chun Chang
1
-1
/
+4
2013-07-21
Fix typos.
Ondřej Bílka
1
-1
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-08
re PR rtl-optimization/55845 (454.calculix miscompares with -march=btver2 -O3...
Jakub Jelinek
1
-2
/
+6
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-1
/
+0
2012-11-12
re PR rtl-optimization/51447 (global register variable definition incorrectly...
Steven Bosscher
1
-1
/
+6
2012-10-17
df-problems.c (df_kill_notes): Split up in two functions.
Steven Bosscher
1
-7
/
+27
2012-10-14
re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)
Steven Bosscher
1
-36
/
+0
2012-10-08
bitmap.h (bitmap_and_into): Update prototype.
Steven Bosscher
1
-95
/
+212
2012-10-02
re PR debug/54551 (DF resets some DEBUG_INSNs unnecessarily)
Alexandre Oliva
1
-5
/
+10
2012-08-17
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
Steven Bosscher
1
-4
/
+4
2012-08-02
re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...
Alexandre Oliva
1
-306
/
+1
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-61
/
+33
2012-07-13
re PR rtl-optimization/53908 (csa removes needed memory load)
Richard Sandiford
1
-0
/
+13
2012-06-28
re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)
Alexandre Oliva
1
-0
/
+12
2012-06-25
re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)
Richard Sandiford
1
-24
/
+24
2012-06-25
re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)
Richard Sandiford
1
-24
/
+24
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-04-13
re PR debug/48866 (gcc hangs when -g is set)
Alexandre Oliva
1
-94
/
+185
2012-04-13
df-problems.c (df_note_bb_compute): Do not take note of debug uses for whose ...
Alexandre Oliva
1
-1
/
+6
2012-01-30
df-problems.c (df_kill_notes): Check that the use refers to the note under ex...
Paolo Bonzini
1
-2
/
+4
2012-01-19
re PR rtl-optimization/51505 (ICE: in form_sum, at reload.c:5349 with -O --pa...
Andrey Belevantsev
1
-3
/
+44
2011-08-26
df-problems.c (df_note_bb_compute): Pass uses rather than defs to df_set_dead...
Richard Sandiford
1
-1
/
+1
2011-07-07
re PR debug/49522 (Divide by zero in validate_subreg in emit-rtl.c:695)
Jakub Jelinek
1
-2
/
+22
2011-06-15
df-problems.c (df_lr_local_compute): Manually CSE PIC_OFFSET_TABLE_REGNUM.
Jeff Law
1
-3
/
+4
2011-05-04
re PR rtl-optimization/47612 (RTL crash when cc0 setter moved away from cc0 u...
Bernd Schmidt
1
-2
/
+9
2011-03-19
cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...
Anatoly Sokolov
1
-7
/
+4
2011-01-26
re PR libgomp/47464 (Many gomp failures)
Jeff Law
1
-1
/
+1
2010-12-14
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
Bernd Schmidt
1
-0
/
+318
2010-11-16
re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...
Eric Botcazou
1
-2
/
+5
2010-11-09
re PR debug/46171 (ICE: in gen_rtx_SUBREG, at emit-rtl.c:774 with -fno-tree-d...
Jakub Jelinek
1
-21
/
+59
2010-11-03
Revert revision 164552.
H.J. Lu
1
-316
/
+0
2010-09-23
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
Bernd Schmidt
1
-0
/
+316
2010-08-04
re PR rtl-optimization/45162 (ARM bootstrap comparison failures after stage 3)
Bernd Schmidt
1
-1
/
+1
2010-07-29
re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)
Bernd Schmidt
1
-460
/
+156
2010-07-02
df-problems.c (df_kill_notes): Do not collect dead notes.
Jan Hubicka
1
-90
/
+38
2010-06-22
Fix version of patch from previous commit ;(
Jan Hubicka
1
-4
/
+8
2010-06-22
df-problems.c (df_rd_confluence_n, [...]): Return true if something changed.
Jan Hubicka
1
-19
/
+23
2010-06-12
df-core.c (df_clear_bb_info): New function.
Jan Hubicka
1
-119
/
+27
2010-06-11
df-problems.c (df_live_scratch): Convert to bitmap_head.
Jan Hubicka
1
-8
/
+9
2010-06-10
df-problems.c (df_live_problem_data): Add live_bitmaps.
Jan Hubicka
1
-54
/
+63
2010-06-07
re PR middle-end/44454 (Many new failures)
Jan Hubicka
1
-4
/
+10
[next]