aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-13Optimise constant IFN_WHILE_ULTsRichard Sandiford1-0/+17
2019-08-12re PR lto/91375 (ICE on valid code in subbinfo_with_vtable_at_offset at ipa-d...Richard Biener1-2/+1
2019-08-10tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek1-0/+3
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek1-0/+3
2019-08-01PR c++/90947 - Simple lookup table of array of strings is miscompiledMartin Sebor1-0/+67
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek1-0/+3
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek1-1/+4
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-15/+15
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-07-04introduce EH_ELSE_EXPR tree and gimplifierAlexandre Oliva1-0/+3
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek1-0/+3
2019-07-02tree-core.h (enum tree_index): Add TI_CHREC_DONT_KNOW and TI_CHREC_KNOWN.Richard Biener1-0/+6
2019-06-27class.c (layout_class_type): Set TYPE_CXX_ODR_P for as-base type copy.Jan Hubicka1-0/+9
2019-06-27Remove quite obvious dead assignments.Martin Liska1-2/+0
2019-06-25Implement alternate "__intN__" form of "__intN" typeJozef Lawrynowicz1-4/+9
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-7/+7
2019-06-18tree.c (build_constructor): Add MEM_STAT_DECL.Jason Merrill1-2/+2
2019-06-11gdbhooks.py (TreePrinter.to_string): Recognize ggc_free'd memory.Jason Merrill1-1/+5
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-0/+6
2019-06-07common.opt (flto-odr-type-merging): Ignore.Jan Hubicka1-2/+1
2019-05-28[PATCH] Commonize anon-name generationNathan Sidwell1-34/+26
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek1-0/+3
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-51/+56
2019-04-18tree.c (get_qualified_type): Put found type variants at the head of the varia...Richard Biener1-5/+16
2019-04-15re PR ipa/88936 (-fipa-pta breaks bash (incorrect optimisation of recursive s...Richard Biener1-5/+13
2019-03-21re PR lto/89692 (ICE in streamer_write_chain, at tree-streamer-out.c:506)Jan Hubicka1-7/+23