summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-0/+1
* * regs.h: Do not include obstack.h, basic-block.h.steven2010-05-231-0/+1
* /gccpaolo2009-12-301-1/+1
* Remove trailing white spaces.hjl2009-11-251-4/+4
* * profile.c (total_num_never_executed): Don't define.ian2009-06-171-11/+2
* 2008-10-24 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2008-10-241-1/+1
* PR debug/29609jakub2008-10-071-2/+4
* * profile.c (is_edge_inconsistent): Add debug output; ignore negative counthubicka2008-09-091-12/+63
* * predict.c (maybe_hot_count_p, maybe_hot_edge_p): When profile ishubicka2008-09-011-13/+11
* * ipa-cp.c (ipcp_need_original_clone_p): Remove.hubicka2008-08-311-1/+1
* 2008-08-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>manu2008-08-201-1/+1
* 2008-08-18 Paul Yuan <yingbo.com@gmail.com>spark2008-08-181-55/+145
* * builtins.c (expand_builtin_profile_func): Avoid C++ keywords.ghazi2008-08-061-2/+2
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-27/+20
* gcc/rwild2008-06-061-1/+1
* gcctromey2008-02-261-13/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+5
* * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead ofhubicka2007-05-211-0/+9
* * expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall): Addhubicka2007-01-281-0/+16
* Patch by Tomas Bily <tbily@suse.cz>hubicka2007-01-191-0/+8
* hubicka2006-12-131-3/+1
* * tree-dump.c (dump_enable_all): Rename local variablesteven2006-11-031-1/+1
* PR gcov/profile/26570rakdver2006-08-171-1/+1
* 2006-04-12 Richard Guenther <rguenther@suse.de>rguenth2006-04-121-142/+38
* * predict.c (estimate_probability): Remove.steven2006-03-121-43/+0
* 2006-03-02 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-021-1/+2
* 2006-02-15 Paolo Bonzini <bonzini@gnu.org>bonzini2006-02-151-2/+2
* * tree-vrp.c (execute_vrp): Do not pass dump argument to.rakdver2006-02-061-8/+2
* 2006-01-31 Marcin Dalecki <martin@dalecki.de>dalecki2006-01-311-2/+1
* 2005-12-17 Danny Berlin <dberlin@dberlin.org>zadeck2005-12-171-6/+8
* PR tree-optimization/24225steven2005-10-241-4/+17
* * profile.c (branch_prob): Split edges with goto locus on themhubicka2005-08-031-0/+21
* * profile.c (compute_value_histograms): Fix thinko.hubicka2005-08-011-3/+2
* * Makefile.in (rtl-profile.o): Kill all traces of it.hubicka2005-07-281-69/+10
* * profile.c (rest_of_handle_branch_prob): Fix handling of estimationhubicka2005-07-151-1/+3
* 2005-07-05 Paolo Bonzini <bonzini@gnu.org>bonzini2005-07-051-0/+78
* Update FSF address.kcook2005-06-251-2/+2
* * Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.hubicka2005-05-251-0/+1
* * vec.h: Update API to separate allocation mechanism from type.nathan2005-04-211-1/+1
* * params.c (set_param_value): Use gcc_assert & gcc_unreachable.nathan2005-04-031-18/+10
* * Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H)hubicka2005-03-291-9/+21
* * cfglayout.c, loop-doloop.c, profile.c, target-def.h,kazu2005-03-121-1/+1
* * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,rakdver2005-03-111-2/+2
* 2004-11-15 Dale Johannesen <dalej@apple.com>dalej2004-11-161-1/+4
* * tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.kazu2004-11-161-1/+1
* * profile.c (branch_prob): Call to init_edge_profiler added.hubicka2004-10-281-1/+5
* * profile.c (brnahc_prob): Pass correct value to output_location,bothner2004-09-291-1/+1
* 2004-09-24 Ben Elliston <bje@au.ibm.com>bje2004-09-281-29/+41
* * profile.c: Fix a comment typo.kazu2004-09-261-1/+1
* * profile.c (compute_branch_probabilities): Use REG_BR_PROB noteshubicka2004-09-251-3/+15