summaryrefslogtreecommitdiff
path: root/gcc/varpool.c
AgeCommit message (Expand)Author
2020-01-18Reword a comment in varpool_node::ctor_useable_for_folding_p.Gerald Pfeifer
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-12-09Come up with constructors of symtab_node, cgraph_node and varpool_node.Martin Liska
2019-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka
2019-11-09symtab.c: Fix comment typos.Jakub Jelinek
2019-10-30Use symtab_node::order in LTO sections with body.Martin Liska
2019-02-13Clean up MPX-related stuff.Martin Liska
2019-01-02re PR lto/88130 (ICE in copy_function_or_variable, at lto-streamer-out.c:2315...Jan Hubicka
2019-01-01Update copyright years.Jakub Jelinek
2018-06-13cgraph.c (cgraph_node::get_untransformed_body): Dump function bodies streamed...Jan Hubicka
2018-06-08Remove MPXMartin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-08-11Introduce TARGET_SUPPORTS_ALIASESMartin Liska
2017-08-08trans.c: Include header files.Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-12-14Split omp-low into multiple filesMartin Jambor
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-07-15handle undefined extern vars in output_in_orderAlexander Monakov
2016-05-25cgraph.c (cgraph_node::get_availability): Fix typo in comment.Bernd Edlinger
2016-04-16re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka
2016-02-10timevar.def (TV_PHASE_DBGINFO): Delete.Eric Botcazou
2016-01-14Mark symbols in offload tables with force_output in read_offload_tablesTom de Vries
2016-01-04Update copyright years.Jakub Jelinek
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin
2015-12-13cgraph.c (cgraph_node::get_untransformed_body): Pass compressed flag to lto_g...Jan Hubicka
2015-12-08re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-11-15always define ENABLE_OFFLOADINGTrevor Saunders
2015-10-30cgraph.c: Include context.h for offloading.Cesar Philippidis
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-08-20toplev.c (compile_file): Remove loop calling late_global_decl on all symbols.Richard Biener
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-03-27re PR ipa/65588 (lto1: internal compiler error: Segmentation fault)Jan Hubicka
2015-03-16cgraph.h (add_new_static_var): Remove declaration.Marek Polacek
2015-03-13varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for the ex...Ilya Verbin
2015-03-12cgraph.c (cgraph_node::release_body): Free function_in_decl_state.Jan Hubicka
2015-02-19re PR lto/65012 (systemd fails to build at least on ppc64el, powerpc, arm-inu...Jakub Jelinek
2015-02-14ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka
2015-02-05re PR ipa/61548 (FAIL: gcc.dg/tls/alias-1.c)Jan Hubicka
2015-01-30Always pass explicit location to fatal_error.Joseph Myers
2015-01-28varpool.c (tls_model_names): Fix names.Jan Hubicka
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison