Age | Commit message (Expand) | Author | Files | Lines |
2006-08-17 | PR gcov/profile/26570 | Zdenek Dvorak | 1 | -1/+1 |
2006-04-12 | profile.c (compute_branch_probabilities): Remove code encapsulated in !ir_typ... | Richard Guenther | 1 | -142/+38 |
2006-03-12 | predict.c (estimate_probability): Remove. | Steven Bosscher | 1 | -43/+0 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -1/+2 |
2006-02-15 | cfg.c (dump_flow_info): Get dump flags as an additional parameter. | Paolo Bonzini | 1 | -2/+2 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -8/+2 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -2/+1 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -6/+8 |
2005-10-24 | re PR tree-optimization/24225 (ICE: segmentation fault in profile.c:branch_prob) | Steven Bosscher | 1 | -4/+17 |
2005-08-03 | profile.c (branch_prob): Split edges with goto locus on them to get proper li... | Jan Hubicka | 1 | -0/+21 |
2005-08-01 | profile.c (compute_value_histograms): Fix thinko. | Jan Hubicka | 1 | -3/+2 |
2005-07-28 | Makefile.in (rtl-profile.o): Kill all traces of it. | Jan Hubicka | 1 | -69/+10 |
2005-07-15 | profile.c (rest_of_handle_branch_prob): Fix handling of estimation after RTL ... | Jan Hubicka | 1 | -1/+3 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+78 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-25 | Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency. | Jan Hubicka | 1 | -0/+1 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -1/+1 |
2005-04-03 | params.c (set_param_value): Use gcc_assert & gcc_unreachable. | Nathan Sidwell | 1 | -18/+10 |
2005-03-29 | Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and... | Dale Johannesen | 1 | -9/+21 |
2005-03-12 | cfglayout.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -2/+2 |
2004-11-16 | profile.c (compute_branch_probabilities): Prevent crash with EH in RTL-based ... | Dale Johannesen | 1 | -1/+4 |
2004-11-16 | tree-cfg.c (bsi_commit_edge_inserts): Remove an argument. | Kazu Hirata | 1 | -1/+1 |
2004-10-28 | profile.c (branch_prob): Call to init_edge_profiler added. | Andreas Krebbel | 1 | -1/+5 |
2004-09-28 | profile.c (brnahc_prob): Pass correct value to output_location, even when USE... | Per Bothner | 1 | -1/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -29/+41 |
2004-09-26 | * profile.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-09-25 | profile.c (compute_branch_probabilities): Use REG_BR_PROB notes when re-const... | Jan Hubicka | 1 | -3/+15 |
2004-09-25 | predict.c (counts_to_freqs): Make glolbal. | Jan Hubicka | 1 | -0/+1 |
2004-09-23 | profile.c (branch_prob): Do not verify flow info in the middle of the pass. | Jan Hubicka | 1 | -4/+0 |
2004-09-23 | cfgexpand.c (add_reg_br_prob_note): New function. | Jan Hubicka | 1 | -1/+2 |
2004-09-16 | profile.c (branch_prob): Restore support for USE_MAPPED_LOCATION. | Frank Ch. Eigler | 1 | -15/+21 |
2004-09-14 | cgraph.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-11 | profile.c (BB_TO_GCOV_INDEX): move more to the front. | Jan Hubicka | 1 | -57/+143 |
2004-09-10 | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 1 | -14/+20 |
2004-09-10 | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 1 | -20/+14 |
2004-09-01 | Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency. | Zdenek Dvorak | 1 | -30/+37 |
2004-08-04 | basic-block.h (profile_staus): New global variable. | Jan Hubicka | 1 | -0/+1 |
2004-07-16 | basic-block.h (remove_fake_exit_edges): Declare. | Richard Henderson | 1 | -3/+2 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -1/+1 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -4/+7 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -379/+83 |
2004-02-27 | bb-reorder.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-24 | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 1 | -51/+51 |
2003-12-13 | c-typeck.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -9/+9 |
2003-10-19 | Makefile.in (toplev.o): Add value-prof.h dependency. | Zdenek Dvorak | 1 | -2/+0 |
2003-09-29 | re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki... | Jan Hubicka | 1 | -0/+21 |
2003-08-02 | libgcov.c (gcov_exit): Cleanup and fix. | Zdenek Dvorak | 1 | -1/+7 |
2003-07-30 | combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes. | Zdenek Dvorak | 1 | -1/+57 |