Age | Commit message (Expand) | Author | Files | Lines |
2004-09-25 | passes.c (rest_of_handle_cfg): Disable const/pure function detection when doi... | Jan Hubicka | 1 | -1/+1 |
2004-09-23 | re PR debug/17389 (ICE in dwarf2out_finish, at dwarf2out.c:13566) | Jan Hubicka | 1 | -14/+0 |
2004-09-18 | re PR pch/13361 (const wchar_t * strings not stored in pch) | Geoffrey Keating | 1 | -1/+2 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -6/+5 |
2004-09-12 | re PR tree-optimization/10528 (Unexpected loop un-optimization when removing ... | Richard Henderson | 1 | -0/+10 |
2004-09-09 | tree-inline.c (expand_call_inline): Make overactive sanity check happy. | Jan Hubicka | 1 | -1/+1 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -44/+22 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2004-09-05 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-08-19 | langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove. | Eric Christopher | 1 | -3/+29 |
2004-08-07 | Make return in memory explicit. | Jason Merrill | 1 | -29/+5 |
2004-08-06 | expr.c (expand_expr_real_1): Remove. | Paolo Bonzini | 1 | -1/+0 |
2004-07-28 | c-common.c (c_common_unsafe_for_reeval): Delete. | Eric Christopher | 1 | -13/+9 |
2004-07-27 | re PR tree-optimization/15077 (ICE in make_decl_rtl when inlining tail recurs... | Richard Kenner | 1 | -3/+16 |
2004-07-22 | integrate.c (copy_decl_for_inlining): Remove invisible reference handling. | Jason Merrill | 1 | -15/+1 |
2004-07-16 | * tree-inline.c (estimate_num_insns_1): Correct increase of count. | Krister Walfridsson | 1 | -1/+1 |
2004-07-16 | tree-def (WITH_SIZE_EXPR): New. | Richard Henderson | 1 | -0/+6 |
2004-07-16 | langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, [...]):... | Richard Henderson | 1 | -71/+98 |
2004-07-07 | tree-inline.c (optimize_inline_calls): Set DECL_INLINED_FNS regardless of DEC... | Steven Bosscher | 1 | -9/+6 |
2004-07-07 | expr.c (expand_expr_real_1): Fix formating. | Andrew Pinski | 1 | -1/+0 |
2004-07-06 | langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove. | Richard Henderson | 1 | -102/+53 |
2004-07-06 | dojump.c (do_jump): REFERENCE_EXPR is dead. | Daniel Berlin | 1 | -1/+0 |
2004-07-05 | langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg. | Richard Kenner | 1 | -41/+35 |
2004-07-05 | tree.h (DECL_SEEN_IN_BIND_EXPR_P): New macro. | Richard Kenner | 1 | -102/+126 |
2004-07-03 | tree-inline.c (initialize_inlined_parameters): Pass proper function context t... | Richard Kenner | 1 | -10/+32 |
2004-07-02 | c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s... | Richard Henderson | 1 | -11/+4 |
2004-06-30 | tree-gimple.c (right_assocify_expr): Kill | Richard Henderson | 1 | -4/+0 |
2004-06-28 | tree.def (REALPART_EXPR, [...]): Change class to 'r'. | Richard Henderson | 1 | -2/+0 |
2004-06-26 | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 1 | -106/+105 |
2004-06-25 | tree-inline.c (remap_type): Arrange to have just one pointer type for each ty... | Richard Kenner | 1 | -20/+31 |
2004-06-24 | Update whitespace and comments | Richard Kenner | 1 | -54/+64 |
2004-06-24 | tree.h (debug_find_tree): Add declaration. | Richard Kenner | 1 | -2/+0 |
2004-06-22 | tree.def (VTABLE_REF): Remove. | Richard Henderson | 1 | -7/+1 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -11/+48 |
2004-06-21 | c-common.c (verify_sequence_points): Export. | Richard Henderson | 1 | -1/+4 |
2004-06-17 | tree-alias-common.c: Add whitespace. | Ben Elliston | 1 | -1/+1 |
2004-06-16 | c-common.def (GOTO_STMT, LABEL_STMT): Remove. | Richard Henderson | 1 | -4/+3 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -12/+5 |
2004-06-15 | tree-flow-inline.h (stmt_ann): Remove use of is_essa_node. | Daniel Berlin | 1 | -4/+0 |
2004-06-09 | tree-complex.c (expand_complex_comparison): Use fold_convert instead of convert. | Andrew Pinski | 1 | -1/+1 |
2004-05-30 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-05-28 | re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) | Paolo Bonzini | 1 | -0/+1 |
2004-05-15 | c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho... | Steven Bosscher | 1 | -5/+5 |
2004-05-13 | tree-gimple.c: Rename from tree-simple.c. | Diego Novillo | 1 | -1/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -774/+1054 |
2004-04-12 | c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL. | Richard Kenner | 1 | -4/+6 |
2004-04-01 | cgraph.c: Add overall comment. | Jan Hubicka | 1 | -36/+145 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -20/+20 |
2004-02-29 | re PR middle-end/13448 (gcc 3.3.2, internal error when -O3 and trying to modi... | Mark Mitchell | 1 | -1/+7 |
2004-02-22 | backport: tree-inline.c (insert_decl_map): New. | Josef Zlomek | 1 | -35/+40 |