aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-11common.opt (flto-odr-type-merging): New flag.Jan Hubicka1-1/+6
2014-08-25IPA C++ refactoring 4/NMartin Liska1-28/+29
2014-08-21re PR tree-optimization/62091 (ice in before_dom_children)Jan Hubicka1-4/+1
2014-08-20cgraphunit.c (ipa_passes, compile): Reshedule symtab_remove_unreachable_nodes...Jan Hubicka1-3/+6
2014-08-08lto-streamer.h (struct lto_input_block): Make it a class with a constructor.Richard Biener1-3/+2
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-8/+7
2014-08-01Change inchash to name space.Andi Kleen1-5/+5
2014-07-25Convert the tree.c type hashing over to inchashAndi Kleen1-4/+2
2014-07-25Convert LTO type hashing to the new inchash interfaceAndi Kleen1-26/+28
2014-07-25Add an abstract incremental hash data typeAndi Kleen1-0/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-6/+6
2014-07-15tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka1-2/+2
2014-07-12lto.c (read_cgraph_and_symbols): Do not push DECL_INIT_IO timevarJan Hubicka1-7/+0
2014-07-11vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka1-1/+1
2014-06-30revert: tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if typ...Jan Hubicka1-93/+16
2014-06-28lto.c (lto_read_decls): Fix comment in comment.Andrew Pinski1-1/+1
2014-06-28tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if type is com...Jan Hubicka1-17/+93
2014-06-24class.c (check_methods, [...]): Guard VINDEX checks by FUNCTION_DECL check.Jan Hubicka1-4/+6
2014-06-24add hash_map classTrevor Saunders1-7/+5
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-9/+10
2014-06-20cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio...Jan Hubicka1-4/+0
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-1/+0
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-1/+5
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-3/+0
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-3/+3
2014-05-25ggc.h (ggc_grow): New function.Jan Hubicka1-0/+4
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-1/+0
2014-05-22Create a new header lto-section-names.hBernd Schmidt1-0/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-4/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+2
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-2/+2
2014-04-15common.opt (lto_partition_model): New enum.Richard Biener1-3/+8
2014-04-11lto.c: Include ipa-inline.hJan Hubicka1-0/+5
2014-03-19lto.c (lto_wpa_write_files): Move call to lto_promote_cross_file_statics ...Richard Biener1-8/+11
2014-03-19re PR lto/60571 (FTBFS on hurd-i386)Jakub Jelinek1-2/+5
2014-02-24re PR lto/60295 (Too many lto1-wpa-stream processes are forked)Jan Hubicka1-1/+1
2014-02-14re PR target/60179 (target optimization attribute streaming is broken)Richard Biener1-5/+12
2014-02-07* lto.c (unify_scc): Free CONSTRUCTOR_ELTS.Jan Hubicka1-0/+4
2014-02-05lto-cgraph.c (asm_nodes_output): Make global.Jan Hubicka1-16/+120
2014-02-05lto.h (lto_global_var_decls): Remove.Richard Biener1-14/+0
2014-02-04re PR lto/59723 (ICE: in lto_output_tree, at lto-streamer-out.c:1390 when com...Richard Biener1-1/+9
2014-01-09lto.c (gimple_canonical_types_compatible_p): Fix comment.Richard Biener1-1/+1
2014-01-09re PR fortran/45586 (ICE non-trivial conversion at assignment)Richard Biener1-17/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-17Time profile-based function reordering (phase 2).Martin Liska1-1/+4
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-1/+1
2013-11-29re PR lto/59326 (FAIL: gcc.dg/vect/vect-simd-clone-*.c)Jakub Jelinek1-0/+40
2013-11-29re PR lto/59326 (FAIL: gcc.dg/vect/vect-simd-clone-*.c)Jakub Jelinek1-8/+16
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1