aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek2-1/+23
2015-02-24[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge2-18/+23
2015-02-20cgraph.h (clone_function_name_1): Declare.Bernd Schmidt1-30/+114
2015-02-03ipa-inline-analysis.c (simple_edge_hints): Fix check for cross-module inlining.Jan Hubicka2-0/+6
2015-01-30Always pass explicit location to fatal_error.Joseph Myers4-21/+31
2015-01-28* lto-symtab.c (lto_varpool_replace_node): Merge TLS models.Jan Hubicka2-5/+42
2015-01-18lto.c (compare_tree_sccs_1): Add comparsion of DECL_FUNCTION_SPECIFIC_TARGETJan Hubicka2-2/+7
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge3-0/+25
2015-01-14cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.Ilya Verbin2-1/+7
2015-01-09re PR middle-end/64412 (ICE in offload compiler: in extract_insn, at recog.c:...Bernd Schmidt2-1/+9
2015-01-09re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x)Jakub Jelinek1-0/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison5-20/+56
2015-01-05Update copyright years.Jakub Jelinek15-14/+18
2014-12-22symbol_summary is used for inline_summary.Martin Liska2-5/+12
2014-12-22ipa-prop uses symbol_summary class.Martin Liska4-0/+9
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