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
/
value-prof.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-08
First phase of unifying the computation of profile scale factors/probabilitie...
Teresa Johnson
1
-6
/
+6
2013-03-28
data-streamer-in.c (streamer_read_gcov_count): New function.
Jan Hubicka
1
-0
/
+90
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
-34
/
+26
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-1
/
+1
2012-08-10
tree-ssa-pre.c (pretemp, [...]): Remove.
Richard Guenther
1
-26
/
+13
2012-08-08
tree-call-cdce.c (check_pow): Simplify.
Richard Guenther
1
-4
/
+4
2012-08-07
gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.
Richard Guenther
1
-2
/
+0
2012-08-02
tree-flow.h (make_rename_temp): Remove.
Richard Guenther
1
-3
/
+3
2012-07-23
opts.c (common_handle_option): Do not set flag_value_profile_transformations ...
Steven Bosscher
1
-31
/
+63
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-2
/
+1
2012-07-16
revert: tree.h (phi_arg_d): New field.
Dehao Chen
1
-8
/
+4
2012-07-11
expr.h (can_move_by_pieces): Move prototype from here ...
Steven Bosscher
1
-1
/
+1
2012-07-10
tree.h (phi_arg_d): New field.
Dehao Chen
1
-4
/
+8
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-04-16
cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.
Jan Hubicka
1
-1
/
+1
2012-04-14
cgraph.h: Update copyrights;
Jan Hubicka
1
-7
/
+7
2012-01-03
re PR tree-optimization/51719 (ICE: verify_gimple failed: LHS in noreturn cal...
Jakub Jelinek
1
-7
/
+16
2011-08-10
tree.h (get_pointer_alignment): Remove max-align argument.
Richard Guenther
1
-2
/
+2
2011-06-07
re PR gcov-profile/49299 (ICE in gimple_ic on profile feedback build)
Jakub Jelinek
1
-12
/
+22
2011-04-22
Remove cgraph pid
Xinliang David Li
1
-14
/
+36
2011-04-20
Makefile.in (INTERNAL_FN_DEF, [...]): Define.
Richard Sandiford
1
-0
/
+4
2011-04-11
sanity check ic target
Xinliang David Li
1
-1
/
+22
2011-04-08
gimple.h (gimple_call_fntype): New function.
Richard Guenther
1
-4
/
+1
2011-01-29
* value-prof.c (check_counter): Corrected error message.
Ahmad Sharif
1
-2
/
+6
2011-01-07
re PR bootstrap/47187 (profiledbootstrap failure on i386)
Jakub Jelinek
1
-1
/
+16
2010-12-21
value-prof.c (value_prof_hooks): Remove.
Steven Bosscher
1
-37
/
+2
2010-12-02
value-prof.c (gimple_ic): Use stmt_ends_bb_p to detect the case we need to sp...
Richard Guenther
1
-1
/
+1
2010-12-01
re PR bootstrap/46730 (Failed to profiledbootstrap)
Richard Guenther
1
-2
/
+7
2010-11-30
re PR middle-end/46717 (Compiler segfault in profile-use mode)
Richard Guenther
1
-12
/
+22
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-17
value-prof.c (gimple_divmod_fixed_value_transform): Update the stmt.
Richard Guenther
1
-0
/
+3
2010-11-10
cfgloop.c (verify_loop_structure): Use %' in diagnostics.
Joseph Myers
1
-3
/
+3
2010-10-05
value-prof.c (gimple_divmod_fixed_value): Work on SSA form.
Richard Guenther
1
-22
/
+56
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-1
/
+1
2010-05-29
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka
1
-1
/
+1
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-2
/
+4
2009-11-28
matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...
Jakub Jelinek
1
-6
/
+1
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-23
/
+23
2009-09-23
value-prof.c (gimple_ic): Purge old EH edges only after building the new ones.
Richard Guenther
1
-2
/
+3
2009-09-18
value-prof.c (interesting_stringop_to_profile_p): Added output argument to in...
Neil Vachharajani
1
-14
/
+22
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-119
/
+111
2009-08-06
* value-prof.c (init_pid_map): Replace xmalloc with XCNEWVEC.
Neil Vachharajani
1
-3
/
+2
2009-07-07
c-lex.c: Replace %H by an explicit location.
Manuel López-Ibáñez
1
-3
/
+3
2008-10-24
re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...
Manuel López-Ibáñez
1
-1
/
+1
2008-09-10
value-prof.c (gimple_ic): Fix tuplification bug.
Jan Hubicka
1
-2
/
+1
2008-08-29
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
Jan Hubicka
1
-4
/
+4
2008-08-20
value-prof.c (check_counter): Revert wrong call to error.
Manuel López-Ibáñez
1
-3
/
+2
2008-08-20
profile.c: Update calls to inform.
Manuel López-Ibáñez
1
-4
/
+5
[next]