aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-13cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek1-1/+1
2017-02-03IPA: enhance dump outputMartin Liska1-0/+22
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-07re PR tree-optimization/78692 (ICE (segfault))Jakub Jelinek1-1/+1
2016-11-30Introduce -fdump-ipa-clones dump outputMartin Liska1-0/+9
2016-09-20Add IPA VRPKugan Vivekanandarajah1-0/+1
2016-09-19re PR ipa/77587 (C compiler produces incorrect stack alignment with __attribu...Jakub Jelinek1-7/+10
2016-07-25cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU...Richard Biener1-2/+3
2016-06-03re PR middle-end/71387 (ICE in emit_move_insn, at expr.c:3418 with -Og)Jakub Jelinek1-1/+13
2016-05-25cgraph.c (cgraph_node::get_availability): Fix typo in comment.Bernd Edlinger1-1/+1
2016-05-24tree-cfg.h (should_remove_lhs_p): New predicate.Marek Polacek1-4/+1
2016-05-18re PR c++/71100 (Internal compiler error while calling a pointer to member fu...Jakub Jelinek1-1/+2
2016-05-16ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic on esti...Jan Hubicka1-1/+1
2016-05-04cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Check availabilit...Jan Hubicka1-4/+9
2016-05-03cgraph.c (symbol_table::create_edge): Set inline_failed.Jan Hubicka1-6/+16
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-22/+18
2016-04-21re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka1-13/+50
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