summaryrefslogtreecommitdiff
path: root/gcc/lto
Commit message (Expand)AuthorAgeFilesLines
* lto-lang.c (builtin_type_for_size): Use lto_type_for_size.Richard Guenther2012-03-122-1/+7
* re PR middle-end/52097 (ICE: in get_bit_range, at expr.c:4535 with -O -flto -...Richard Guenther2012-03-062-0/+40
* re PR lto/52400 (lto1: ICE with extern on static linkage)Richard Guenther2012-02-282-7/+6
* re PR lto/51774 (FAIL: gcc.dg/lto/trans-mem-* c_lto_trans-mem-1_0.o-c_lto_tra...Jakub Jelinek2012-01-062-1/+25
* re PR debug/51650 (LTO ICE in dwarf2out_finish, at dwarf2out.c:22501 while bu...Richard Guenther2011-12-221-0/+3
* lto.c (GIMPLE_REGISTER_TYPE): New define.Richard Guenther2011-12-212-4/+25
* lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou2011-12-133-12/+21
* re PR debug/48354 (internal compiler error: in splice_child_die, at dwarf2out...Richard Guenther2011-12-132-0/+13
* lto-lang.c (lto_attribute_table): Handle *tm regparm.Uros Bizjak2011-12-012-0/+23
* opts.c (finish_options): Do not fail for -fgnu-tm.Aldy Hernandez2011-11-222-0/+22
* re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther2011-11-033-56/+8
* cgraph.c (dump_cgraph_node): Dump alias flag.Jan Hubicka2011-10-211-0/+2
* lto.c (node_cmp, [...]): New functions.Jan Hubicka2011-10-202-8/+110
* Add error checking to lto_section_readAndi Kleen2011-10-162-2/+13
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-112-3/+9
* Maintain order of LTO sectionsAndi Kleen2011-10-044-36/+78
* re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka2011-10-023-4/+12
* Use 64bit integer for LTO symbol ID.H.J. Lu2011-09-302-8/+92
* Change random seeds to 64bit and drop re-crcingAndi Kleen2011-09-292-7/+10
* Fix the use of linemap_add and remove unnecessary kludgeDodji Seketeli2011-08-282-2/+6
* data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo2011-08-121-8/+8
* tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo2011-08-112-1/+2
* lto.c (uniquify_nodes): Use main variant's BINFO too.Martin Jambor2011-08-112-0/+6
* rebaseDiego Novillo2011-08-083-1/+7
* tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther2011-07-062-3/+6
* oops, comitted with wrong PR# :( PR lto/48246Jan Hubicka2011-06-181-1/+1
* re PR lto/48246 (ICE in lto_wpa_write_files)Jan Hubicka2011-06-182-8/+17
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-112-34/+51
* lto.c (uniquify_nodes): Move code to register decls to the loop that computes...Diego Novillo2011-06-072-20/+21
* tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther2011-06-072-11/+5
* Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.Diego Novillo2011-06-062-3/+22
* lto-streamer-in.c (get_resolution): Move to lto/lto.c.Diego Novillo2011-06-032-5/+155
* tree.c (free_lang_data): Do not reset boolean_type_node nor char_type_node.Richard Guenther2011-06-012-21/+40
* lto.c (uniquify_nodes): Fix bug in one of the previous changes.Richard Guenther2011-05-262-26/+33
* move TS_EXP to be a substructure of TS_TYPEDNathan Froyd2011-05-252-6/+22
* gimple.c (gimple_register_type_1): Do not fiddle with main-variant or pointer...Richard Guenther2011-05-202-136/+122
* gimple.c (gimple_types_compatible_p_1): Compare names of the types themselves.Richard Guenther2011-05-192-0/+19
* re PR lto/48952 (ICE in inline_merge_summary during linux kernel LTO build)Jan Hubicka2011-05-122-1/+5
* split tree_typeNathan Froyd2011-05-112-6/+12
* use build_function_type less in c-family and LTONathan Froyd2011-05-102-7/+13
* Fix long linesEric Botcazou2011-05-081-2/+4
* langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou2011-05-072-2/+8
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-062-2/+28
* * lto.c (free_ltrans_partitions): Fix accidental commit.Jan Hubicka2011-05-032-3/+7
* cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka2011-05-032-6/+30
* cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor2011-04-303-2/+9
* lto-streamer.c (lto_streamer_cache_insert_1): Accept to override other trees ...Michael Matz2011-04-293-414/+564
* lto.c (lto_balanced_map): Fix typos in head comment.Eric Botcazou2011-04-162-56/+70
* cgraphbuild.c: Include ipa-inline.h.Jan Hubicka2011-04-162-2/+6
* cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka2011-04-143-3/+12