| Commit message (Expand) | Author | Age | Files | Lines |
* | gcc | tromey | 2007-01-10 | 1 | -7/+0 |
* | Merge gimple-tuples-branch into mainline. | aldyh | 2006-12-05 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_mathfn_3): Correct coding style. | sayle | 2006-10-30 | 1 | -4/+5 |
* | * gcc/java/decl.c: Include langhooks.h. | espindola | 2006-10-23 | 1 | -0/+38 |
* | * langhooks.h (struct lang_hooks): Add dwarf_name language hook. | hainque | 2006-05-19 | 1 | -1/+11 |
* | 2006-01-31 Marcin Dalecki <martin@dalecki.de> | dalecki | 2006-01-31 | 1 | -1/+1 |
* | 2006-01-18 Richard Henderson <rth@redhat.com> | dnovillo | 2006-01-18 | 1 | -0/+28 |
* | PR debug/23190 | rth | 2005-09-09 | 1 | -2/+2 |
* | PR c/22013 | jsm28 | 2005-07-05 | 1 | -0/+7 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * alias.c (true_dependence): Remove 'abort' from comments. Use | nathan | 2005-04-21 | 1 | -41/+32 |
* | * c-objc-common.h, c-pretty-print.c, cgraphunit.c, except.c, | kazu | 2005-02-21 | 1 | -1/+1 |
* | PR 18785 | zack | 2005-02-20 | 1 | -0/+6 |
* | Speed up walk_tree by introducing a special-purpose hash table. | austern | 2004-10-14 | 1 | -1/+1 |
* | 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com> | zack | 2004-09-17 | 1 | -3/+3 |
* | gcc: | jsm28 | 2004-09-15 | 1 | -3/+4 |
* | * configure.ac: Check for COMDAT support. Robustify check for | mmitchel | 2004-09-15 | 1 | -0/+8 |
* | PR c++/17412 | steven | 2004-09-11 | 1 | -0/+1 |
* | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | nathan | 2004-09-10 | 1 | -31/+38 |
* | * lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert | nathan | 2004-09-10 | 1 | -38/+31 |
* | * tree.c (staticp): Return the static object. | rth | 2004-08-27 | 1 | -2/+2 |
* | 2004-07-28 Eric Christopher <echristo@redhat.com> | echristo | 2004-07-28 | 1 | -11/+3 |
* | * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter | bernie | 2004-07-25 | 1 | -28/+28 |
* | * langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, | rth | 2004-07-16 | 1 | -22/+0 |
* | * langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block, | jsm28 | 2004-07-11 | 1 | -9/+0 |
* | * c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope | zack | 2004-07-08 | 1 | -19/+3 |
* | * langhooks.c: Don't include gt-langhooks.h. | zack | 2004-07-05 | 1 | -14/+22 |
* | Minor updating of comments. | kenner | 2004-06-24 | 1 | -2/+1 |
* | * c-common.c (lang_gimplify_stmt): Remove next_p argument. | rth | 2004-06-16 | 1 | -10/+0 |
* | * tree-gimple.c: Rename from tree-simple.c. | dnovillo | 2004-05-14 | 1 | -1/+1 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -5/+30 |
* | PR 12267, 12391, 12560, 13129, 14114, 14113 | zack | 2004-03-23 | 1 | -1/+1 |
* | * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () | sayle | 2004-03-14 | 1 | -4/+4 |
* | * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat): | hubicka | 2004-03-03 | 1 | -0/+6 |
* | * 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/+2 |
* | * langhooks.c (lhd_print_error_function): Fix for PR c/13110. | bothner | 2003-12-20 | 1 | -1/+0 |
* | * c-typeck.c (c_convert_parm_for_inlining): Add argnum, which | mrs | 2003-11-12 | 1 | -1/+2 |
* | PR debug/12066 | mmitchel | 2003-09-17 | 1 | -0/+8 |
* | * coverage.c (create_coverage): Do not call pushlevel/poplevel. | mmitchel | 2003-09-15 | 1 | -0/+10 |
* | * cgraph.h (struct cgraph_node): Rename lowered to analyzed. | rth | 2003-09-10 | 1 | -0/+8 |
* | * langhooks-def.h (lhd_register_builtin_type): New function. | mmitchel | 2003-09-09 | 1 | -0/+7 |
* | * langhooks.c (lhd_print_error_function): Move from diagnostic.c. | gdr | 2003-09-07 | 1 | -0/+35 |
* | Missed part of my patch: | pinskia | 2003-08-19 | 1 | -0/+8 |
* | * opts.c (decode_options): Do language-specific initialization for | gdr | 2003-08-03 | 1 | -0/+6 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -1/+1 |
* | PR 11498 | geoffk | 2003-07-17 | 1 | -6/+30 |
* | * jump.c: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -92/+52 |
* | * config/c4x/c4x.c: Don't include "c-tree.h". | ghazi | 2003-06-16 | 1 | -1/+0 |
* | * hooks.c (hook_int_size_t_constcharptr_int_0): New. | neil | 2003-06-11 | 1 | -10/+0 |