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
/
cfg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-02
Follow-on patch to r197595 to complete the replacement of truncating divides ...
Teresa Johnson
1
-2
/
+1
2013-04-30
function.h (loops_for_fn): New inline function.
Richard Biener
1
-1
/
+1
2013-04-08
First phase of unifying the computation of profile scale factors/probabilitie...
Teresa Johnson
1
-0
/
+1
2013-03-29
Add uniform debug dump function names.
Lawrence Crowl
1
-0
/
+17
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-8
/
+8
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-2
/
+2
2012-10-25
Change hash_table to support a comparator type different from the value type ...
Lawrence Crowl
1
-5
/
+7
2012-10-09
Change more non-GTY hash tables to use the new type-safe template hash table.
Lawrence Crowl
1
-41
/
+40
2012-08-29
* cfg.c (dump_bb_info): Print a newline if there were no edges to dump.
Steven Bosscher
1
-0
/
+4
2012-08-24
predict.c (maybe_hot_frequency_p): New parameter fun.
Martin Jambor
1
-5
/
+8
2012-08-13
basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...
Richard Guenther
1
-1
/
+1
2012-08-07
cfg.c (debug_bb): Do not set TDF_BLOCKS.
Steven Bosscher
1
-1
/
+1
2012-07-20
basic-block.h (BB_FLAGS_TO_PRESERVE): New define.
Steven Bosscher
1
-22
/
+52
2012-07-17
fix botched commit
Steven Bosscher
1
-1
/
+0
2012-07-17
dumpfile.h (TDF_COMMENT): New define.
Steven Bosscher
1
-50
/
+113
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-0
/
+1
2012-07-08
basic-block.h: Re-group most prototypes per file.
Steven Bosscher
1
-261
/
+11
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-05-31
re PR tree-optimization/52558 (write introduction incorrect wrt the C++11 mem...
Aldy Hernandez
1
-2
/
+2
2012-04-27
cfg.c (disconnect_src): Do df_mark_solutions_dirty in the right place.
Steven Bosscher
1
-1
/
+1
2011-07-23
bb-reorder: Split EH edges crossing partitions.
Richard Henderson
1
-1
/
+1
2011-07-20
Dump basic_block flags.
Richard Henderson
1
-0
/
+20
2011-03-23
cfg.c (redirect_edge_succ_nodup): Duplicate the varm map before removing the ...
Jeff Law
1
-1
/
+1
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-08-10
basic-block.h (alloc_aux_for_block, [...]): Delete.
Nathan Froyd
1
-4
/
+4
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-5
/
+5
2010-05-29
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka
1
-4
/
+4
2010-02-24
cfg.c (alloc_aux_for_block): Remove inline.
Rainer Orth
1
-3
/
+3
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-12
/
+12
2009-09-10
ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.
Uros Bizjak
1
-17
/
+17
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2008-07-16
cfg.c (dump_reg_info): Avoid C++ keywords.
Kaveh R. Ghazi
1
-7
/
+7
2008-05-16
[multiple changes]
Diego Novillo
1
-10
/
+14
2008-03-05
cfg.c: Include tree-flow.h.
Aldy Hernandez
1
-0
/
+5
2008-01-16
re PR rtl-optimization/31396 (Inline code performance much worse than out-of-...
Jan Hubicka
1
-0
/
+2
2007-11-14
re PR tree-optimization/34046 (verify_flow_info failed)
Eric Botcazou
1
-2
/
+8
2007-11-05
* cfg.c (dump_cfg_bb_info): Update bb_bitnames to match enum.
Alexandre Oliva
1
-1
/
+3
2007-09-06
typo
Basile Starynkevitch
1
-1
/
+1
2007-09-06
cfg.c (dump_bb_info, dump_edge_info): Added cfun test for
Basile Starynkevitch
1
-5
/
+7
2007-08-30
cfg.c (dump_flow_info): Change to also print entry and exit block info.
Kenneth Zadeck
1
-1
/
+1
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-4
/
+3
2007-07-25
c-lex.c (c_lex_with_flags, lex_string): Constify.
Kaveh R. Ghazi
1
-6
/
+6
2007-07-09
cfghooks.c (remove_edge): New function.
Zdenek Dvorak
1
-1
/
+1
2007-06-11
Merge dataflow branch into mainline
Daniel Berlin
1
-79
/
+142
2007-06-05
cfg.c (init_flow): Use type safe memory macros.
Thomas Neumann
1
-14
/
+15
2007-05-24
re PR middle-end/32018 (ICE on optimization)
Zdenek Dvorak
1
-36
/
+83
2007-01-03
loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.
Zdenek Dvorak
1
-4
/
+17
2006-05-18
Whitespace fixups
Mike Stump
1
-4
/
+4
[next]