aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-10re PR lto/47241 (lto not work on mingw32, reporting 'ld.exe: could not unlink...Kai Tietz1-4/+16
2011-01-11re PR lto/45721 (ICE: in function_and_variable_visibility, at ipa.c:673 with ...Jan Hubicka1-0/+4
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-15/+0
2010-11-24revert accidentally committed changesNathan Froyd1-0/+1
2010-11-24cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE...Nathan Froyd1-1/+0
2010-11-23lto.c (read_cgraph_and_symbols): Remove newline from diagnostic.Richard Guenther1-1/+1
2010-11-23re PR lto/46605 (Segmentation fault in lto_cgraph_replace_node)Richard Guenther1-0/+5
2010-11-17invoke.texi (-dy): Remove.Joseph Myers1-1/+1
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-4/+4
2010-10-26lto.c (add_cgraph_node_to_partition, [...]): Add debug info.Jan Hubicka1-9/+25
2010-10-22gimple.h (gimple_register_canonical_type): Declare.Richard Guenther1-4/+8
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-2/+1
2010-10-08* lto.c (lto_balanced_map): Fix accounting of program size.Jan Hubicka1-3/+5
2010-10-07* lto.c (lto_balanced_map): Do not produce empty partitions.Jan Hubicka1-0/+3
2010-10-06[PATCH] Report LTO phase in lto1 process name v2Andi Kleen1-0/+14
2010-10-06lto.c (partition_cgraph_node_p, [...]): Handle COMDATs required by the linker.Jan Hubicka1-2/+4
2010-10-05* lto.c (lto_section_with_id): Make s a const pointer.Ian Lance Taylor1-1/+1
2010-10-05invoke.texi (-flto-partition, [...]): Document.Jan Hubicka1-27/+369
2010-10-03lto-cgraph.c (input_cgraph): Check for missing sections.Andi Kleen1-1/+5
2010-09-25lto.c (lto_read_all_file_options): Start a new line after printing out file n...Jie Zhang1-0/+3
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-1/+2
2010-09-20re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-1/+1
2010-09-17lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.Jan Hubicka1-2/+2
2010-09-17lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when processing...Jan Hubicka1-5/+0
2010-09-09lto.c (real_file_count, [...]): New static vars.Jan Hubicka1-2/+10
2010-09-08gimple.c (gimple_types, [...]): Move to GC memory.Richard Guenther1-2/+1
2010-09-07* lto.c (promote_var, promote_fn): Set DECL_VISIBILITY_SPECIFIED.Jan Hubicka1-0/+3
2010-08-21lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.Jan Hubicka1-12/+22
2010-08-20Replace has_analyzed_clone with has_analyzed_clone_p.H.J. Lu1-1/+1
2010-08-20lto.c (has_analyzed_clone_p): New functionJan Hubicka1-28/+48
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+3
2010-07-23re PR lto/44992 (ld -r breaks LTO)Andi Kleen1-36/+181
2010-07-23lto-coff.c (hash_name, eq_name): Move.Andi Kleen1-0/+41
2010-07-05cgraph.h (cgraph_node, [...]): Update docmentation of in_other_partition.Jan Hubicka1-8/+83
2010-07-04cgraphunit.c (init_cgraph): Only initialize dump file if it is not already in...Jan Hubicka1-0/+7
2010-07-03timevar.def (TV_OUT_OF_SSA, [...]): New timevars.Jan Hubicka1-4/+4
2010-06-13lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther1-1/+5
2010-06-09lto.c (lto_resolution_read): Pre-initialize local variable r.Kai Tietz1-1/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-4/+5
2010-06-04re PR lto/41584 (WHOPR doesn't grok empty units)Richard Guenther1-0/+1
2010-05-30cgraph.h (cgraph_dump_file): Declare.Jan Hubicka1-0/+28
2010-05-29cgraph.h (struct varpool_node_set_def, [...]): Remove unused AUX pointer.Jan Hubicka1-145/+94
2010-05-28final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).Joseph Myers1-2/+1
2010-05-28lto-wrapper.c (run_gcc): With -save-temps generate a user-visible ltrans file...Richard Guenther1-177/+48
2010-05-27diagnostic-core.h: New.Joseph Myers1-3/+3
2010-05-27re PR lto/44230 (Do not create need for multiple EH personalities)Eric Botcazou1-3/+31
2010-05-22gimple.c (gimple_types_compatible_p): Check type qualifications before mergin...Richard Guenther1-1/+2
2010-05-19ipareference2_0.c: New file.Jan Hubicka1-21/+102
2010-05-17cgraph.c (cgraph_create_virtual_clone): Only check versionable_function_p whe...Jan Hubicka1-4/+3
2010-05-17lto.c (lto_materialize_function): Announce function when reading body...Jan Hubicka1-19/+4