Age | Commit message (Expand) | Author | Files | Lines |
2013-11-11 | Time profiler introduced. | Martin Liska | 1 | -0/+1 |
2013-10-31 | Automated part of renaming of symtab_node_base to symtab_node. | David Malcolm | 1 | -2/+2 |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 1 | -153/+153 |
2013-10-24 | cgraph.c (cgraph_fnver_htab): Move GTY((...)) to be before htab_t. | Sriraman Tallam | 1 | -1/+1 |
2013-10-24 | re PR other/58712 (issues found by --enable-checking=valgrind) | Markus Trippelsdorf | 1 | -5/+5 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -0/+3 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+95 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -10/+10 |
2013-09-25 | cgraph.c (cgraph_resolve_speculation): Use semantical equivalency test. | Jan Hubicka | 1 | -1/+3 |
2013-09-19 | cgraph.c (cgraph_create_edge_1): Avoid uninitialized read of speculative flag. | Jan Hubicka | 1 | -2/+2 |
2013-09-17 | re PR ipa/58398 (gcc.dg/attr-ifunc-4.c runfail regression after r202111) | Bernd Edlinger | 1 | -0/+2 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-05 | ipa-prop.c (remove_described_reference): Accept missing references, return fa... | Martin Jambor | 1 | -1/+1 |
2013-09-01 | Makefile.in: Add ipa-profile.o | Jan Hubicka | 1 | -125/+0 |
2013-08-31 | cgraph.c (cgraph_get_body): Update call of lto_input_function_body. | Jan Hubicka | 1 | -1/+1 |
2013-08-31 | * cgraph.c (cgraph_speculative_call_info): Fix ref lookup | Jan Hubicka | 1 | -1/+1 |
2013-08-30 | cgraph.c (cgraph_function_body_availability): Handle weakref correctly. | Jan Hubicka | 1 | -0/+2 |
2013-08-30 | lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state. | Jan Hubicka | 1 | -1/+4 |
2013-08-26 | cgraph.c (cgraph_propagate_frequency): Do not assume that virtual methods can... | Jan Hubicka | 1 | -1/+4 |
2013-08-26 | cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix formatting... | Jan Hubicka | 1 | -14/+30 |
2013-08-26 | cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; a... | Jan Hubicka | 1 | -6/+15 |
2013-08-25 | cgraph.c (cgraph_turn_edge_to_speculative): Fix debug output. | Jan Hubicka | 1 | -2/+2 |
2013-08-23 | cgraph.c (cgraph_turn_edge_to_speculative): Mark target node as having addres... | Jan Hubicka | 1 | -0/+1 |
2013-08-20 | re PR bootstrap/58186 (LTO profiledbootstrap fails in stage feedback for fort... | Jan Hubicka | 1 | -2/+6 |
2013-08-19 | Makeifle-in (ipa-devirt.o): New. | Jan Hubicka | 1 | -4/+8 |
2013-08-18 | cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record... | Jan Hubicka | 1 | -0/+18 |
2013-08-13 | cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix... | Jan Hubicka | 1 | -12/+36 |
2013-08-10 | * cgraph.c (cgraph_create_edge_1): Clear speculative flag. | Jan Hubicka | 1 | -0/+1 |
2013-08-09 | cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX. | Jan Hubicka | 1 | -0/+5 |
2013-08-09 | cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs. | Jan Hubicka | 1 | -10/+272 |
2013-08-08 | cgraphbuild.c (build_cgraph_edges): Do not walk into debugs. | Jan Hubicka | 1 | -45/+65 |
2013-08-06 | cgraph.c (cgraph_get_body): New function based on lto.c implementation. | Jan Hubicka | 1 | -0/+40 |
2013-08-05 | re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686... | Jan Hubicka | 1 | -1/+1 |
2013-08-02 | cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags. | Jan Hubicka | 1 | -1/+0 |
2013-08-01 | cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin. | Jan Hubicka | 1 | -2/+2 |
2013-07-25 | cgraph.c (release_function_body): Break out from ... | Jan Hubicka | 1 | -12/+27 |
2013-07-25 | lto-symtab.c (lto_cgraph_replace_node): Release function body. | Jan Hubicka | 1 | -9/+12 |
2013-06-15 | tree-flow.h (gimple_check_call_matching_types): Add new argument. | Dehao Chen | 1 | -2/+4 |
2013-06-12 | cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s... | Jan Hubicka | 1 | -0/+2 |
2013-06-11 | c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr... | Jan Hubicka | 1 | -0/+2 |
2013-06-05 | class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o... | Jan Hubicka | 1 | -0/+5 |
2013-06-01 | lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ... | Jan Hubicka | 1 | -19/+17 |
2013-05-29 | cgraph.h (symtab_node_base): Add definition, alias and analyzed flags... | Jan Hubicka | 1 | -19/+47 |
2013-05-21 | re PR tree-optimization/57330 (ICE: verify_gimple failed -O3 [tree-cfg.c:4792]) | Richard Biener | 1 | -0/+1 |
2013-05-17 | lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolve cross module weakrefs. | Jan Hubicka | 1 | -1/+1 |
2013-05-15 | ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header... | Martin Jambor | 1 | -4/+5 |
2013-05-13 | re PR middle-end/42371 (dead code not eliminated during folding with whole-pr... | Martin Jambor | 1 | -1/+8 |
2013-05-08 | re PR lto/54095 (Unnecessary static variable renaming) | Jan Hubicka | 1 | -0/+2 |
2013-04-05 | bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused v... | Steven Bosscher | 1 | -1/+5 |
2013-03-17 | cgraph.h (cgraph_get_create_real_symbol_node): Declare. | Jan Hubicka | 1 | -0/+43 |