aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-8/+0
2020-07-20Correct handling of constant representations containing embedded nuls.Martin Sebor1-2/+3
2020-07-13ipa-devirt: Fix crash in obj_type_ref_class [PR95114]Richard Sandiford1-2/+2
2020-07-03Extend store merging to STRING_CSTEric Botcazou1-1/+3
2020-06-16openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek1-0/+5
2020-05-28Add support for __builtin_bswap128Eric Botcazou1-0/+1
2020-05-18PR middle-end/92815 - spurious -Wstringop-overflow writing into a flexible ar...Martin Sebor1-2/+3
2020-05-12tree: Add vector_element_bits(_tree) [PR94980 1/3]Richard Sandiford1-0/+2
2020-05-09Remove last use of expr_alignEric Botcazou1-1/+0
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-2/+2
2020-04-29c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout ...Jakub Jelinek1-0/+7
2020-04-08Allow new/delete operator deletion only for replaceable.Martin Liska1-1/+9
2020-04-04c++: Fix further protected_set_expr_location related -fcompare-debug issues [...Jakub Jelinek1-0/+1
2020-01-31calls.c: refactor special_function_p for use by analyzer (v2)David Malcolm1-0/+25
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge1-0/+5
2020-01-07PR c++/47877 - -fvisibility-inlines-hidden and member templates.Jason Merrill1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-01Fix bugs relating to flexibly-sized objects in nios2 backend.Sandra Loosemore1-0/+1
2019-11-29Remove unused decimal floating-point pointer typesJulian Brown1-3/+0
2019-11-22re PR c++/92458 (Constraints do not work with precompiled headers)Jakub Jelinek1-0/+64
2019-11-14Remove build_{same_sized_,}truth_vector_typeRichard Sandiford1-2/+0
2019-11-14Add build_truth_vector_type_for_modeRichard Sandiford1-0/+1
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-1/+2
2019-11-08[C] Opt out of GNU vector extensions for built-in SVE typesRichard Sandiford1-0/+5
2019-11-01PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo...Martin Sebor1-1/+1
2019-10-31re PR middle-end/92231 (ICE in gimple_fold_stmt_to_constant_1)Jakub Jelinek1-3/+3
2019-10-31re PR c++/90947 (Simple lookup table of array of strings is miscompiled)Jakub Jelinek1-6/+0
2019-09-19PR middle-end/91631 - buffer overflow into an array member of a declared obje...Martin Sebor1-0/+7
2019-09-11[PATCH] some tree struct markingNathan Sidwell1-0/+4
2019-08-22PR middle-end/91490 - bogus argument missing terminating nul warning on strle...Martin Sebor1-1/+2
2019-08-16tree.def (TYPE_SIZE): Clarify.Martin Sebor1-1/+4
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-8/+63
2019-08-13Optimise constant IFN_WHILE_ULTsRichard Sandiford1-0/+1
2019-08-10tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek1-0/+3
2019-08-06tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...Jakub Jelinek1-4/+5
2019-08-01PR c++/90947 - Simple lookup table of array of strings is miscompiledMartin Sebor1-0/+6
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska1-0/+11
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska1-4/+30
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek1-8/+11
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+4
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek1-1/+12
2019-07-02tree-core.h (enum tree_index): Add TI_CHREC_DONT_KNOW and TI_CHREC_KNOWN.Richard Biener1-0/+5
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-1/+10
2019-06-18tree.c (build_constructor): Add MEM_STAT_DECL.Jason Merrill1-1/+1
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-1/+4
2019-05-31tree.h (OMP_CLAUSE__CONDTEMP__ITER): Define.Jakub Jelinek1-0/+4
2019-05-28[PATCH] Commonize anon-name generationNathan Sidwell1-3/+8
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek1-1/+1
2019-05-16re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Jakub Jelinek1-0/+5
2019-04-30[GC PATCH] Correct TS marking of _EXPR nodesNathan Sidwell1-0/+4