aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
2014-12-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka2-2/+9
2014-12-09lto-partition.c (privatize_symbol_name): Correctly privatize instrumentation ...Ilya Enkovich1-10/+23
2014-12-09lto-cgraph.c (input_cgraph_1): Don't break existing instrumentation clone ref...Ilya Enkovich1-0/+14
2014-12-09move gimple_canonical_types htab out of gc memoryTrevor Saunders2-2/+7
2014-11-20remove more ggc htabsTrevor Saunders2-15/+12
2014-11-20use vec in lto_tree_ref_tableTrevor Saunders2-11/+17
2014-11-17tree.c (free_lang_data_in_decl): Annotate all functio nbodies with DECL_FUNCT...Jan Hubicka2-9/+4
2014-11-14optc-save-gen.awk: Output cl_target_option_eq...Jan Hubicka2-1/+6
2014-11-13[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.Ilya Verbin2-0/+9
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin4-3/+22
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-2/+21
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