aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-streamer-in.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-4/+5
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
2020-06-03Optimize ODR enum streamingJan Hubicka1-3/+1
2020-05-29Simplify tree streaming.Jan Hubicka1-50/+51
2020-05-25Do not stream redundant stuffJan Hubicka1-7/+14
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-1/+1
2020-04-29c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout ...Jakub Jelinek1-0/+1
2020-04-08Allow new/delete operator deletion only for replaceable.Martin Liska1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-13Remove leftover call to finalize_options_struct.Martin Liska1-1/+0
2019-10-15lto-streamer-out.c (lto_variably_modified_type_p): New.Richard Biener1-0/+1
2019-09-18re PR lto/91763 (go.go-torture/execute/printnil.go FAILs)Richard Biener1-6/+0
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-9/+8
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska1-0/+1
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-49/+49
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-1/+3
2019-05-16re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Jakub Jelinek1-2/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-22re PR c++/87229 (ICE: tree code 'call_expr' is not supported in LTO streams)Richard Biener1-0/+7
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-0/+2
2018-11-07re PR lto/87906 (ICE in tree check: expected block, have function_decl in blo...Richard Biener1-0/+6
2018-11-06ipa-pure-const.c (check_decl): Do not test TYPE_NEEDS_CONSTRUCTING.Jan Hubicka1-1/+0
2018-10-05tree-core.h (tree_block::abstract_flag): Remove.Richard Biener1-1/+0
2018-08-30lto-streamer-out.c (DFS::DFS_write_tree_body): Do not follow TYPE_STUB_DECL.Jan Hubicka1-1/+0
2018-08-29tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): Do not stream ...Jan Hubicka1-1/+0
2018-07-12lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream DECL_FCONTEXTJan Hubicka1-1/+0
2018-07-11lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream DECL_ORIGINAL_TYPE.Jan Hubicka1-4/+2
2018-07-04[multiple changes]Martin Liska1-1/+1
2018-06-22lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream BINFO_BASE_ACCES...Jan Hubicka1-18/+3
2018-06-21lto-streamer-out.c (DFS::DFS_write_tree_body): Update outdated comment.Richard Biener1-5/+0
2018-06-08Remove MPXMartin Liska1-1/+0
2018-01-12lto-streamer-out.c (DFS::DFS_write_tree_body): Process DECL_DEBUG_EXPR condit...Richard Biener1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: tree constantsRichard Sandiford1-0/+16
2017-12-07New VECTOR_CST layoutRichard Sandiford1-5/+7
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek1-0/+2
2017-08-30[76/77] Add a scalar_mode_pod classRichard Sandiford1-1/+1
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener1-4/+1
2017-08-16tree-core.h (tree_type_non_common): Rename binfo to lang_1.Nathan Sidwell1-2/+0
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-08-03Apply finish_options on DECL_FUNCTION_SPECIFIC_OPTIMIZATION for ACCEL_COMPILERTom de Vries1-0/+16
2017-07-19tree.h (TYPE_MINVAL, [...]): Rename to ...Nathan Sidwell1-2/+2
2017-05-02Remove LTO_STREAMER_DEBUG (PR lto/79489).Martin Liska1-20/+0
2017-04-12re PR target/79671 (mapnik miscompilation on armv7hl since r235622)Richard Biener1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-8/+6
2016-07-25cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU...Richard Biener1-59/+0
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-4/+4