aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-1/+1
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2-0/+29
2015-10-10tree.c (type_with_interoperable_signedness): New.Jan Hubicka2-2/+10
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell2-8/+12
2015-08-31lto.c (compare_tree_sccs_1): Compare DECL_ABSTRACT_ORIGIN.Richard Biener3-0/+25
2015-08-31lto-symtab.c (lto_symtab_prevailing_decl): Remove redundant test, do not repl...Richard Biener3-7/+15
2015-08-19remove more useless typedefsTrevor Saunders2-2/+6
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod2-3/+5
2015-07-13Fix double word typos.Aldy Hernandez2-1/+5
2015-07-10gimple-predict.h: New file.Andrew MacLeod2-1/+5
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod5-4/+12
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod2-1/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod6-47/+40
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod7-12/+9
2015-06-25hash-table.h: Update comments.Richard Sandiford2-3/+6
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod6-15/+8
2015-06-14re PR ipa/66181 (/usr/include/bits/types.h:134:16: ICE: verify_type failed)Jan Hubicka2-1/+5
2015-06-12lto-lang.c (lto_type_for_size): Include intN types.DJ Delorie2-0/+20
2015-06-08lto.c (hash_canonical_type): Drop hashing of TYPE_STRING_FLAG.Jan Hubicka2-7/+9
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod8-24/+10
2015-06-08re PR lto/65378 (Tweak to wording of -Wodr message)Jan Hubicka2-2/+12
2015-06-07alias.c (get_alias_set): Be ready for TYPE_CANONICAL of ptr_type_node to not ...Jan Hubicka2-3/+8
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez2-15/+5
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod6-17/+8
2015-06-04lto.c (hash_canonical_type): Use tree_code_for_canonical_type_merging.Jan Hubicka2-1/+5
2015-06-03lto.c (iterative_hash_canonical_type, [...]): only hash main variants of typesJan Hubicka2-1/+17
2015-06-03ipa.c (symbol_table::remove_unreachable_nodes): Don't remove instumentation t...Ilya Enkovich1-30/+42
2015-05-27LTO balanced map: add stats about insns and symbols.Martin Liska3-1/+34
2015-05-23lto.c (hash_canonical_type): Be sure we hash only types that need alias set.Jan Hubicka2-1/+14
2015-05-23* lto.c (hash_canonical_type): Drop hashing of METHOD_BASETYPE.Jan Hubicka2-4/+4
2015-05-19tree.c (verify_type_variant): Fix #undef.Jan Hubicka2-202/+4
2015-05-16ipa-utils.h (warn_types_mismatch, [...]): Declare.Jan Hubicka2-50/+117
2015-04-30dwarf2out.c (gen_type_die_with_usage): Call verify_type.Jan Hubicka2-1/+9
2015-04-18remove need for store_values_directlyTrevor Saunders2-6/+10
2015-03-31tree.c (need_assembler_name_p): Artificial types have no ODR names.Jan Hubicka1-0/+5
2015-03-30lto-symtab.c (lto_symtab_merge_decls_2): Silence warning on DECL_ARTIFICAL sy...Jan Hubicka2-1/+7
2015-03-27re PR lto/65536 (LTO line number information garbled)Jan Hubicka2-3/+24
2015-03-12cgraph.c (cgraph_node::release_body): Free function_in_decl_state.Jan Hubicka2-5/+17
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