summaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)Author
2020-05-09Remove last use of expr_alignEric Botcazou
2020-05-08tree: Avoid variable sharing in get_narrower [PR94724]Jakub Jelinek
2020-05-04Revert "tree: Don't reuse types if TYPE_USER_ALIGN differ [PR94775]"Marek Polacek
2020-04-30tree: Don't reuse types if TYPE_USER_ALIGN differ [PR94775]Marek Polacek
2020-04-29lto/94822 - fix ICE in component_ref_sizeRichard Biener
2020-04-28tree: Fix up TREE_SIDE_EFFECTS on internal calls [PR94809]Jakub Jelinek
2020-04-23tree: Fix up get_narrower [PR94724]Jakub Jelinek
2020-04-04c++: Fix further protected_set_expr_location related -fcompare-debug issues [...Jakub Jelinek
2020-04-03middle-end/94465 - handle released SSA names in array_ref_low_boundRichard Biener
2020-03-26tree: Fix -fcompare-debug issues due to protected_set_expr_location [PR94323]Jakub Jelinek
2020-03-23c++: Handle COMPOUND_EXPRs in get_narrower and warnings_for_convert_and_check...Jakub Jelinek
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-03-11Fix GIMPLE verification failure in LTO mode on Ada codeEric Botcazou
2020-02-18Typo fixes - functoin -> function [PR93796]Jakub Jelinek
2020-01-26checking: avoid verify_type_variant crash on incomplete type.Jason Merrill
2020-01-01Update copyright years.Jakub Jelinek
2019-12-13PR middle-end/91582 - missing heap overflow detection for strcpyMartin Sebor
2019-12-09tree.c (build_array_type_1): Add SET_CANONICAL parameter and compute TYPE_CAN...Eric Botcazou
2019-12-01Fix bugs relating to flexibly-sized objects in nios2 backend.Sandra Loosemore
2019-11-30[C] Add a target hook that allows targets to verify type usageRichard Sandiford
2019-11-29Remove unused decimal floating-point pointer typesJulian Brown
2019-11-25Prevent all uses of DFP when unsupported (PR c/91985).Joseph Myers
2019-11-18Add an empty constructor shortcut to build_vector_from_ctorRichard Sandiford
2019-11-14Pass the data vector mode to get_mask_modeRichard Sandiford
2019-11-14Remove build_{same_sized_,}truth_vector_typeRichard Sandiford
2019-11-14Add build_truth_vector_type_for_modeRichard Sandiford
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-09tree.c (fld_incomplete_type_of): Clear TYPE_FINAL_P, TYPE_EMPTY_P, ENUM_IS_OP...Jan Hubicka
2019-11-07optc-save-gen.awk: Generate cl_target_option_free and cl_optimization_option_...Jan Hubicka
2019-11-05PR tree-optimization/92373 - ICE in -Warray-bounds on access to member array ...Martin Sebor
2019-11-01PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo...Martin Sebor
2019-10-31re PR middle-end/92231 (ICE in gimple_fold_stmt_to_constant_1)Jakub Jelinek
2019-10-31re PR c++/90947 (Simple lookup table of array of strings is miscompiled)Jakub Jelinek
2019-10-30Come up with an abstraction.Martin Liska
2019-10-30operand_equal_p: add support for OBJ_TYPE_REF.Martin Liska
2019-10-25Fix typo in dump_tree_statistics.Martin Liska
2019-10-19Implement C++20 P1301 [[nodiscard("should have a reason")]].JeanHeyd Meneide
2019-10-04re PR debug/91968 (DW_AT_low_pc missing for DW_TAG_label with LTO)Richard Biener
2019-09-19PR middle-end/91631 - buffer overflow into an array member of a declared obje...Martin Sebor
2019-09-11[PATCH] some tree struct markingNathan Sidwell
2019-09-01re PR lto/91572 (lto1: error: type variant has different ‘TREE_TYPE’ sinc...Jakub Jelinek
2019-08-22PR middle-end/91490 - bogus argument missing terminating nul warning on strle...Martin Sebor
2019-08-13Optimise constant IFN_WHILE_ULTsRichard Sandiford
2019-08-12re PR lto/91375 (ICE on valid code in subbinfo_with_vtable_at_offset at ipa-d...Richard Biener
2019-08-10tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek
2019-08-01PR c++/90947 - Simple lookup table of array of strings is miscompiledMartin Sebor
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek