cgraph.h: Update copyrights;
[gcc.git] / gcc / cgraphunit.c
2012-04-14 Jan Hubickacgraph.h: Update copyrights;
2012-04-12 Richard GuentherMakefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.
2012-04-10 Richard Guenthertoplev.h (tree_rest_of_compilation): Remove.
2012-04-10 Richard Guenthertree-pass.h (tree_lowering_passes): Remove.
2012-03-29 Richard Guenthercgraph.h (cgraph_materialize_all_clones): Remove.
2012-02-16 Jakub Jelinekre PR middle-end/51929 (ICE: verify_cgraph_node failed...
2012-02-16 Jakub Jelinekre PR translation/52264 (translatable string typo:...
2012-02-10 Richard Guentherre PR translation/52193 (Bad translatable string: faile...
2012-02-02 Jan Hubickare PR middle-end/51998 (compiler hangs on self-recursiv...
2012-01-24 Jason Merrillre PR c++/51812 (Virtual public inheritance and thunks...
2012-01-11 Eric Botcazoutree.h (build_function_decl_skip_args): Add boolean...
2012-01-06 Jakub Jelinekre PR target/47333 (g++.dg/lto/20091219 FAILs on Solari...
2011-12-14 Dmitry VyukovRevert the previous "Fix flags for edges from/to entry...
2011-12-12 Dmitry VyukovFix flags for edges from/to entry/exit basic blocks.
2011-12-05 Richard Guenthercgraph.c (cgraph_create_edge_1): Initialize call_stmt_c...
2011-12-01 Patrick Marlierre PR middle-end/51273 (ICE: vector VEC(inline_summary_...
2011-11-12 Jan Hubickare PR bootstrap/50822 (Solaris/SPARC bootstrap failure...
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-10-31 Paul Brookcgraphunit.c: Don't mark clones as static constructors.
2011-10-21 Jan Hubickacgraph.c (dump_cgraph_node): Dump alias flag.
2011-10-19 Jan HubickaOops, old revision of patch..
2011-10-19 Jan Hubickacgraphunit.c (handle_alias_pairs): Also handle wekref...
2011-10-16 Jan Hubickare PR middle-end/48668 (COMDAT Group signature not...
2011-10-02 Jan Hubicka* cgraphunit.c (verify_edge_count_and_frequency): Bound...
2011-10-02 Jan Hubickacgraphunit.c (ipa_passes): Remove unrechable nodes.
2011-09-27 Andi Kleeninvoke.texi (ffat-lto-objects): Document.
2011-09-13 Jan Hubickare PR other/49533 (Revision 174989 (ipa-inline-transfor...
2011-09-02 Martin Jamborcgraph.h (cgraph_indirect_call_info): Removed field...
2011-08-31 Martin Jamborcgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee...
2011-08-17 Richard Guenthertree.h (convert_to_ptrofftype_loc): New function.
2011-07-22 Martin Jamborre PR lto/49796 (483.xalancbmk/447.dealII in SPEC CPU...
2011-07-19 Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-07-07 Martin Jamborre PR middle-end/49495 (-O3 causes error message "edge...
2011-06-23 Jan Hubickare PR middle-end/49373 (Many testcase failures)
2011-06-22 Michael Matz* cgraphunit.c (assemble_thunk): Use correct return...
2011-06-21 Christian BruelPR middle-end/49139 fix always_inline diagnostics
2011-06-18 Jan Hubickalto-symtab.c (lto_varpool_replace_node): Remove code...
2011-06-15 Jan Hubickacgraphunit.c (handle_alias_pairs): New function.
2011-06-14 Jan Hubickacgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY...
2011-06-11 Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Kill same body...
2011-06-10 Xinliang David Lire checking -fdump-passes
2011-06-10 Jan Hubickacgraphunit.c (cgraph_reset_node): Do not set redefined_...
2011-06-09 Xinliang David LiRevert r174848,174849
2011-06-09 David Li-fdump-pass implementation
2011-06-06 Diego NovilloMakefile.in (lto-compress.o): Add dependency on LTO_STR...
2011-05-08 Jan Hubickacgraph.c (cgraph_clone_node): Add call_duplication_hook...
2011-05-06 Jan Hubickacgraph.c (cgraph_add_thunk): Create real function node...
2011-04-29 Martin Jamborcgraph.h (cgraph_postorder): Remove declaration.
2011-04-28 Martin Jamborcgraphunit.c (cgraph_preserve_function_body_p): Accept...
2011-04-27 Jan Hubicka* cgraphunit.c (cgraph_process_new_functions): Fix...
2011-04-26 Jan Hubickacgraphbuild.c (build_cgraph_edges): Update call of...
2011-04-22 Jan Hubickagengtype.c (open_base_files): Add ipa-inline.h include.
2011-04-22 Xinliang David LiRemove cgraph pid
2011-04-19 Jan Hubickacgraph.h (save_inline_function_body): Remove.
2011-04-17 Jan Hubickacgrpah.h (struct cgraph_node): Remove finalized_by_fron...
2011-04-17 Jan Hubickare PR middle-end/20991 (ICE in cgraph_mark_reachable_node)
2011-04-16 Jan Hubickacgraphbuild.c: Include ipa-inline.h.
2011-04-12 Martin Jamborcgraph.h (cgraph_node): Remove function declaration.
2011-04-11 Martin Jamborexcept.c (set_nothrow_function_flags): Call cgraph_get_...
2011-04-10 Mike StumpRemove doubled up words.
2011-04-03 Michael Matzcgraphbuild.c (record_reference): Canonicalize construc...
2011-03-28 Martin Jambortree-inline.c (expand_call_inline): Do not check that...
2011-03-11 Martin Jamborcgraphunit.c (verify_cgraph_node): Call cgraph_get_node...
2011-02-17 Alexandre Olivare PR debug/47106 (-fcompare-debug failure (length...
2011-02-11 Nathan Froydcgraph.c: Fix comment typos.
2011-02-03 Jakub Jelinekre PR middle-end/31490 (Compile error section type...
2011-02-03 Jakub Jelinekre PR target/47564 (internal compiler error in memory_a...
2011-01-27 Jan Hubickare PR middle-end/46949 (ICE when weakref is used on...
2011-01-26 Jan Hubickare PR tree-optimization/47237 (builtin_apply_args broke...
2011-01-26 Richard Guentherre PR tree-optimization/47190 (ICE: in function_and_var...
2011-01-10 Dave Kornre PR c++/47218 (C++ multiple definitions of non-virtua...
2011-01-03 Martin Jamborcgraphunit.c (verify_cgraph_node): Verify there is...
2011-01-03 Martin Jamborre PR tree-optimization/46984 (g++.dg/torture/pr45699...
2010-12-15 Martin Jamborre PR tree-optimization/46053 (g++.dg/torture/pr45699...
2010-11-30 Dave Korncgraphunit.c (process_function_and_variable_attributes...
2010-11-30 Richard Guentherre PR lto/45949 (ICE: SIGSEGV in gimple_default_def...
2010-11-25 Kai Tietzcgraphunit.c (process_function_and_variable_attributes...
2010-11-16 Jan Hubickacgraph.h (+varpool_can_remove_if_no_refs): Move here...
2010-11-11 Jan Hubickainvoke.texi (-fwhopr): Merge into -flto section.
2010-11-10 Joseph Myerscfgloop.c (verify_loop_structure): Use %' in diagnostics.
2010-11-03 Nathan Froydbuiltins.c (fold_builtin_signbit): Use build_zero_cst...
2010-10-15 Michael Matz* cgraphunit.c (clone_of_p): Define unconditionally.
2010-10-15 Jan Hubickare PR rtl-optimization/45621 (ICE: verify_cgraph_node...
2010-10-13 Richard Guentherre PR tree-optimization/45788 (-fwhole-program causes...
2010-10-13 Richard Guentherre PR middle-end/45874 (ICE in verify_flow_info failed)
2010-10-05 Jan Hubickacgraphunit.c (assemble_function): Output thunks and...
2010-09-23 Richard Guentherre PR middle-end/45565 (ICE: in execute_todo, at passes...
2010-09-18 Jan Hubickare PR tree-optimization/45453 (ICE: verify_cgraph_node...
2010-09-18 Jan Hubickare PR tree-optimization/45605 (Missed devirtualization)
2010-08-21 Jan Hubickatree-pass.h (pass_ipa_cdtor_merge): New function.
2010-08-21 Jan Hubickare PR middle-end/45307 (Stores expanding to no RTL...
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-05 Martin Jamboripa-prop.h (enum ipa_lattice_type): Changed comments.
2010-07-22 Martin Jamborcgraphunit.c (verify_edge_count_and_frequency): New...
2010-07-16 Nathan Froydtree.c (build_common_builtin_nodes): Use build_function...
2010-07-15 Richard HendersonFinish zeroing out the current function status after...
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-13 Nathan Froydtree.h (build_function_call_expr): Delete.
2010-07-06 Nathan Froydvec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
2010-07-04 Jan Hubickacgraphunit.c (init_cgraph): Only initialize dump file...
next