aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-13lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou3-12/+21
2011-12-13re PR debug/48354 (internal compiler error: in splice_child_die, at dwarf2out...Richard Guenther2-0/+13
2011-12-01lto-lang.c (lto_attribute_table): Handle *tm regparm.Uros Bizjak2-0/+23
2011-11-22opts.c (finish_options): Do not fail for -fgnu-tm.Aldy Hernandez2-0/+22
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther3-56/+8
2011-10-21cgraph.c (dump_cgraph_node): Dump alias flag.Jan Hubicka1-0/+2
2011-10-20lto.c (node_cmp, [...]): New functions.Jan Hubicka2-8/+110
2011-10-16Add error checking to lto_section_readAndi Kleen2-2/+13
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2-3/+9