aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-24re PR target/11787 (always call memcpy for block move in mips16)Sandra Loosemore1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi1-2/+2
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-13/+6
2007-02-19function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle1-31/+35
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-34/+28
2007-02-08value-prof.c (visit_hist, free_hist): Return 1 instead of 0.Jan Hubicka1-2/+2
2007-02-03re PR gcov-profile/30650 (ICE with -fprofile-use)Jan Hubicka1-4/+14
2007-01-31cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-01-28builtins.c (expand_builtin_memset): Fix typo in my last patch.Jan Hubicka1-1/+1
2007-01-28expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka1-2/+82
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily1-1/+250
2006-12-13Makefile.in: Add dependencies.Jan Hubicka1-115/+352
2006-12-11value-prof.c (tree_stringops_transform): New.Jan Hubicka1-13/+280
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-27/+28
2006-11-03tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co...Steven Bosscher1-1/+1
2006-08-17PR gcov/profile/26570Zdenek Dvorak1-10/+1
2006-07-13cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.Jan Hubicka1-1/+5
2006-04-24re PR tree-optimization/22525 (tree based value profiling (-fprofile-use) pro...Richard Guenther1-9/+7
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-08-01profile.c (compute_value_histograms): Fix thinko.Jan Hubicka1-0/+30
2005-07-28Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka1-1024/+36
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+39
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-28tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis): Update pr...Jan Hubicka1-18/+19
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata1-2/+2
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-68/+45
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-1/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-17/+17
2005-04-10value-prof.c (tree_divmod_fixed_value_transform): Fix arguments to build_int_...Richard Sandiford1-1/+2
2005-04-06coverage.h (GCOV_TYPE_NODE): Delete.Richard Sandiford1-1/+2
2005-04-04system.h (GCOV_SIZE_TYPE): Unposion.Richard Sandiford1-0/+1
2005-03-29Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and...Dale Johannesen1-80/+825
2005-03-12value-prof.c (mod_subtract_transform): Remove local variable value.Kazu Hirata1-2/+1
2005-03-10value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-7/+5
2005-02-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-14re PR rtl-optimization/17428 (internal compiler error: in spill_failure, at r...Zdenek Dvorak1-3/+21
2004-11-14global.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-10c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-01Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak1-80/+315
2004-06-23re PR rtl-optimization/15633 (Failure to propagate FDO counters by vpt result...Pat Haugen1-20/+62
2004-05-15basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-10/+84
2004-02-27bb-reorder.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-17/+17
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-3/+3
2003-10-31C90 prototype updates.R. Kelley Cook1-1/+1
2003-10-19Makefile.in (toplev.o): Add value-prof.h dependency.Zdenek Dvorak1-3/+600
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-1/+1