aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
2011-01-11re PR lto/45721 (ICE: in function_and_variable_visibility, at ipa.c:673 with ...Jan Hubicka2-0/+11
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek3-3/+3
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd2-1/+6
2010-12-06re PR debug/46796 (debug info missing builtin type names with lto)Richard Guenther2-0/+33
2010-11-30hwint.c: New.Joseph Myers3-2/+6
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers2-1/+6
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers4-227/+8
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 Guenther2-1/+5
2010-11-23re PR lto/46605 (Segmentation fault in lto_cgraph_replace_node)Richard Guenther2-0/+10
2010-11-17invoke.texi (-dy): Remove.Joseph Myers3-2/+7
2010-11-17simple-object.h (simple_object_attributes_merge): Declare, replacing simple_o...Ian Lance Taylor2-2/+8
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers3-1/+7
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2-4/+10
2010-11-02lto-object.c: New file.Ian Lance Taylor8-3252/+397
2010-10-26lto.c (add_cgraph_node_to_partition, [...]): Add debug info.Jan Hubicka2-9/+33
2010-10-22gimple.h (gimple_register_canonical_type): Declare.Richard Guenther2-4/+13
2010-10-20Add LTO to boot language if it is enabled.H.J. Lu2-0/+8
2010-10-18re PR lto/45638 (No rule to make target `check-lto', needed by `check'. Stop.)Jakub Jelinek2-0/+8
2010-10-14* lto-elf.c (SHN_XINDEX): Define if not already defined.Eric Botcazou2-0/+9
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-2/+1
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers2-5/+11
2010-10-08* lto.c (lto_balanced_map): Fix accounting of program size.Jan Hubicka2-3/+9
2010-10-07* lto.c (lto_balanced_map): Do not produce empty partitions.Jan Hubicka2-0/+7
2010-10-06[PATCH] Report LTO phase in lto1 process name v2Andi Kleen2-0/+19
2010-10-06lto.c (partition_cgraph_node_p, [...]): Handle COMDATs required by the linker.Jan Hubicka2-2/+9
2010-10-05* lto.c (lto_section_with_id): Make s a const pointer.Ian Lance Taylor2-1/+5
2010-10-05invoke.texi (-flto-partition, [...]): Document.Jan Hubicka3-28/+382
2010-10-04Mark linker Makefile rules for job server buildAndi Kleen2-1/+5
2010-10-03lto-cgraph.c (input_cgraph): Check for missing sections.Andi Kleen2-1/+10
2010-09-28builtin-attrs.def (ATTR_LEAF): New attribute.Jan Hubicka2-0/+29
2010-09-25lto.c (lto_read_all_file_options): Start a new line after printing out file n...Jie Zhang2-0/+8
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka2-1/+6
2010-09-20re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2-1/+6
2010-09-18lto-elf.c (lto_obj_file_open): Also provide filename when elf_begin fails.Gerald Pfeifer2-1/+6
2010-09-17lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.Jan Hubicka2-2/+6
2010-09-17common.opt (combine): Remove.Richard Guenther2-1/+5
2010-09-17lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when processing...Jan Hubicka2-5/+5
2010-09-15c-lang.h (struct lang_type): Add variable_size GTY option.Laurynas Biveinis2-1/+5
2010-09-09lto.c (real_file_count, [...]): New static vars.Jan Hubicka2-2/+15
2010-09-08gimple.c (gimple_types, [...]): Move to GC memory.Richard Guenther2-2/+6
2010-09-07* lto.c (promote_var, promote_fn): Set DECL_VISIBILITY_SPECIFIED.Jan Hubicka2-0/+7
2010-09-03lto-elf.c (validate_file): Always error if validation fails.Richard Guenther2-2/+8
2010-08-21lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.Jan Hubicka2-12/+27
2010-08-20Replace has_analyzed_clone with has_analyzed_clone_p.H.J. Lu2-1/+7
2010-08-20lto.c (has_analyzed_clone_p): New functionJan Hubicka2-28/+55
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2-3/+7
2010-07-28* Make-lang.in (lto.o): Add dependency to splay-tree.hAndi Kleen2-1/+5
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers2-4/+9