aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-23Fix lto report namesAndi Kleen1-2/+2
2013-04-23Print lto report at the right placeAndi Kleen1-0/+6
2013-04-23Add -flto-report-wpaAndi Kleen1-2/+2
2013-02-07re PR bootstrap/56227 (Bootstrap failure on MinGW building ggc-page.c)Uros Bizjak1-2/+1
2013-02-04re PR lto/56168 (GCC seems to disregard -fno-builtin when compiling with LTO)Richard Guenther1-8/+14
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-09re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-0/+1
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 Novillo1-3/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-59/+49
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-5/+10
2012-10-12re PR lto/54898 (ICE in uniquify_nodes, at lto/lto.c:1898)Richard Biener1-0/+15
2012-10-08lto.c (lto_wpa_write_files, [...]): Free lto_file struct after closing the file.Tobias Burnus1-0/+4
2012-10-08lto.c (remember_with_vars): Also fixup INTEGER_CST.Jan Hubicka1-0/+25
2012-10-07lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.Jan Hubicka1-9/+19
2012-10-06re PR lto/54790 (Missing optimization with LTO)Jan Hubicka1-4/+33
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-1/+2
2012-09-19Integrate lexical block into source_location.Dehao Chen1-1/+0
2012-09-19symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka1-3/+1
2012-09-12common.opt (flto-partition): Add "max".Jan Hubicka1-1/+34
2012-09-12re PR lto/54312 (uniquify_nodes takes 12% of Mozilla LTO build)Jan Hubicka1-3/+3
2012-09-11lto.c (enum gtc_mode): Remove.Richard Guenther1-52/+25
2012-09-11gimple.h (gimple_register_type): Remove.Richard Guenther1-5/+1183
2012-09-09passes.c (ipa_write_summaries_1): Set state; do not call compute_ltrans_bound...Jan Hubicka1-1/+0
2012-09-09Replace cgraph_node_set and varpool_node_set by symtab_node_encoder in partit...Jan Hubicka1-22/+18
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-11lto-cgraph.c (output_cgraph): Rename to ...Jan Hubicka1-2/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-06-19The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl1-5/+31
2012-05-19cgraphunit.c (handle_alias_pairs): Declare; free alias_pairsJan Hubicka1-23/+0
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka1-0/+4
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-1/+1
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-12/+9
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-7/+7
2012-04-11lto.c: Update copyright...Jan Hubicka1-897/+2
2012-04-09re PR lto/52722 (ICE in lto_output_varpool_node)Jan Hubicka1-9/+51
2012-03-06re PR middle-end/52097 (ICE: in get_bit_range, at expr.c:4535 with -O -flto -...Richard Guenther1-0/+35
2012-02-28re PR lto/52400 (lto1: ICE with extern on static linkage)Richard Guenther1-7/+0
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 Guenther1-4/+17
2011-12-13lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou1-10/+14
2011-12-13re PR debug/48354 (internal compiler error: in splice_child_die, at dwarf2out...Richard Guenther1-0/+7
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther1-54/+1
2011-10-21cgraph.c (dump_cgraph_node): Dump alias flag.Jan Hubicka1-0/+2
2011-10-20lto.c (node_cmp, [...]): New functions.Jan Hubicka1-8/+100
2011-10-16Add error checking to lto_section_readAndi Kleen1-2/+9
2011-10-04Maintain order of LTO sectionsAndi Kleen1-33/+37
2011-09-30Use 64bit integer for LTO symbol ID.H.J. Lu1-8/+76