summaryrefslogtreecommitdiff
path: root/gcc/tree.def
AgeCommit message (Expand)Author
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki
2019-09-02re PR target/91323 (LTGT rtx produces UCOMISS instead of COMISS)Eric Botcazou
2019-08-16tree.def (TYPE_SIZE): Clarify.Martin Sebor
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek
2019-07-04introduce EH_ELSE_EXPR tree and gimplifierAlexandre Oliva
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-10-05tree-core.h (tree_block::abstract_flag): Remove.Richard Biener
2018-09-25Remove Pascal-related entries in code and comments.Martin Liska
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah
2018-06-08Remove MPXMartin Liska
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: tree constantsRichard Sandiford
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabRichard Sandiford
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva
2017-12-07New VECTOR_CST layoutRichard Sandiford
2017-11-28Remove Cilk Plus support.Julia Koval
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou
2017-11-22Replace REDUC_*_EXPRs with internal functions.Richard Sandiford
2017-11-21New POINTER_DIFF_EXPRMarc Glisse
2017-10-11tree.def (POLYNOMIAL_CHREC): Remove CHREC_VARIABLE tree operand.Richard Biener
2017-07-24re PR target/81521 (After [r250413] GCC 8.0 doesn't compile for Windows)Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-25re PR ipa/78515 (ICE: in fold_binary_loc, at fold-const.c:8999 with -Os -mavx...Richard Biener
2016-06-13Fix CASE_CHAIN typosThomas Schwinge
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther
2016-04-01* tree.def (TRY_CATCH_EXPR): Correct documentation.Nathan Sidwell
2016-01-04Update copyright years.Jakub Jelinek
2015-11-13fold-const.c (fold_convert_const): Fold changing cv-quals on VECTOR_CST.Jason Merrill
2015-11-05gcc/Jakub Jelinek
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge
2015-10-21tree.def (CEIL_DIV_EXPR, [...]): Tweak comments.Eric Botcazou
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek
2015-05-11class.c (fixup_type_variants): Do not copy TYPE_METHODSJan Hubicka
2015-05-10tree.c (free_lang_data_in_type): Free TREE_PURPOSE of TYPE_ARG_TYPES list.Jan Hubicka
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge
2015-01-05Update copyright years.Jakub Jelinek
2014-11-13Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence
2014-11-05ipa-chkp.c: New.Ilya Enkovich
2014-10-28Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence
2014-10-27[Vectorizer] Make REDUC_xxx_EXPR tree codes produce a scalar resultAlan Lawrence
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek
2014-06-24tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou