Age | Commit message (Expand) | Author | Files | Lines |
2013-10-09 | tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h. | Andrew MacLeod | 1 | -1/+0 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -2/+2 |
2013-09-16 | dumpfile.c (dump_loc): Remove newline emission. | Teresa Johnson | 1 | -2/+2 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-09 | re PR tree-optimization/58294 (ice in update_ssa_across_abnormal_edges, at tr... | Jan Hubicka | 1 | -15/+15 |
2013-08-29 | dumpfile.c (dump_loc): Output column number. | Teresa Johnson | 1 | -5/+9 |
2013-08-19 | value-prof.c (gimple_ic): Fix the bug of adding EH edge. | Dehao Chen | 1 | -2/+1 |
2013-08-13 | cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix... | Jan Hubicka | 1 | -19/+17 |
2013-08-09 | cgraph.h (cgraph_node): Add profile_id. | Jan Hubicka | 1 | -33/+86 |
2013-08-09 | cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs. | Jan Hubicka | 1 | -1/+1 |
2013-06-15 | tree-flow.h (gimple_check_call_matching_types): Add new argument. | Dehao Chen | 1 | -1/+1 |
2013-04-30 | Remove the trayed debug_gimple_stmt | H.J. Lu | 1 | -1/+0 |
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 |