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
/
df-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-17
re PR rtl-optimization/38518 (Excessive compile time with -O3)
Richard Biener
1
-39
/
+202
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-09
Eliminate FOR_ALL_BB macro.
David Malcolm
1
-4
/
+4
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-4
/
+4
2013-12-09
Eliminate last_basic_block macro.
David Malcolm
1
-12
/
+14
2013-12-09
Eliminate BASIC_BLOCK macro.
David Malcolm
1
-9
/
+9
2013-12-09
Eliminate SET_BASIC_BLOCK macro.
David Malcolm
1
-4
/
+4
2013-11-19
Eliminate n_edges macro
David Malcolm
1
-1
/
+1
2013-11-19
Eliminate n_basic_blocks macro
David Malcolm
1
-4
/
+4
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-8
/
+8
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-54
/
+107
2013-07-21
Fix typos.
Ondřej Bílka
1
-1
/
+1
2013-04-12
df-core.c (df_find_def): Compare register numbers.
Steven Bosscher
1
-3
/
+3
2013-03-23
df-core.c (rest_of_handle_df_initialize): Use XCNEWVEC instead of XNEWVEC fol...
Steven Bosscher
1
-5
/
+2
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-5
/
+5
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-5
/
+5
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+3
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-1
/
+1
2012-10-08
bitmap.h (bitmap_and_into): Update prototype.
Steven Bosscher
1
-12
/
+51
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
-0
/
+37
2012-06-24
output.h: (current_function_is_leaf...
Steven Bosscher
1
-2
/
+1
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-10
/
+5
2011-03-20
re PR rtl-optimization/48156 (wrong code with -fcrossjumping)
Jakub Jelinek
1
-5
/
+4
2010-12-14
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
Bernd Schmidt
1
-0
/
+1
2010-11-17
timevar.def (TV_IPA_OPT, [...]): New.
Michael Matz
1
-2
/
+2
2010-11-16
re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...
Eric Botcazou
1
-8
/
+13
2010-11-13
re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...
Alexandre Oliva
1
-23
/
+0
2010-11-03
Revert revision 164552.
H.J. Lu
1
-1
/
+0
2010-09-23
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
Bernd Schmidt
1
-0
/
+1
2010-07-29
re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)
Bernd Schmidt
1
-41
/
+16
2010-06-23
re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 har...
Joern Rennecke
1
-2
/
+2
2010-06-22
Fix version of patch from previous commit ;(
Jan Hubicka
1
-28
/
+48
2010-06-22
df-problems.c (df_rd_confluence_n, [...]): Return true if something changed.
Jan Hubicka
1
-29
/
+67
2010-06-16
* df-core.c (df_compact_blocks): Free problem_temps vector.
Jan Hubicka
1
-0
/
+1
2010-06-12
df-core.c (df_clear_bb_info): New function.
Jan Hubicka
1
-28
/
+56
2010-06-07
df-problems.c (df_lr_problem_data): Add lr_bitmaps.
Jan Hubicka
1
-4
/
+4
2010-06-06
df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
Jan Hubicka
1
-22
/
+24
2010-05-29
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka
1
-11
/
+11
2010-04-14
df-core.c (df_ref_debug): Change format string placeholder from 0x%x to %#x.
Uros Bizjak
1
-1
/
+1
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-02-07
re PR rtl-optimization/42946 (bootstrap with --enable-checking=df (or =all) f...
Andrew Pinski
1
-1
/
+1
2010-01-29
re PR rtl-optimization/42889 ("-fcompare-debug failure (length)" with "-O1 -f...
Jakub Jelinek
1
-0
/
+24
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-89
/
+89
2009-11-08
cfgrtl.c (pass_free_cfg): Add pass name.
Zbigniew Chamski
1
-1
/
+1
2009-06-02
* df-core.c (df_ref_debug): Honor -fdump-noaddr.
Alexandre Oliva
1
-1
/
+7
2009-05-12
df-core.c: Update head documentation.
Paolo Bonzini
1
-20
/
+13
2009-04-27
collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.
Ian Lance Taylor
1
-4
/
+4
[next]