summaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)Author
2020-05-09Remove last use of expr_alignEric Botcazou
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-04-29c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout ...Jakub Jelinek
2020-04-08Allow new/delete operator deletion only for replaceable.Martin Liska
2020-04-04c++: Fix further protected_set_expr_location related -fcompare-debug issues [...Jakub Jelinek
2020-01-31calls.c: refactor special_function_p for use by analyzer (v2)David Malcolm
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge
2020-01-07PR c++/47877 - -fvisibility-inlines-hidden and member templates.Jason Merrill
2020-01-01Update copyright years.Jakub Jelinek
2019-12-01Fix bugs relating to flexibly-sized objects in nios2 backend.Sandra Loosemore
2019-11-29Remove unused decimal floating-point pointer typesJulian Brown
2019-11-22re PR c++/92458 (Constraints do not work with precompiled headers)Jakub Jelinek
2019-11-14Remove build_{same_sized_,}truth_vector_typeRichard Sandiford
2019-11-14Add build_truth_vector_type_for_modeRichard Sandiford
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki
2019-11-08[C] Opt out of GNU vector extensions for built-in SVE typesRichard Sandiford
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-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-08-22PR middle-end/91490 - bogus argument missing terminating nul warning on strle...Martin Sebor
2019-08-16tree.def (TYPE_SIZE): Clarify.Martin Sebor
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford
2019-08-13Optimise constant IFN_WHILE_ULTsRichard Sandiford
2019-08-10tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek
2019-08-06tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...Jakub Jelinek
2019-08-01PR c++/90947 - Simple lookup table of array of strings is miscompiledMartin Sebor
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek
2019-07-02tree-core.h (enum tree_index): Add TI_CHREC_DONT_KNOW and TI_CHREC_KNOWN.Richard Biener
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka
2019-06-18tree.c (build_constructor): Add MEM_STAT_DECL.Jason Merrill
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek
2019-05-31tree.h (OMP_CLAUSE__CONDTEMP__ITER): Define.Jakub Jelinek
2019-05-28[PATCH] Commonize anon-name generationNathan Sidwell
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek
2019-05-16re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Jakub Jelinek
2019-04-30[GC PATCH] Correct TS marking of _EXPR nodesNathan Sidwell
2019-04-26Add commentary to (SET_)TYPE_VECTOR_SUBPARTSRichard Sandiford
2019-04-18PR middle-end/89797 - ICE on a vector_size (1LU << 33) int variable Martin Sebor
2019-04-15re PR ipa/88936 (-fipa-pta breaks bash (incorrect optimisation of recursive s...Richard Biener
2019-04-12PR c/88383 - ICE calling __builtin_has_attribute on a referenceMartin Sebor
2019-02-18PR middle-end/89294 - ICE in valid_constant_size_pMartin Sebor
2019-02-12re PR target/88777 (Out-of-range offsets building glibc test-tgmath2.c for hp...Jan Hubicka
2019-02-11PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array...Martin Sebor
2019-01-09PR other/16615 [1/5]Sandra Loosemore