aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-03-30[PR 77333] Fixup fntypes of gimple calls of clonesMartin Jambor1-0/+2
2017-01-24Add "__RTL" to cc1David Malcolm1-0/+4
2017-01-20Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).Martin Liska1-4/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-30Introduce -fdump-ipa-clones dump outputMartin Liska1-4/+16
2016-10-19Replace NULL with false as a return valueMartin Liska1-1/+1
2016-05-18Indirect inlining of targets from references of global constantsMartin Jambor1-2/+7
2016-05-08cgraph.c (thunk_adjust): Export.Jan Hubicka1-0/+1
2016-05-04cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Check availabilit...Jan Hubicka1-10/+21
2016-04-21re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka1-1/+1
2016-04-17re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka1-5/+16
2016-04-16re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka1-29/+72
2016-04-07cgraph.h (struct cgraph_simd_clone): Add mask_mode field.Jakub Jelinek1-0/+5
2016-04-04re PR lto/68881 (UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto)Jan Hubicka1-0/+3
2016-03-29re PR lto/70283 (bogus vtable mismatch warnings)Jan Hubicka1-0/+3
2016-03-10re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971)Jan Hubicka1-0/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-23cgraph.h (decl_in_symtab_p): Revert check DECL_IN_CONSTANT_POOL.Nathan Sidwell1-7/+1
2015-12-23alias.c (compare_base_decls): Simplify in-symtab check.Nathan Sidwell1-1/+7
2015-12-15[PR 68851] Do not collect thunks in collect_callersMartin Jambor1-1/+1
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-2/+7
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-1/+30
2015-12-04* ipa-inline.c (can_inline_edge_p) Use merged_comdat.Jan Hubicka1-1/+1
2015-11-29cgraph.c (cgraph_node::make_local): No name is unique during incremental link...Jan Hubicka1-5/+13
2015-11-05gcc/Jakub Jelinek1-2/+5
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-2/+22
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-1/+7
2015-09-20switch from gimple to gimple*Trevor Saunders1-17/+17
2015-08-19remove useless typedefsTrevor Saunders1-3/+1
2015-07-13Fix double word typos.Aldy Hernandez1-4/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-23/+5
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford1-28/+1
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-3/+3
2015-06-25cgraph.h (cgraph_rtl_info): Move to rtl.hAndrew MacLeod1-16/+2
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-1/+1
2015-04-30Fix spurious semicolonsDavid Malcolm1-1/+1
2015-04-18remove need for store_values_directlyTrevor Saunders1-1/+0
2015-04-01lto-cgraph.c (lto_output_node, [...]): Stream split_part.Jan Hubicka1-0/+2
2015-03-21Mark omp thread functions as parallelizedTom de Vries1-0/+2
2015-03-16cgraph.h (add_new_static_var): Remove declaration.Marek Polacek1-3/+0
2015-03-10re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-0/+1
2015-03-09ipa-inline-analysis.c (check_callers): Check node->can_remove_if_no_direct_ca...Jan Hubicka1-5/+12
2015-03-08re PR ipa/65334 (r221099 caused: FAIL: gfortran.fortran-torture/execute/in-pa...Jan Hubicka1-0/+12
2015-03-04cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite for correct ...Jan Hubicka1-8/+3
2015-03-03re PR target/65263 (ICE (error: unrecognizable insn / in insn_min_length, at ...Martin Liska1-0/+3
2015-02-27re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka1-3/+46
2015-02-20cgraph.h (clone_function_name_1): Declare.Bernd Schmidt1-0/+1
2015-02-15cgraph.h (symtab_node::has_aliases_p): Simplify.Jan Hubicka1-16/+4
2015-02-14ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka1-11/+223