| Commit message (Expand) | Author | Age | Files | Lines |
* | tree.h (fold_build_pointer_plus_loc): New helper function. | Richard Guenther | 2011-07-19 | 1 | -17/+10 |
* | re PR middle-end/49495 (-O3 causes error message "edge points to wrong declar... | Martin Jambor | 2011-07-07 | 1 | -11/+23 |
* | re PR middle-end/49373 (Many testcase failures) | Jan Hubicka | 2011-06-23 | 1 | -1/+8 |
* | * cgraphunit.c (assemble_thunk): Use correct return type. | Michael Matz | 2011-06-22 | 1 | -1/+2 |
* | PR middle-end/49139 fix always_inline diagnostics | Christian Bruel | 2011-06-21 | 1 | -0/+8 |
* | lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia... | Jan Hubicka | 2011-06-18 | 1 | -0/+15 |
* | cgraphunit.c (handle_alias_pairs): New function. | Jan Hubicka | 2011-06-15 | 1 | -0/+45 |
* | cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY similarly to DECL_COM... | Jan Hubicka | 2011-06-14 | 1 | -2/+2 |
* | lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code. | Jan Hubicka | 2011-06-11 | 1 | -45/+141 |
* | re checking -fdump-passes | Xinliang David Li | 2011-06-10 | 1 | -0/+3 |
* | cgraphunit.c (cgraph_reset_node): Do not set redefined_extern_inline; do not ... | Jan Hubicka | 2011-06-10 | 1 | -16/+5 |
* | Revert r174848,174849 | Xinliang David Li | 2011-06-09 | 1 | -3/+0 |
* | -fdump-pass implementation | David Li | 2011-06-09 | 1 | -0/+3 |
* | Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H. | Diego Novillo | 2011-06-06 | 1 | -0/+5 |
* | cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter. | Jan Hubicka | 2011-05-08 | 1 | -0/+5 |
* | cgraph.c (cgraph_add_thunk): Create real function node instead of alias node... | Jan Hubicka | 2011-05-06 | 1 | -38/+84 |
* | cgraph.h (cgraph_postorder): Remove declaration. | Martin Jambor | 2011-04-30 | 1 | -1/+2 |
* | cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph node instead ... | Martin Jambor | 2011-04-29 | 1 | -5/+4 |
* | * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue. | Jan Hubicka | 2011-04-27 | 1 | -1/+3 |
* | cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr... | Jan Hubicka | 2011-04-26 | 1 | -2/+2 |
* | gengtype.c (open_base_files): Add ipa-inline.h include. | Jan Hubicka | 2011-04-22 | 1 | -1/+2 |
* | Remove cgraph pid | Xinliang David Li | 2011-04-22 | 1 | -1/+0 |
* | cgraph.h (save_inline_function_body): Remove. | Jan Hubicka | 2011-04-19 | 1 | -68/+0 |
* | cgrpah.h (struct cgraph_node): Remove finalized_by_frontend. | Jan Hubicka | 2011-04-17 | 1 | -1/+0 |
* | re PR middle-end/20991 (ICE in cgraph_mark_reachable_node) | Jan Hubicka | 2011-04-17 | 1 | -1/+0 |
* | cgraphbuild.c: Include ipa-inline.h. | Jan Hubicka | 2011-04-16 | 1 | -7/+2 |
* | cgraph.h (cgraph_node): Remove function declaration. | Martin Jambor | 2011-04-12 | 1 | -2/+2 |
* | except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph... | Martin Jambor | 2011-04-11 | 1 | -7/+9 |
* | Remove doubled up words. | Mike Stump | 2011-04-10 | 1 | -3/+3 |
* | cgraphbuild.c (record_reference): Canonicalize constructor values. | Michael Matz | 2011-04-03 | 1 | -0/+5 |
* | tree-inline.c (expand_call_inline): Do not check that destination node is ana... | Martin Jambor | 2011-03-28 | 1 | -2/+1 |
* | cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of cgraph_node. | Martin Jambor | 2011-03-11 | 1 | -1/+1 |
* | re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ... | Alexandre Oliva | 2011-02-17 | 1 | -1/+7 |
* | cgraph.c: Fix comment typos. | Nathan Froyd | 2011-02-11 | 1 | -4/+4 |
* | re PR middle-end/31490 (Compile error section type conflict) | Jakub Jelinek | 2011-02-03 | 1 | -0/+4 |
* | re PR target/47564 (internal compiler error in memory_address_addr_space, at ... | Jakub Jelinek | 2011-02-03 | 1 | -11/+18 |
* | re PR middle-end/46949 (ICE when weakref is used on a definition (internal co... | Jan Hubicka | 2011-01-27 | 1 | -1/+23 |
* | re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.) | Jan Hubicka | 2011-01-26 | 1 | -0/+2 |
* | re PR tree-optimization/47190 (ICE: in function_and_variable_visibility, at i... | Richard Guenther | 2011-01-26 | 1 | -0/+19 |
* | re PR c++/47218 (C++ multiple definitions of non-virtual thunk problem) | Dave Korn | 2011-01-10 | 1 | -2/+5 |
* | cgraphunit.c (verify_cgraph_node): Verify there is no direct call to a thunk. | Martin Jambor | 2011-01-03 | 1 | -0/+11 |
* | re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early... | Martin Jambor | 2011-01-03 | 1 | -10/+8 |
* | re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early... | Martin Jambor | 2010-12-15 | 1 | -2/+22 |
* | cgraphunit.c (process_function_and_variable_attributes): Fix cut'n'pasteo. | Dave Korn | 2010-11-30 | 1 | -1/+1 |
* | re PR lto/45949 (ICE: SIGSEGV in gimple_default_def (tree-dfa.c:538) with -fl... | Richard Guenther | 2010-11-30 | 1 | -1/+5 |
* | cgraphunit.c (process_function_and_variable_attributes): Mark dllexport-ed fu... | Kai Tietz | 2010-11-25 | 1 | -2/+16 |
* | cgraph.h (+varpool_can_remove_if_no_refs): Move here from ...... | Jan Hubicka | 2010-11-16 | 1 | -0/+3 |
* | invoke.texi (-fwhopr): Merge into -flto section. | Jan Hubicka | 2010-11-11 | 1 | -2/+1 |
* | cfgloop.c (verify_loop_structure): Use %' in diagnostics. | Joseph Myers | 2010-11-10 | 1 | -4/+4 |
* | builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert. | Nathan Froyd | 2010-11-03 | 1 | -4/+3 |