aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-13/+49
2018-10-26ipa-devirt.c (warn_odr): Make static.Jan Hubicka1-2/+1
2018-10-05tree-core.h (tree_block::abstract_flag): Remove.Richard Biener1-1/+0
2018-10-03gimple-ssa-sprintf.c (format_string): Do not hardcode size of target's wchar_t.Jeff Law1-0/+3
2018-10-03Properly mark lambdas in GCOV (PR gcov-profile/86109).Martin Liska1-0/+4
2018-09-28tree.h (BLOCK_ORIGIN): New.Richard Biener1-0/+2
2018-09-27tree.h (tree_to_shwi): Add attribute nonnull and pure.Martin Sebor1-5/+13
2018-09-26tree.c (zerop): Change return type to bool.Martin Sebor1-17/+17
2018-08-29tree-core.h: Document use of deprecated_flag in SSA_NAME.Richard Biener1-0/+7
2018-08-28Update documentation of fndecl_built_in_p.Martin Liska1-13/+8
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-14/+45
2018-08-21tree.c (find_decls_types_r): Do not check for redundant typedefs.Jan Hubicka1-1/+0
2018-08-10Introduce __builtin_expect_with_probability (PR target/83610).Martin Liska1-0/+6
2018-07-26PR tree-optimization/86043 - strlen after memcpy partially overwriting a stri...Martin Sebor1-2/+6
2018-07-20Remove unused code.Martin Liska1-10/+0
2018-07-19wide-int.h (widest2_int): New.Aldy Hernandez1-0/+5
2018-06-08Remove MPXMartin Liska1-20/+0
2018-05-16* tree.c (warn_deprecated_use): Return bool. Simplify logic.Jason Merrill1-1/+1
2018-04-30tree.c (build_clobber): New.Jason Merrill1-0/+1
2018-03-16re PR c++/79937 (ICE in replace_placeholders_r)Jakub Jelinek1-0/+3
2018-01-15re PR middle-end/82694 (Linux kernel miscompiled since r250765)Jakub Jelinek1-6/+11
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm1-0/+47
2018-01-03poly_int: GET_MODE_PRECISIONRichard Sandiford1-1/+1