aboutsummaryrefslogtreecommitdiff
path: root/gcc/varpool.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-15always define ENABLE_OFFLOADINGTrevor Saunders1-6/+7
2015-10-30cgraph.c: Include context.h for offloading.Cesar Philippidis1-0/+2
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-6/+5
2015-08-20toplev.c (compile_file): Remove loop calling late_global_decl on all symbols.Richard Biener1-0/+6
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-03-27re PR ipa/65588 (lto1: internal compiler error: Segmentation fault)Jan Hubicka1-1/+3
2015-03-16cgraph.h (add_new_static_var): Remove declaration.Marek Polacek1-21/+0
2015-03-13varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for the ex...Ilya Verbin1-1/+1
2015-03-12cgraph.c (cgraph_node::release_body): Free function_in_decl_state.Jan Hubicka1-0/+6
2015-02-19re PR lto/65012 (systemd fails to build at least on ppc64el, powerpc, arm-inu...Jakub Jelinek1-1/+2
2015-02-14ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka1-12/+7
2015-02-05re PR ipa/61548 (FAIL: gcc.dg/tls/alias-1.c)Jan Hubicka1-1/+2
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-1/+1
2015-01-28varpool.c (tls_model_names): Fix names.Jan Hubicka1-4/+4
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-1/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-10Force output of vars with "omp declare target" attribute in gcc/varpool.cIlya Verbin1-0/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-11-19re PR regression/63868 (Multiple failures in the libgomp test suite between r...Ilya Verbin1-0/+2
2014-11-13[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.Ilya Verbin1-0/+3
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-0/+9
2014-11-10Add a target hook for assembling undeclared decls.Bernd Schmidt1-0/+3
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+8
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-2/+11
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+2
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-1/+1
2014-09-24re PR bootstrap/63235 (building fails with --disable-bootstrap)Kirill Yukhin1-1/+1
2014-09-24Add an no_reorder attribute for LTOAndi Kleen1-4/+17
2014-09-11varpool.c (varpool_node::ctor_useable_for_folding_p): Do not try to access re...Jan Hubicka1-0/+5
2014-08-25IPA C++ refactoring 4/NMartin Liska1-55/+50
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02invoke.texi (Wsuggest-final-types, [...]): Document.Jan Hubicka1-2/+10
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-4/+5
2014-08-01IPA ICF pass 1/NMartin Liska1-0/+1
2014-07-24IPA C++ refactoring 2/NMartin Liska1-111/+113
2014-07-24IPA C++ refactoring 1/NMartin Liska1-30/+29
2014-07-15Change an assignment to an assert.Bernd Schmidt1-1/+1
2014-07-12lto.c (read_cgraph_and_symbols): Do not push DECL_INIT_IO timevarJan Hubicka1-0/+3
2014-07-11vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka1-52/+117
2014-07-01IPA REF alias refactoringMartin Liska1-22/+19
2014-06-25IPA REF refactoringMartin Liska1-8/+9
2014-06-24varpool.c (dump_varpool_node): Dump used_by_single_function.Jan Hubicka1-0/+2
2014-06-21cgraph.h (tls_model_names): New variable.Jan Hubicka1-0/+6
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+1