Age | Commit message (Expand) | Author | Files | Lines |
2004-05-30 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-05-22 | [multiple changes] | Zack Weinberg | 1 | -28/+22 |
2004-05-20 | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | Zack Weinberg | 1 | -18/+10 |
2004-05-19 | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | Zack Weinberg | 1 | -122/+21 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -10/+0 |
2004-04-30 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -8/+8 |
2004-04-29 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -5/+5 |
2004-04-01 | cgraph.c: Add overall comment. | Jan Hubicka | 1 | -95/+281 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -2/+2 |
2004-02-17 | (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION. | Steven Bosscher | 1 | -1/+1 |
2004-01-29 | re PR c++/12850 (memory consumption for heavy template instantiations tripled... | Jan Hubicka | 1 | -0/+3 |
2004-01-19 | cgraph.c (cgraph_remove_node): Fix removal from linked list. | Jan Hubicka | 1 | -1/+1 |
2004-01-14 | cgraph.c (create_edge): Use local.redefined_extern_inline. | Jan Hubicka | 1 | -0/+3 |
2004-01-04 | Makefile.in (cgraph.o, [...]): Add intl.h dependency. | Jan Hubicka | 1 | -4/+11 |
2004-01-01 | re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4) | Jan Hubicka | 1 | -2/+4 |
2003-12-21 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-11-18 | * cgraph.c (change_decl_assembler_name): Avoid bogus warnings. | Jan Hubicka | 1 | -1/+2 |
2003-11-13 | re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot) | Jan Hubicka | 1 | -2/+78 |
2003-11-11 | cgraphunit.c (cgraph_function_possibly_inlined_p): Use really_no_inline. | Jan Hubicka | 1 | -1/+1 |
2003-10-22 | cgraph.c (cgraph_function_possibly_inlined_p): Be conservative when global in... | Jan Hubicka | 1 | -3/+1 |
2003-10-22 | re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun... | Jan Hubicka | 1 | -0/+10 |
2003-10-02 | cgraph.c (cgraph_node): Use INSERT instead of 1 in htab_find_slot_with_hash. | Josef Zlomek | 1 | -5/+5 |
2003-09-26 | cgraph.c (dump_cgraph): Don't output newline before dump. | Kelley Cook | 1 | -4/+6 |
2003-09-25 | cgraph.h (cgraph_remove_edge): Declare. | Richard Sandiford | 1 | -2/+1 |
2003-09-19 | * cgraph.c: Fix typo in debugging output. | Kelley Cook | 1 | -1/+1 |
2003-09-09 | cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated finalization. | Jan Hubicka | 1 | -2/+8 |
2003-09-06 | cgraph.c (cgraph_mark_reachable_node): Only enqueue finalized functions. | Jan Hubicka | 1 | -2/+3 |
2003-09-04 | cgraph.c (cgraph_mark_reachable_node): Split out from ... | Richard Henderson | 1 | -7/+13 |
2003-08-19 | cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol. | Jan Hubicka | 1 | -0/+2 |
2003-08-16 | i386.c (ix86_fntype_regparm): Rename from ... | Jan Hubicka | 1 | -10/+15 |
2003-08-05 | tree.h (DID_INLINE_FUNC): Remove macro. | Steven Bosscher | 1 | -1/+1 |
2003-07-31 | cgraph.c (create_edge): Fix typo. | Jan Hubicka | 1 | -1/+1 |
2003-07-18 | * cgraph.c (cgraph_remove_node): Clear the hash table slot. | Jan Hubicka | 1 | -0/+6 |
2003-07-12 | fp-test.c (main): Use ISO C90 prototype. | Andreas Jaeger | 1 | -43/+25 |
2003-07-12 | cgraph.c (cgraph_max_uid): New global variable. | Jan Hubicka | 1 | -2/+40 |
2003-07-09 | cgraph.c (cgraph_node_name): New function. | Jan Hubicka | 1 | -7/+11 |
2003-07-02 | cgraph.c (cgraph_mark_needed_node, [...]): Use next_needed field instead of a... | Jan Hubicka | 1 | -5/+5 |
2003-06-30 | Makefile.in (GTFILES): Add cgraph.h. | Jan Hubicka | 1 | -47/+33 |
2003-06-28 | builtins.c: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-06-27 | cgraph.c (cgraph_node, [...]): Avoid re-initializing of known_decls. | Jan Hubicka | 1 | -2/+4 |
2003-06-24 | Makefile.in (cgraph.o): Depend on output.h, not depend on tree-inline.h | Jan Hubicka | 1 | -8/+145 |
2003-06-23 | cgraph.c (cgraph_nodes_queue): Declare. | Jan Hubicka | 1 | -2/+52 |
2003-06-16 | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 1 | -5/+5 |
2003-06-12 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-03-08 | Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h. | Jan Hubicka | 1 | -1/+18 |
2003-03-08 | inline-3.c: New test. | Jan Hubicka | 1 | -3/+37 |
2003-03-06 | * cgraph.c (cgraph_node): Do not confuse nested functions and methods. | Jan Hubicka | 1 | -1/+1 |
2003-03-05 | Makefile.in (calls.o, [...]): Depend on cgraph.h | Jan Hubicka | 1 | -0/+16 |
2003-03-05 | i386-local.c: New. | Jan Hubicka | 1 | -0/+30 |
2003-02-22 | expmed.c (expand_divmod): Undo sign extensions for unsigned operands | Jan Hubicka | 1 | -371/+6 |