| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ... | Zdenek Dvorak | 2007-04-27 | 1 | -13/+6 |
* | function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca... | Roger Sayle | 2007-02-19 | 1 | -31/+35 |
* | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 2007-02-15 | 1 | -34/+28 |
* | value-prof.c (visit_hist, free_hist): Return 1 instead of 0. | Jan Hubicka | 2007-02-08 | 1 | -2/+2 |
* | re PR gcov-profile/30650 (ICE with -fprofile-use) | Jan Hubicka | 2007-02-03 | 1 | -4/+14 |
* | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 2007-01-31 | 1 | -1/+1 |
* | builtins.c (expand_builtin_memset): Fix typo in my last patch. | Jan Hubicka | 2007-01-28 | 1 | -1/+1 |
* | expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ... | Jan Hubicka | 2007-01-28 | 1 | -2/+82 |
* | Patch by Tomas Bily <tbily@suse.cz> | Tomas Bily | 2007-01-19 | 1 | -1/+250 |
* | Makefile.in: Add dependencies. | Jan Hubicka | 2006-12-13 | 1 | -115/+352 |
* | value-prof.c (tree_stringops_transform): New. | Jan Hubicka | 2006-12-11 | 1 | -13/+280 |
* | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 2006-12-05 | 1 | -27/+28 |
* | tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co... | Steven Bosscher | 2006-11-03 | 1 | -1/+1 |
* | PR gcov/profile/26570 | Zdenek Dvorak | 2006-08-17 | 1 | -10/+1 |
* | cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable. | Jan Hubicka | 2006-07-13 | 1 | -1/+5 |
* | re PR tree-optimization/22525 (tree based value profiling (-fprofile-use) pro... | Richard Guenther | 2006-04-24 | 1 | -9/+7 |
* | Makefile.in, [...]: Fix comment/doc typos. | Kazu Hirata | 2005-08-06 | 1 | -1/+1 |
* | profile.c (compute_value_histograms): Fix thinko. | Jan Hubicka | 2005-08-01 | 1 | -0/+30 |
* | Makefile.in (rtl-profile.o): Kill all traces of it. | Jan Hubicka | 2005-07-28 | 1 | -1024/+36 |
* | Makefile.in: Adjust dependencies. | Paolo Bonzini | 2005-07-05 | 1 | -0/+39 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis): Update pr... | Jan Hubicka | 2005-05-28 | 1 | -18/+19 |
* | bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN... | Kazu Hirata | 2005-04-28 | 1 | -2/+2 |
* | Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _... | Zdenek Dvorak | 2005-04-22 | 1 | -68/+45 |
* | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 2005-04-21 | 1 | -1/+1 |
* | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 2005-04-21 | 1 | -17/+17 |
* | value-prof.c (tree_divmod_fixed_value_transform): Fix arguments to build_int_... | Richard Sandiford | 2005-04-10 | 1 | -1/+2 |
* | coverage.h (GCOV_TYPE_NODE): Delete. | Richard Sandiford | 2005-04-06 | 1 | -1/+2 |
* | system.h (GCOV_SIZE_TYPE): Unposion. | Richard Sandiford | 2005-04-04 | 1 | -0/+1 |
* | Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and... | Dale Johannesen | 2005-03-29 | 1 | -80/+825 |
* | value-prof.c (mod_subtract_transform): Remove local variable value. | Kazu Hirata | 2005-03-12 | 1 | -2/+1 |
* | value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 2005-03-10 | 1 | -7/+5 |
* | bitmap.c, [...]: Update copyright. | Kazu Hirata | 2005-02-15 | 1 | -1/+1 |
* | re PR rtl-optimization/17428 (internal compiler error: in spill_failure, at r... | Zdenek Dvorak | 2005-02-14 | 1 | -3/+21 |
* | global.c, [...]: Fix comment typos. | Kazu Hirata | 2004-11-14 | 1 | -2/+2 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-10 | 1 | -1/+1 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-05 | 1 | -2/+2 |
* | Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency. | Zdenek Dvorak | 2004-09-01 | 1 | -80/+315 |
* | re PR rtl-optimization/15633 (Failure to propagate FDO counters by vpt result... | Pat Haugen | 2004-06-23 | 1 | -20/+62 |
* | basic-block.h (life_analysis, [...]): Update prototypes. | Steven Bosscher | 2004-05-15 | 1 | -1/+1 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -10/+84 |
* | bb-reorder.c, [...]: Update copyright. | Kazu Hirata | 2004-02-27 | 1 | -1/+1 |
* | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 2004-02-24 | 1 | -17/+17 |
* | ChangeLog.7: Fix comment typos. | Kazu Hirata | 2003-11-21 | 1 | -3/+3 |
* | C90 prototype updates. | R. Kelley Cook | 2003-10-31 | 1 | -1/+1 |
* | Makefile.in (toplev.o): Add value-prof.h dependency. | Zdenek Dvorak | 2003-10-19 | 1 | -3/+600 |
* | builtins.c: Fix comment typos. | Kazu Hirata | 2003-08-19 | 1 | -1/+1 |
* | combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes. | Zdenek Dvorak | 2003-07-30 | 1 | -3/+8 |
* | basic-block.h: Fix comment typos. | Kazu Hirata | 2003-07-01 | 1 | -1/+1 |
* | value-prof.c: New. | Zdenek Dvorak | 2003-06-26 | 1 | -0/+106 |