aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
2014-08-01Change inchash to name space.Andi Kleen2-5/+11
2014-07-30lto-streamer.h (lto_write_data): New function.Richard Biener2-3/+19
2014-07-25Convert the tree.c type hashing over to inchashAndi Kleen2-4/+6
2014-07-25Convert LTO type hashing to the new inchash interfaceAndi Kleen2-26/+33
2014-07-25Add an abstract incremental hash data typeAndi Kleen2-0/+5
2014-07-24IPA C++ refactoring 2/NMartin Liska1-4/+4
2014-07-24IPA C++ refactoring 1/NMartin Liska3-41/+42
2014-07-15tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka2-2/+9
2014-07-12lto.c (read_cgraph_and_symbols): Do not push DECL_INIT_IO timevarJan Hubicka2-7/+6
2014-07-11vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka3-2/+8
2014-07-01IPA REF alias refactoringMartin Liska2-4/+10
2014-06-30revert: tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if typ...Jan Hubicka2-93/+24
2014-06-28lto.c (lto_read_decls): Fix comment in comment.Andrew Pinski2-1/+5
2014-06-28tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if type is com...Jan Hubicka2-17/+100
2014-06-26ChangeLog entry splitted to gcc/ChangeLog and gcc/lto/ChangeLog.Martin Liska1-0/+8
2014-06-25IPA REF refactoringMartin Liska2-16/+16
2014-06-24class.c (check_methods, [...]): Guard VINDEX checks by FUNCTION_DECL check.Jan Hubicka2-4/+13
2014-06-24add hash_map classTrevor Saunders2-7/+10
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders2-9/+14
2014-06-21cgraph.h (tls_model_names): New variable.Jan Hubicka2-0/+13
2014-06-20cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio...Jan Hubicka2-4/+4
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka2-1/+4
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka2-1/+10
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka2-3/+5
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2-0/+5
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2-3/+8
2014-05-25ggc.h (ggc_grow): New function.Jan Hubicka2-0/+8
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka3-2/+7
2014-05-22Cosmetic fixes for DEF_FUNCTION_TYPE_* macros.Thomas Schwinge2-3/+15
2014-05-22Create a new header lto-section-names.hBernd Schmidt3-5/+8
2014-05-22re PR lto/61012 (lto1: errors during merging of translation units (error: var...Jan Hubicka2-1/+12
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders3-6/+14
2014-05-06Update ChangeLogs for wide-int work.Kenneth Zadeck1-0/+7
2014-05-06Merge in wide-int.Kenneth Zadeck2-4/+3
2014-04-28re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener2-0/+6
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm4-16/+29
2014-04-15common.opt (lto_partition_model): New enum.Richard Biener4-9/+22
2014-04-14ipa-utils.c (ipa_merge_profiles): Merge profile_id.Jan Hubicka2-6/+5
2014-04-11lto.c: Include ipa-inline.hJan Hubicka2-0/+10
2014-03-19re PR c++/60553 (segfault in gt_ggc_mx_lang_tree_node in Chromium with LTO)Richard Biener2-1/+7
2014-03-19lto.c (lto_wpa_write_files): Move call to lto_promote_cross_file_statics ...Richard Biener2-8/+19
2014-03-19re PR lto/60571 (FTBFS on hurd-i386)Jakub Jelinek2-2/+11
2014-03-18re PR sanitizer/60535 (Link failure with -flto and -fsanitize=undefined)Jakub Jelinek2-2/+13
2014-03-08lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used consistentl...Paulo Matos2-1/+6
2014-02-24re PR lto/60295 (Too many lto1-wpa-stream processes are forked)Jan Hubicka2-1/+8
2014-02-20lto-partition.c (add_symbol_to_partition_1, [...]): Aliases have no defined s...Jan Hubicka2-4/+20
2014-02-14re PR target/60179 (target optimization attribute streaming is broken)Richard Biener2-5/+19
2014-02-12re PR fortran/60060 (lto1: internal compiler error: in add_AT_specification, ...Richard Biener2-9/+11
2014-02-07* lto.c (unify_scc): Free CONSTRUCTOR_ELTS.Jan Hubicka2-0/+8
2014-02-07re PR ipa/59469 (LLVM build failure with gcc LTO)Jan Hubicka2-81/+28