aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-31Save discriminator info for LTOAlexandre Oliva1-0/+8
2018-01-03Add support for MODE_VECTOR_BOOLRichard Sandiford1-0/+1
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-2/+2
2018-01-03poly_int: GET_MODE_PRECISIONRichard Sandiford1-2/+2
2018-01-03poly_int: GET_MODE_NUNITSRichard Sandiford1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-17Revert hunk with debug code that was comitted by mistakeAndi Kleen1-2/+0
2017-12-15re PR sanitizer/83388 (reference statement index not found error with -fsanit...Richard Biener1-8/+14
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-1/+11
2017-12-11Fix stack overflow with autofdo (PR83355)Andi Kleen1-0/+2
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-0/+1
2017-11-14auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka1-1/+1
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-0/+1
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-7/+2
2017-08-30[6/77] Make GET_MODE_WIDER return an opt_modeRichard Sandiford1-1/+1
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener1-0/+39
2017-07-28re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek1-0/+4
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-2/+2
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-3/+3
2017-05-25lto-streamer-in.c (lto_input_data_block): Adjust T const cast to avoid warning.Nathan Sidwell1-1/+1
2017-05-02Remove LTO_STREAMER_DEBUG (PR lto/79489).Martin Liska1-6/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-10re PR sanitizer/78708 ([ASAN][LTO] ICE in expand_ASAN_MARK, at internal-fn.c:...Jakub Jelinek1-2/+46
2016-10-20Do not fixup edges for a thunk in LTRANS (PR lto/78049)Martin Liska1-4/+8
2016-10-11lto-streamer-out.c (collect_block_tree_leafs): New helper.Richard Biener1-0/+3
2016-08-06data-streamer-in.c (streamer_read_wide_int): New.Kugan Vivekanandarajah1-18/+3
2016-07-25cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU...Richard Biener1-11/+0
2016-05-27cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka1-0/+3
2016-05-18ipa-inline-transform.c (preserve_function_body_p): Look for first non-thunk c...Jan Hubicka1-1/+2
2016-04-22lto-streamer-in.c (input_ssa_names): Do not allocate GIMPLE_NOP for all SSA n...Richard Biener1-2/+5
2016-03-16re PR middle-end/70199 (Crash at -O2 when using labels.)Richard Henderson1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-24lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE_CANONICAL only for...Jan Hubicka1-1/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-16/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+8
2015-09-20switch from gimple to gimple*Trevor Saunders1-8/+8
2015-08-31lto-streamer.h (lto_location_cache::cached_location::sysp): Add.Richard Biener1-4/+11
2015-08-10Fix offloading machine mode stream readingThomas Schwinge1-3/+5
2015-08-10Correctly advance iterator in offloading machine mode stream readingThomas Schwinge1-1/+1
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-4/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08lto-streamer-out.c (lto_output_location): Stream reserved locations correctly.Jan Hubicka1-6/+7
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-03-27re PR lto/65536 (LTO line number information garbled)Jan Hubicka1-24/+152
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-3/+123