| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-tree.h, coverage.h, langhooks-def.h, optabs.h, output.h, | kazu | 2005-01-14 | 1 | -2/+0 |
* | Speed up walk_tree by introducing a special-purpose hash table. | austern | 2004-10-14 | 1 | -1/+1 |
* | * configure.ac: Check for COMDAT support. Robustify check for | mmitchel | 2004-09-15 | 1 | -0/+3 |
* | * tree.c (staticp): Return the static object. | rth | 2004-08-27 | 1 | -1/+1 |
* | 2004-08-19 Eric Christopher <echristo@redhat.com> | echristo | 2004-08-19 | 1 | -2/+0 |
* | * alias.c (readonly_fields_p): Remove. | rth | 2004-08-18 | 1 | -2/+0 |
* | 2004-07-28 Eric Christopher <echristo@redhat.com> | echristo | 2004-07-28 | 1 | -3/+0 |
* | * langhooks-def.h (lhd_staticp): Change return type from int to | bernie | 2004-07-25 | 1 | -1/+1 |
* | * langhooks.h (builtin_function): New langhook. | jsm28 | 2004-07-17 | 1 | -0/+2 |
* | * langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, | rth | 2004-07-16 | 1 | -5/+0 |
* | * langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block, | jsm28 | 2004-07-11 | 1 | -16/+2 |
* | 2004-07-08 Joseph S. Myers <jsm@polyomino.org.uk> | jsm28 | 2004-07-08 | 1 | -0/+2 |
* | * langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove. | rth | 2004-07-07 | 1 | -2/+0 |
* | * langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg. | kenner | 2004-07-06 | 1 | -1/+1 |
* | * function.c, langhooks-def.h, langhooks.h: Move max_size hook | kenner | 2004-07-05 | 1 | -2/+2 |
* | * langhooks-def.h (LANG_HOOKS_TYPE_MAX_SIZE): New langhook. | kenner | 2004-07-03 | 1 | -0/+2 |
* | * tree.def (VTABLE_REF): Remove. | rth | 2004-06-23 | 1 | -0/+2 |
* | * c-common.c (lang_gimplify_stmt): Remove next_p argument. | rth | 2004-06-16 | 1 | -4/+0 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -13/+17 |
* | * cgraph.c: Add overall comment. | hubicka | 2004-04-01 | 1 | -0/+2 |
* | * langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook. | kenner | 2004-03-19 | 1 | -1/+3 |
* | * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat): | hubicka | 2004-03-03 | 1 | -1/+2 |
* | * debug.h (struct gcc_debug_hooks): Add type_decl field. | zack | 2004-02-12 | 1 | -2/+0 |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |
* | * expr.h (expand_expr): Make it a macro, not a function. | mmitchel | 2004-01-09 | 1 | -1/+1 |
* | * c-typeck.c (c_convert_parm_for_inlining): Add argnum, which | mrs | 2003-11-12 | 1 | -1/+1 |
* | 2003-10-06 Andrew Haley <aph@redhat.com> | aph | 2003-10-06 | 1 | -0/+3 |
* | PR debug/12066 | mmitchel | 2003-09-17 | 1 | -0/+3 |
* | * coverage.c (create_coverage): Do not call pushlevel/poplevel. | mmitchel | 2003-09-15 | 1 | -0/+1 |
* | * cgraph.h (struct cgraph_node): Rename lowered to analyzed. | rth | 2003-09-10 | 1 | -4/+6 |
* | * langhooks-def.h (lhd_register_builtin_type): New function. | mmitchel | 2003-09-09 | 1 | -0/+3 |
* | * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly. | aj | 2003-09-02 | 1 | -1/+1 |
* | gcc/ | rth | 2003-08-29 | 1 | -1/+12 |
* | Missed part of my patch: | pinskia | 2003-08-19 | 1 | -0/+3 |
* | * langhooks-def.h (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling. | gdr | 2003-08-19 | 1 | -2/+2 |
* | * c-common.c (flag_noniso_default_format_attributes): Delete. | sayle | 2003-08-04 | 1 | -2/+0 |
* | * opts.c (decode_options): Do language-specific initialization for | gdr | 2003-08-03 | 1 | -0/+3 |
* | * opts.c (in_fnames, num_in_fnames): Moved here from c-opts. | bothner | 2003-07-31 | 1 | -2/+0 |
* | Index: ChangeLog | geoffk | 2003-07-11 | 1 | -2/+0 |
* | * java-tree.h (DECL_NUM_STMTS): Rename to... | hubicka | 2003-07-09 | 1 | -1/+4 |
* | * c-common.h (c_comon_handle_filename, | neil | 2003-07-06 | 1 | -0/+4 |
* | * jump.c: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -45/+43 |
* | * c-common.h (c_common_init_options): New prototype. | neil | 2003-07-02 | 1 | -2/+2 |
* | PR 10178 | zack | 2003-06-25 | 1 | -0/+2 |
* | * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro. | hubicka | 2003-06-24 | 1 | -0/+2 |
* | * hooks.c (hook_int_size_t_constcharptr_int_0): New. | neil | 2003-06-11 | 1 | -7/+2 |
* | 2003-05-21 Andrew Haley <aph@redhat.com> | aph | 2003-06-10 | 1 | -1/+4 |
* | * Makefile.in (OJBS, c-opts.o): Update. | neil | 2003-06-07 | 1 | -1/+3 |
* | * tree.c (tree_size): For all 'c' and 'x' nodes, look directly | zack | 2003-04-07 | 1 | -0/+3 |
* | (gcc) | neroden | 2003-03-19 | 1 | -1/+1 |