aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
2012-12-10Record the global variables if WPA isn't enabledH.J. Lu1-1/+6
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2-3/+8
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo5-76/+72
2012-11-02Update ChangeLog files as requested for cgraph change to checked down cast.Lawrence Crowl1-0/+10
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl2-22/+25
2012-10-12re PR lto/54898 (ICE in uniquify_nodes, at lto/lto.c:1898)Richard Biener2-0/+22
2012-10-09lto-cgraph.c (input_node_opt_summary): Remove unused code.Tobias Burnus3-5/+19
2012-10-08lto.c (lto_wpa_write_files, [...]): Free lto_file struct after closing the file.Tobias Burnus2-0/+9
2012-10-08lto.c (remember_with_vars): Also fixup INTEGER_CST.Jan Hubicka2-0/+31
2012-10-07lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.Jan Hubicka3-10/+26
2012-10-06re PR lto/54790 (Missing optimization with LTO)Jan Hubicka2-4/+41
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2-1/+7
2012-09-19Integrate lexical block into source_location.Dehao Chen2-1/+4
2012-09-19symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka2-3/+6
2012-09-12common.opt (flto-partition): Add "max".Jan Hubicka4-226/+299
2012-09-12re PR lto/54312 (uniquify_nodes takes 12% of Mozilla LTO build)Jan Hubicka2-3/+9
2012-09-11lto.c (enum gtc_mode): Remove.Richard Guenther2-52/+40
2012-09-11gimple.h (gimple_register_type): Remove.Richard Guenther2-5/+1199
2012-09-10lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.Jan Hubicka2-41/+47
2012-09-09passes.c (ipa_write_summaries_1): Set state; do not call compute_ltrans_bound...Jan Hubicka3-126/+59
2012-09-09Replace cgraph_node_set and varpool_node_set by symtab_node_encoder in partit...Jan Hubicka4-228/+143
2012-09-08Fix broken patchAndi Kleen1-1/+1
2012-09-08Add -fmem-report-wpaAndi Kleen1-0/+2
2012-09-07Reduce memory usage for storing LTO decl resolutionsAndi Kleen1-9/+22
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka2-4/+84
2012-08-11lto-cgraph.c (output_cgraph): Rename to ...Jan Hubicka2-2/+6
2012-07-24lto-tree.h (lang_decl): Add variable_size GTY option.Uros Bizjak2-1/+5
2012-07-16system.h (dump_file): Do not define.Steven Bosscher3-2/+6
2012-06-19The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl2-5/+43
2012-05-19cgraphunit.c (handle_alias_pairs): Declare; free alias_pairsJan Hubicka2-23/+5
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka2-2/+14
2012-05-15Fix up changelogs.Bernd Schmidt1-1/+7
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-0/+22
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka2-0/+9
2012-05-04common.opt (flto-report): Do not mark as Optimization.Richard Biener2-3/+9
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka3-3/+9
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-1/+1
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2-1/+6
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2-17/+22
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka3-21/+27
2012-04-14cgraph.h: Update copyrights;Jan Hubicka3-82/+92
2012-04-11lto.c: Update copyright...Jan Hubicka5-900/+977
2012-04-09re PR lto/52722 (ICE in lto_output_varpool_node)Jan Hubicka1-9/+51
2012-04-05lto-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Remove definition.Richard Guenther2-2/+5
2012-03-12lto-lang.c (builtin_type_for_size): Use lto_type_for_size.Richard Guenther2-1/+7
2012-03-06re PR middle-end/52097 (ICE: in get_bit_range, at expr.c:4535 with -O -flto -...Richard Guenther2-0/+40
2012-02-28re PR lto/52400 (lto1: ICE with extern on static linkage)Richard Guenther2-7/+6
2012-01-06re PR lto/51774 (FAIL: gcc.dg/lto/trans-mem-* c_lto_trans-mem-1_0.o-c_lto_tra...Jakub Jelinek2-1/+25
2011-12-22re PR debug/51650 (LTO ICE in dwarf2out_finish, at dwarf2out.c:22501 while bu...Richard Guenther1-0/+3
2011-12-21lto.c (GIMPLE_REGISTER_TYPE): New define.Richard Guenther2-4/+25