aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-28Underline argument in -Wnonnull and in C++ extend warning to the this pointer...Martin Sebor1-3/+10
2020-06-09tree-inline: Fix VLA handling [PR95552]Jason Merrill1-0/+6
2020-06-03Optimize ODR enum streamingJan Hubicka1-27/+6
2020-05-28Add support for __builtin_bswap128Eric Botcazou1-0/+2
2020-05-26Simplify types of TYPE_VALUES in enumeral typesJan Hubicka1-2/+22
2020-05-18PR middle-end/94940 - spurious -Warray-bounds for a zero length array member ...Martin Sebor1-10/+18
2020-05-12tree: Add vector_element_bits(_tree) [PR94980 1/3]Richard Sandiford1-0/+24
2020-05-09Remove last use of expr_alignEric Botcazou1-45/+0
2020-05-08tree: Avoid variable sharing in get_narrower [PR94724]Jakub Jelinek1-1/+1
2020-05-04Revert "tree: Don't reuse types if TYPE_USER_ALIGN differ [PR94775]"Marek Polacek1-3/+1
2020-04-30tree: Don't reuse types if TYPE_USER_ALIGN differ [PR94775]Marek Polacek1-1/+3
2020-04-29lto/94822 - fix ICE in component_ref_sizeRichard Biener1-17/+18
2020-04-28tree: Fix up TREE_SIDE_EFFECTS on internal calls [PR94809]Jakub Jelinek1-0/+1
2020-04-23tree: Fix up get_narrower [PR94724]Jakub Jelinek1-8/+12
2020-04-04c++: Fix further protected_set_expr_location related -fcompare-debug issues [...Jakub Jelinek1-24/+14
2020-04-03middle-end/94465 - handle released SSA names in array_ref_low_boundRichard Biener1-1/+3
2020-03-26tree: Fix -fcompare-debug issues due to protected_set_expr_location [PR94323]Jakub Jelinek1-0/+27
2020-03-23c++: Handle COMPOUND_EXPRs in get_narrower and warnings_for_convert_and_check...Jakub Jelinek1-0/+15
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1
2020-03-11Fix GIMPLE verification failure in LTO mode on Ada codeEric Botcazou1-0/+10
2020-02-18Typo fixes - functoin -> function [PR93796]Jakub Jelinek1-1/+1
2020-01-26checking: avoid verify_type_variant crash on incomplete type.Jason Merrill1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-13PR middle-end/91582 - missing heap overflow detection for strcpyMartin Sebor1-4/+4
2019-12-09tree.c (build_array_type_1): Add SET_CANONICAL parameter and compute TYPE_CAN...Eric Botcazou1-15/+12
2019-12-01Fix bugs relating to flexibly-sized objects in nios2 backend.Sandra Loosemore1-0/+35
2019-11-30[C] Add a target hook that allows targets to verify type usageRichard Sandiford1-0/+15
2019-11-29Remove unused decimal floating-point pointer typesJulian Brown1-3/+0
2019-11-25Prevent all uses of DFP when unsupported (PR c/91985).Joseph Myers1-17/+20
2019-11-18Add an empty constructor shortcut to build_vector_from_ctorRichard Sandiford1-0/+3
2019-11-14Pass the data vector mode to get_mask_modeRichard Sandiford1-4/+4
2019-11-14Remove build_{same_sized_,}truth_vector_typeRichard Sandiford1-21/+9
2019-11-14Add build_truth_vector_type_for_modeRichard Sandiford1-11/+22
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-11/+12
2019-11-09tree.c (fld_incomplete_type_of): Clear TYPE_FINAL_P, TYPE_EMPTY_P, ENUM_IS_OP...Jan Hubicka1-1/+10
2019-11-07optc-save-gen.awk: Generate cl_target_option_free and cl_optimization_option_...Jan Hubicka1-0/+4
2019-11-05PR tree-optimization/92373 - ICE in -Warray-bounds on access to member array ...Martin Sebor1-22/+27
2019-11-01PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo...Martin Sebor1-31/+194
2019-10-31re PR middle-end/92231 (ICE in gimple_fold_stmt_to_constant_1)Jakub Jelinek1-1/+2
2019-10-31re PR c++/90947 (Simple lookup table of array of strings is miscompiled)Jakub Jelinek1-67/+0
2019-10-30Come up with an abstraction.Martin Liska1-279/+0
2019-10-30operand_equal_p: add support for OBJ_TYPE_REF.Martin Liska1-0/+6
2019-10-25Fix typo in dump_tree_statistics.Martin Liska1-1/+1
2019-10-19Implement C++20 P1301 [[nodiscard("should have a reason")]].JeanHeyd Meneide1-16/+1
2019-10-04re PR debug/91968 (DW_AT_low_pc missing for DW_TAG_label with LTO)Richard Biener1-2/+3
2019-09-19PR middle-end/91631 - buffer overflow into an array member of a declared obje...Martin Sebor1-0/+70
2019-09-11[PATCH] some tree struct markingNathan Sidwell1-46/+36
2019-09-01re PR lto/91572 (lto1: error: type variant has different ‘TREE_TYPE’ sinc...Jakub Jelinek1-0/+7
2019-08-22PR middle-end/91490 - bogus argument missing terminating nul warning on strle...Martin Sebor1-6/+11