aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-17re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka1-50/+172
2016-04-16re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka1-1/+29
2016-04-16re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka1-17/+38
2016-03-18Set dump_file to NULL in cgraph_node::get_bodyTom de Vries1-0/+1
2016-03-15Fix fdump-ipa-all-graphTom de Vries1-0/+3
2016-03-10re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971)Jan Hubicka1-0/+4
2016-03-08ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because.Jakub Jelinek1-1/+1
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-2/+2
2016-01-19re PR lto/69133 (LTO segfault in lto_get_decl_name_mapping() on 483.xalancbmk...Jan Hubicka1-2/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-18re PR debug/68860 (FAIL: gcc.dg/guality/pr36728-1.c -flto -O3 -g line 17 a...Jakub Jelinek1-1/+66
2015-12-15[PR 68851] Do not collect thunks in collect_callersMartin Jambor1-1/+2
2015-12-13cgraph.c (cgraph_node::get_untransformed_body): Pass compressed flag to lto_g...Jan Hubicka1-2/+4
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-2/+2
2015-12-04* ipa-inline.c (can_inline_edge_p) Use merged_comdat.Jan Hubicka1-0/+2
2015-11-29cgraph.c (cgraph_node::make_local): No name is unique during incremental link...Jan Hubicka1-2/+3
2015-11-15always define ENABLE_OFFLOADINGTrevor Saunders1-3/+2
2015-10-30cgraph.c: Include context.h for offloading.Cesar Philippidis1-0/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-18/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-12/+12
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-11/+4
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-21/+20
2015-09-20switch from gimple to gimple*Trevor Saunders1-14/+15
2015-07-13Fix double word typos.Aldy Hernandez1-3/+3
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-13/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+23
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-25cgraph.h (cgraph_rtl_info): Move to rtl.hAndrew MacLeod1-1/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-03ipa.c (symbol_table::remove_unreachable_nodes): Don't remove instumentation t...Ilya Enkovich1-0/+14
2015-06-01gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.Eric Botcazou1-2/+4
2015-06-01re PR target/65527 (ICE: in expand_builtin_with_bounds, at builtins.c:7120 wi...Ilya Enkovich1-5/+20
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-3/+3
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-5/+5
2015-03-27re PR ipa/65600 (bost testsuite failure: ICE: Segmentation fault)Jan Hubicka1-1/+1
2015-03-27re PR middle-end/65595 (Linux kernel build failure: ICE: in as_a, at is-a.h:192)Jan Hubicka1-1/+1
2015-03-26cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring dead calls ba...Jan Hubicka1-21/+48
2015-03-21Mark omp thread functions as parallelizedTom de Vries1-0/+2
2015-03-18re PR ipa/65432 (Invalid read of size 1: ipa_icf::sem_item_optimizer::merge_c...Martin Liska1-3/+2
2015-03-12cgraph.c (cgraph_node::release_body): Free function_in_decl_state.Jan Hubicka1-2/+12
2015-03-10re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-11/+21
2015-03-09ipa-inline-analysis.c (check_callers): Check node->can_remove_if_no_direct_ca...Jan Hubicka1-13/+20
2015-03-04cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite for correct ...Jan Hubicka1-15/+82
2015-03-03re PR target/65263 (ICE (error: unrecognizable insn / in insn_min_length, at ...Martin Liska1-0/+12
2015-02-27re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka1-1/+1
2015-02-17ipa-visibility.c (function_and_variable_visibility): Only check locality if n...Jan Hubicka1-10/+10
2015-02-14ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka1-58/+20