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
/
predict.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-30
function.h (loops_for_fn): New inline function.
Richard Biener
1
-3
/
+3
2013-04-29
predict.c: Fix typo in comment above #define PROB_VERY_UNLIKELY.
Kyrylo Tkachov
1
-1
/
+1
2013-04-10
passes.c (execute_todo): Do not call ggc_collect conditional here.
Richard Biener
1
-2
/
+2
2013-04-04
re PR tree-optimization/48186 (ICE: SIGFPE (division by zero) in maybe_hot_fr...
Marek Polacek
1
-4
/
+9
2013-03-30
cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.
Steven Bosscher
1
-2
/
+1
2013-03-29
lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...
Jan Hubicka
1
-9
/
+26
2013-03-08
re PR tree-optimization/56478 (ICE: Floating point exception in tree_estimate...
Marek Polacek
1
-29
/
+73
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-09
re PR tree-optimization/48189 (ICE: SIGFPE (division by zero) in in predict_l...
Jakub Jelinek
1
-2
/
+8
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-2
/
+2
2012-11-23
predict.c (maybe_hot_count_p): Use threshold from profiled working set instea...
Teresa Johnson
1
-5
/
+12
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-02
predict.c (predict_loops): Predict also exits not dominating latch.
Jan Hubicka
1
-1
/
+1
2012-11-02
* predict.c (predict_loops): Do not predict infinite loops.
Jan Hubicka
1
-0
/
+5
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+2
2012-10-08
predict.c (predict_loops): Predict for short-circuit conditions.
Dehao Chen
1
-1
/
+83
2012-08-24
predict.c (maybe_hot_frequency_p): New parameter fun.
Martin Jambor
1
-23
/
+22
2012-08-19
re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...
Jan Hubicka
1
-2
/
+4
2012-07-31
predict.c (tree_estimate_probability_driver): Normalize the loop when initial...
Dehao Chen
1
-1
/
+1
2012-07-26
Hot/cold attributes for labels.
Richard Henderson
1
-0
/
+23
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-2
/
+0
2012-07-08
basic-block.h: Re-group most prototypes per file.
Steven Bosscher
1
-0
/
+4
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-05-08
predict.c (find_qualified_ssa_name): New
Dehao Chen
1
-0
/
+378
2012-04-12
cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.
Richard Guenther
1
-1
/
+1
2012-02-13
re PR middle-end/52214 (FAIL: g++.dg/tree-ssa/pr44706.C -std=gnu++* scan-tree...
Jan Hubicka
1
-1
/
+1
2012-02-10
re PR middle-end/48600 (ICE when using cold attribute)
Jan Hubicka
1
-8
/
+19
2011-11-30
predict.c (expr_expected_value_1): Assume compare-and-swap builtin boolean re...
Richard Henderson
1
-11
/
+31
2011-07-26
predict.c (maybe_hot_frequency_p): Make sure a zero entry-block frequency mak...
Richard Guenther
1
-1
/
+1
2011-06-14
re PR middle-end/45098 (Missed induction variable optimization)
Zdenek Dvorak
1
-1
/
+1
2011-06-01
Pass name cleanups
David Li
1
-1
/
+1
2011-04-29
tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node for the remapp...
Richard Guenther
1
-1
/
+1
2011-04-19
cgraph.h (cgraph_optimize_for_size_p): Declare.
Jan Hubicka
1
-7
/
+16
2011-04-11
cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...
Martin Jambor
1
-4
/
+11
2011-04-11
except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...
Martin Jambor
1
-3
/
+4
2011-01-22
re PR target/43884 (Performance degradation for simple fibonacci numbers calc...
Jan Hubicka
1
-1
/
+1
2010-12-16
re PR tree-optimization/46939 (http://blog.regehr.org/archives/320 example 6)
Jan Hubicka
1
-5
/
+31
2010-12-03
basic-block.h (struct edge_prediction): Remove forward declaration.
Laurynas Biveinis
1
-0
/
+9
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-2
/
+1
2010-11-23
tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.
Jan Hubicka
1
-32
/
+0
2010-11-17
timevar.def (TV_IPA_OPT, [...]): New.
Michael Matz
1
-0
/
+2
2010-11-03
re PR tree-optimization/46288 (ICE: SIGSEGV in walk_gimple_op (gimple.c:2857)...
Richard Guenther
1
-3
/
+11
2010-10-16
cgraph.c (dump_cgraph_node): Dump same_comdat_group, only_called_at_startup a...
Jan Hubicka
1
-0
/
+5
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-1
/
+1
2010-08-19
cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.
Nathan Froyd
1
-2
/
+1
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-07-02
re PR middle-end/44706 (Failed to build 483.xalancbmk in SPEC CPU 2006)
Jan Hubicka
1
-1
/
+26
2010-06-29
predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is unreachable.
Jan Hubicka
1
-3
/
+27
2010-05-30
* predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
Jan Hubicka
1
-0
/
+3
2010-04-26
cgraph.c (cgraph_create_node): Set node frequency to normal.
Jan Hubicka
1
-15
/
+35
[next]