]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cgraph.h
Update copyright years.
[thirdparty/gcc.git] / gcc / cgraph.h
2019-01-01  jakub Update copyright years.
2018-12-15  hubicka * cgraph.h (cgraph_node): Add predicate prevailing_p.
2018-11-30  ploujMinimize clone counter memory usage in create_virtual_c...
2018-11-09  marxinCome up with -fipa-reference-addressable flag.
2018-11-08  dmalcolmcgraph: add selftest::symbol_table_test
2018-10-30  marxinAvoid unnecessarily numbering cloned symbols.
2018-09-28  ebotcazou * calls.c (expand_call): Try to do a tail call for...
2018-08-21  vries[debug] Add debug and earlydebug dumps
2018-06-08  marxinCome up with cgraph_node::get_uid and make cgraph_node...
2018-06-08  marxinMake cgraph_edge::uid really unique.
2018-06-08  marxinRemove cgraph_node::summary_uid and make cgraph_node...
2018-06-08  marxinRemove MPX
2018-05-22  hjlDon't mark IFUNC resolver as only called directly
2018-04-26  jakub * cgraph.h (symbol_table): Just declare debug method...
2018-02-08  hubicka PR ipa/81360
2018-01-03  jakub Update copyright years.
2017-12-01  jakub * function.h (struct function): Remove cilk_frame_decl,
2017-11-13  hubicka * cgraph.c (cgraph_edge::sreal_frequency): New function.
2017-11-10  hubicka * auto-profile.c (afdo_indirect_call): Drop frequency.
2017-10-27  prathamesh3492Extend ipa-pure-const pass to propagate malloc attribute.
2017-09-21  amonakovipa: fix dumping with deleted multiversioning nodes
2017-09-18  pmderodatFix a typo in a comment (cgraph.c:cgraph_thunk_info)
2017-09-15  pmderodatAdd comments to struct cgraph_thunk_info
2017-06-10  hubicka * cgraph.h (cgraph_edge::clone): Update prototype.
2017-06-04  hubicka2017-05-23 Jan Hubicka <hubicka@ucw.cz>
2017-05-23  marxinIntroduce symtab_node::dump_{asm_,}name functions.
2017-05-23  marxinMove symtab_node::dump_table to symbol_table::dump
2017-05-23  hubicka * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgrap...
2017-05-22  hubicka * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
2017-04-28  jakub PR bootstrap/80531
2017-04-03  rediFix numerous typos in comments
2017-03-30  jamborm[PR 77333] Fixup fntypes of gimple calls of clones
2017-01-24  dmalcolmAdd "__RTL" to cc1
2017-01-20  marxinFix IPA CP where it forgot to add a reference in cgraph...
2017-01-01  jakub Update copyright years.
2016-11-30  marxinIntroduce -fdump-ipa-clones dump output
2016-10-19  marxinReplace NULL with false as a return value
2016-05-18  jambormIndirect inlining of targets from references of global...
2016-05-08  hubicka * cgraph.c (thunk_adjust): Export.
2016-05-04  hubicka * cgraph.c (cgraph_node::call_for_symbol_thunks_and_al...
2016-04-21  hubicka PR ipa/70018
2016-04-17  hubicka PR ipa/70018
2016-04-16  hubicka PR ipa/70018
2016-04-07  jakub * cgraph.h (struct cgraph_simd_clone): Add mask_mode...
2016-04-04  hubicka PR ipa/68881
2016-03-29  hubicka PR ipa/70283
2016-03-10  hubicka PR lto/69589
2016-01-04  jakub Update copyright years.
2015-12-23  nathan gcc/
2015-12-23  nathan gcc/
2015-12-15  jamborm[PR 68851] Do not collect thunks in collect_callers
2015-12-09  hubicka PR ipa/61886
2015-12-07  hubicka PR ipa/61886
2015-12-04  hubicka * ipa-inline.c (can_inline_edge_p) Use merged_comdat.
2015-11-29  hubicka * cgraph.c (cgraph_node::make_local): No name is uniqu...
2015-11-05  jakubgcc/
2015-10-28  law[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-13  jakubgcc/
2015-09-20  tbsaundeswitch from gimple to gimple*
2015-08-19  tbsaunderemove useless typedefs
2015-07-13  aldyhFix double word typos.
2015-06-25  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-25  rsandifogcc/
2015-06-25  rsandifogcc/
2015-06-25  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-05  aldyhMerge debug-early branch into mainline.
2015-04-30  dmalcolmFix spurious semicolons
2015-04-18  tbsaunderemove need for store_values_directly
2015-04-01  hubicka * lto-cgraph.c (lto_output_node, input_overwrite_node...
2015-03-21  vriesMark omp thread functions as parallelized
2015-03-16  mpolacek * cgraph.h (add_new_static_var): Remove declaration.
2015-03-10  rguenth2015-03-10 Richard Biener <rguenther@suse.de>
2015-03-09  hubicka * ipa-inline-analysis.c (check_callers): Check
2015-03-08  hubicka PR ipa/65334
2015-03-04  hubicka * cgraph.c (cgraph_node::can_remove_if_no_direct_calls...
2015-03-03  marxinFix PR ipa/65263.
2015-02-27  hubicka PR bootstrap/65150
2015-02-20  bernds * cgraph.h (clone_function_name_1): Declare.
2015-02-15  hubicka * cgraph.h (symtab_node::has_aliases_p): Simplify.
2015-02-14  hubicka * ipa-chkp.c: Use iterate_direct_aliases.
2015-02-11  hubicka PR ipa/65005
2015-02-03  hubicka * ipa-inline-analysis.c (simple_edge_hints): Fix check for
2015-01-29  hubicka PR ipa/64801
2015-01-12  marxincgraph_edge refactoring.
2015-01-05  jakub Update copyright years.
2014-12-22  marxinNew symbol_summary class introduced.
2014-12-15  hubicka PR ipa/61602
2014-12-11  hubicka PR ipa/61324
2014-12-08  dmalcolmPR jit/63854: Introduce xstrdup_for_dump
2014-12-07  hubicka * symtab.c (symtab_node::equal_address_to): New function.
2014-12-05  jamborm2014-12-05 Martin Jambor <mjambor@suse.cz>
2014-11-26  edlinger2014-11-26 Bernd Edlinger <bernd.edlinger@hotmail.de>
2014-11-19  dmalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-17  hubicka * cgraphunit.c (analyze_functions): Use opt_for_fn.
2014-11-16  hubicka * ipa-polymorphic-call.c
2014-11-16  hubicka * passes.c (execute_one_pass): Do not apply all transf...
2014-11-14  jamborm2014-11-14 Martin Jambor <mjambor@suse.cz>
2014-11-14  jakub * ipa-pure-const.c (struct funct_state_d): Add can_fre...
2014-11-14  jamborm2014-11-14 Martin Jambor <mjambor@suse.cz>
2014-11-13  kyukhin[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO...
next