aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2-3/+7
2014-10-28cgraph.h: Flatten.Andrew MacLeod6-2/+38
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod6-3/+45
2014-10-16lto-object.c (lto_obj_begin_section): In the event that pointer sizes aren't ...DJ Delorie2-1/+7
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie2-3/+35
2014-10-06lto.c (stream_out): ARG_UNUSED added for last argument.Martin Liska2-1/+6
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez3-5/+10
2014-09-24Add an no_reorder attribute for LTOAndi Kleen2-41/+79
2014-09-11common.opt (flto-odr-type-merging): New flag.Jan Hubicka2-1/+10
2014-09-04Revert incorrect merging of debug-early branch.Aldy Hernandez1-1/+1
2014-09-04+ * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early...Aldy Hernandez1-1/+1
2014-08-25IPA C++ refactoring 4/NMartin Liska3-70/+73
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 Hubicka2-3/+12
2014-08-14ipa-utils.h (compare_virtual_tables): Declare.Jan Hubicka2-0/+8
2014-08-14re PR lto/62067 (lto-lang.c:549: too many calls to va_end on some code paths ?)Richard Biener2-5/+11
2014-08-08lto-streamer.h (struct lto_input_block): Make it a class with a constructor.Richard Biener2-3/+6
2014-08-08re PR lto/62032 (FAIL: vsnprintf-chk.c execution, -O2 -flto -fno-use-linker-...Bin Cheng2-3/+8
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders3-20/+16
2014-08-02add a hash_set based on hash_tableTrevor Saunders3-5/+11
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