summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-in.c
AgeCommit message (Expand)Author
2020-04-02c/94392 - only enable -ffinite-loops for C++Richard Biener
2020-01-19Fix ICE in speculative_call_infoJan Hubicka
2020-01-09Remove inline debug markers if support not enabled on accelerator compilerKwok Cheung Yeung
2020-01-01Update copyright years.Jakub Jelinek
2019-12-18PR 86416 – improve lto1 diagnostic if a mode does not existTobias Burnus
2019-12-13lto-streamer-in.c (input_function): Add node parameter.Jan Hubicka
2019-12-03Do not update SSA in lto-stremaer-inJan Hubicka
2019-11-07lto-streamer-in.c: Include alloc-pool.h.Jan Hubicka
2019-10-30Use symtab_node::order in LTO sections with body.Martin Liska
2019-09-18re PR lto/91763 (go.go-torture/execute/printnil.go FAILs)Richard Biener
2019-07-23re PR debug/91231 (ICE in dwarf2out_inline_entry, at dwarf2out.c:27642)Richard Biener
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-20re PR c++/59813 (tail-call elimination didn't fire for left-shift of char to ...Jakub Jelinek
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-03-08re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto)Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-07-31Save discriminator info for LTOAlexandre Oliva
2018-01-03Add support for MODE_VECTOR_BOOLRichard Sandiford
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford
2018-01-03poly_int: GET_MODE_PRECISIONRichard Sandiford
2018-01-03poly_int: GET_MODE_NUNITSRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-17Revert hunk with debug code that was comitted by mistakeAndi Kleen
2017-12-15re PR sanitizer/83388 (reference statement index not found error with -fsanit...Richard Biener
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva
2017-12-11Fix stack overflow with autofdo (PR83355)Andi Kleen
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou
2017-11-14auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-08-30[6/77] Make GET_MODE_WIDER return an opt_modeRichard Sandiford
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener
2017-07-28re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-25lto-streamer-in.c (lto_input_data_block): Adjust T const cast to avoid warning.Nathan Sidwell
2017-05-02Remove LTO_STREAMER_DEBUG (PR lto/79489).Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-12-10re PR sanitizer/78708 ([ASAN][LTO] ICE in expand_ASAN_MARK, at internal-fn.c:...Jakub Jelinek
2016-10-20Do not fixup edges for a thunk in LTRANS (PR lto/78049)Martin Liska
2016-10-11lto-streamer-out.c (collect_block_tree_leafs): New helper.Richard Biener
2016-08-06data-streamer-in.c (streamer_read_wide_int): New.Kugan Vivekanandarajah
2016-07-25cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU...Richard Biener
2016-05-27cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka
2016-05-18ipa-inline-transform.c (preserve_function_body_p): Look for first non-thunk c...Jan Hubicka
2016-04-22lto-streamer-in.c (input_ssa_names): Do not allocate GIMPLE_NOP for all SSA n...Richard Biener
2016-03-16re PR middle-end/70199 (Crash at -O2 when using labels.)Richard Henderson
2016-01-04Update copyright years.Jakub Jelinek
2015-11-24lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE_CANONICAL only for...Jan Hubicka
2015-10-30alias.c: Remove unused headers.Andrew MacLeod