aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-26Add commentary to (SET_)TYPE_VECTOR_SUBPARTSRichard Sandiford1-0/+17
2019-04-18PR middle-end/89797 - ICE on a vector_size (1LU << 33) int variable Martin Sebor1-3/+3
2019-04-15re PR ipa/88936 (-fipa-pta breaks bash (incorrect optimisation of recursive s...Richard Biener1-0/+1
2019-04-12PR c/88383 - ICE calling __builtin_has_attribute on a referenceMartin Sebor1-1/+1
2019-02-18PR middle-end/89294 - ICE in valid_constant_size_pMartin Sebor1-0/+1
2019-02-12re PR target/88777 (Out-of-range offsets building glibc test-tgmath2.c for hp...Jan Hubicka1-2/+1
2019-02-11PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array...Martin Sebor1-1/+12
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-07[2/2] PR88598: Optimise reduc (bit_and)Richard Sandiford1-0/+2
2019-01-07[1/2] PR88598: Optimise x * { 0 or 1, 0 or 1, ... }Richard Sandiford1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19C++: improvements to binary operator diagnostics (PR c++/87504)David Malcolm1-0/+49
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm1-0/+19
2018-12-06asm inlineSegher Boessenkool1-0/+3
2018-11-29re PR target/88152 (optimize SSE & AVX char compares with subsequent movmskb)Jakub Jelinek1-0/+7
2018-11-23PR tree-optimization/87756 - missing unterminated argument warning using addr...Martin Sebor1-1/+1
2018-11-15PR c++/87541 - ICE using a constant decl as an attribute alloc_size argumentMartin Sebor1-0/+1