aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-core.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-28OpenMP: Add iterator support to Fortran's depend; add affinity clauseTobias Burnus1-0/+3
2021-03-25c-family: Fix up -Wduplicated-branches for union members [PR99565]Jakub Jelinek1-1/+4
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung1-13/+16
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-11c++: Final module preparationsNathan Sidwell1-0/+4
2020-11-25Add EAF_NODIRECTESCAPE flagJan Hubicka1-0/+4
2020-11-20PR middle-end/97879 - ICE on invalid mode in attribute accessMartin Sebor1-1/+4
2020-10-28openmp: Parsing and some semantic analysis of OpenMP allocate clauseJakub Jelinek1-0/+3
2020-10-02c++: Move CALL_FROM_NEW_OR_DELETE_P to tree.hJason Merrill1-1/+2
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-7/+0
2020-07-14core: add tree-node commentsNathan Sidwell1-0/+2
2020-05-28Add support for __builtin_bswap128Eric Botcazou1-0/+1
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-1/+2
2020-04-08Allow new/delete operator deletion only for replaceable.Martin Liska1-1/+2
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge1-0/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-05Check for bitwise identity when encoding VECTOR_CSTs (PR 92768)Richard Sandiford1-1/+2
2019-11-29Remove unused decimal floating-point pointer typesJulian Brown1-3/+0
2019-11-08[C] Opt out of GNU vector extensions for built-in SVE typesRichard Sandiford1-1/+2
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-3/+2
2019-08-10tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek1-0/+11
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek1-1/+4
2019-08-05Make function_code a 32-bit fieldRichard Sandiford1-12/+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-3/+17
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek1-0/+10
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek1-0/+3
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+2
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/+3
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-0/+2
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-1/+7
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek1-0/+3
2019-05-16re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Jakub Jelinek1-0/+1
2019-02-22re PR tree-optimization/87609 (miscompilation with restrict and loop)Richard Biener1-1/+3
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-06asm inlineSegher Boessenkool1-0/+3
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-4/+49
2018-10-05tree-core.h (tree_block::abstract_flag): Remove.Richard Biener1-2/+1
2018-10-03Properly mark lambdas in GCOV (PR gcov-profile/86109).Martin Liska1-1/+1
2018-08-29tree-core.h: Document use of deprecated_flag in SSA_NAME.Richard Biener1-0/+3
2018-08-24emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.Uros Bizjak1-2/+0
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-1/+7
2018-06-08Remove MPXMartin Liska1-14/+0
2018-05-30tree-core.h: Update comment about the format of NAME string passed to handler...Jozef Lawrynowicz1-8/+8
2018-01-12Fix integer overflow in stats of trees.Martin Liska1-2/+2
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm1-0/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1