summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
Commit message (Expand)AuthorAgeFilesLines
* Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).Martin Liska2017-01-201-4/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Introduce -fdump-ipa-clones dump outputMartin Liska2016-11-301-4/+16
* Replace NULL with false as a return valueMartin Liska2016-10-191-1/+1
* Indirect inlining of targets from references of global constantsMartin Jambor2016-05-181-2/+7
* cgraph.c (thunk_adjust): Export.Jan Hubicka2016-05-081-0/+1
* cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Check availabilit...Jan Hubicka2016-05-041-10/+21
* re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka2016-04-211-1/+1
* re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka2016-04-171-5/+16
* re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka2016-04-161-29/+72
* cgraph.h (struct cgraph_simd_clone): Add mask_mode field.Jakub Jelinek2016-04-071-0/+5
* re PR lto/68881 (UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto)Jan Hubicka2016-04-041-0/+3
* re PR lto/70283 (bogus vtable mismatch warnings)Jan Hubicka2016-03-291-0/+3
* re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971)Jan Hubicka2016-03-101-0/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* cgraph.h (decl_in_symtab_p): Revert check DECL_IN_CONSTANT_POOL.Nathan Sidwell2015-12-231-7/+1
* alias.c (compare_base_decls): Simplify in-symtab check.Nathan Sidwell2015-12-231-1/+7
* [PR 68851] Do not collect thunks in collect_callersMartin Jambor2015-12-151-1/+1
* re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka2015-12-091-2/+7
* re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka2015-12-071-1/+30
* * ipa-inline.c (can_inline_edge_p) Use merged_comdat.Jan Hubicka2015-12-041-1/+1
* cgraph.c (cgraph_node::make_local): No name is unique during incremental link...Jan Hubicka2015-11-291-5/+13
* gcc/Jakub Jelinek2015-11-051-2/+5
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-2/+22
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-131-1/+7
* switch from gimple to gimple*Trevor Saunders2015-09-201-17/+17
* remove useless typedefsTrevor Saunders2015-08-191-3/+1
* Fix double word typos.Aldy Hernandez2015-07-131-4/+4
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-23/+5
* cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford2015-06-251-28/+1
* hash-traits.h (ggc_hasher): Rename to...Richard Sandiford2015-06-251-3/+3
* cgraph.h (cgraph_rtl_info): Move to rtl.hAndrew MacLeod2015-06-251-16/+2
* Merge debug-early branch into mainline.Aldy Hernandez2015-06-051-1/+1
* Fix spurious semicolonsDavid Malcolm2015-04-301-1/+1
* remove need for store_values_directlyTrevor Saunders2015-04-181-1/+0
* lto-cgraph.c (lto_output_node, [...]): Stream split_part.Jan Hubicka2015-04-011-0/+2
* Mark omp thread functions as parallelizedTom de Vries2015-03-211-0/+2
* cgraph.h (add_new_static_var): Remove declaration.Marek Polacek2015-03-161-3/+0
* re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener2015-03-101-0/+1
* ipa-inline-analysis.c (check_callers): Check node->can_remove_if_no_direct_ca...Jan Hubicka2015-03-091-5/+12
* re PR ipa/65334 (r221099 caused: FAIL: gfortran.fortran-torture/execute/in-pa...Jan Hubicka2015-03-081-0/+12
* cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite for correct ...Jan Hubicka2015-03-041-8/+3
* re PR target/65263 (ICE (error: unrecognizable insn / in insn_min_length, at ...Martin Liska2015-03-031-0/+3
* re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka2015-02-271-3/+46
* cgraph.h (clone_function_name_1): Declare.Bernd Schmidt2015-02-201-0/+1
* cgraph.h (symtab_node::has_aliases_p): Simplify.Jan Hubicka2015-02-151-16/+4
* ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka2015-02-141-11/+223
* re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)Jan Hubicka2015-02-111-7/+0
* ipa-inline-analysis.c (simple_edge_hints): Fix check for cross-module inlining.Jan Hubicka2015-02-031-0/+2
* re PR ipa/64801 (kernel build failure due to ICF)Jan Hubicka2015-01-291-1/+1