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
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
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-15
/
+15
2009-11-23
ipa-cp.c (ipcp_compute_node_scale): Work around completely wrong profile upda...
Jan Hubicka
1
-1
/
+1
2009-11-18
predict.c (compute_function_frequency): Export.
Jan Hubicka
1
-2
/
+1
2009-11-08
cfgrtl.c (pass_free_cfg): Add pass name.
Zbigniew Chamski
1
-1
/
+1
2009-08-12
Recompute profile after Graphite.
Sebastian Pop
1
-88
/
+114
2009-05-25
cgraph.c (dump_cgraph_node): Dump size/time/benefit.
Jan Hubicka
1
-2
/
+2
2009-04-27
collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.
Ian Lance Taylor
1
-2
/
+4
2009-04-20
Fix enum conversions which are invalid in C++:
Ian Lance Taylor
1
-8
/
+8
2008-12-09
* predict.c (estimate_bb_frequencies): Fix test if profile is present.
Jan Hubicka
1
-1
/
+1
2008-12-06
re PR middle-end/38074 (missed inlining on Core2 Duo due to apparent wrong b...
Jan Hubicka
1
-2
/
+38
2008-10-27
re PR tree-optimization/37879 (ICE with "wrong" use of noreturn attribute and...
Jakub Jelinek
1
-1
/
+3
2008-09-08
re PR middle-end/37414 (ICE with -ffast-math)
Jakub Jelinek
1
-1
/
+2
2008-09-02
* predict.c (pass_strip_predict_hints): Avoid bugs dump file.
Jan Hubicka
1
-1
/
+1
2008-09-01
predict.c (maybe_hot_count_p, [...]): When profile is present, use only count...
Jan Hubicka
1
-3
/
+7
2008-08-31
predict.c (maybe_hot_bb_p, [...]): Previous commit mistakely had old version ...
Jan Hubicka
1
-2
/
+2
2008-08-31
postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_for_...
Jan Hubicka
1
-28
/
+18
2008-08-31
cold-attribute-1.c: New testcase.
Jan Hubicka
1
-2
/
+4
2008-08-30
optabs.c (expand_abs_nojump): Update BRANCH_COST call.
Jan Hubicka
1
-0
/
+17
2008-08-30
parse.c (parse_interface): Silence uninitialized var warning.
Jan Hubicka
1
-1
/
+6
2008-08-29
cgraph.c (cgraph_remove_node): Do not remove nested nodes.
Jan Hubicka
1
-0
/
+21
2008-08-29
re PR middle-end/37278 (Revision 139760 causes many failures)
Jan Hubicka
1
-1
/
+1
2008-08-29
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
Jan Hubicka
1
-0
/
+31
2008-08-29
tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loop is not c...
Jan Hubicka
1
-2
/
+18
2008-08-29
cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic.
Jan Hubicka
1
-23
/
+46
2008-08-28
expmed.c (store_bit_field_1): Be prepared for movstrict expander to fail.
Jan Hubicka
1
-6
/
+14
2008-08-06
predict.c (maybe_hot_frequency_p): When profile is absent, all frequencies mi...
Jan Hubicka
1
-0
/
+2
2008-07-29
predict.c (always_optimize_for_size_p): New function.
Jan Hubicka
1
-0
/
+80
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-143
/
+163
[next]