aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.def
AgeCommit message (Expand)AuthorFilesLines
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-4/+5
2018-10-05tree-core.h (tree_block::abstract_flag): Remove.Richard Biener1-3/+0
2018-09-25Remove Pascal-related entries in code and comments.Martin Liska1-11/+6
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah1-0/+5
2018-06-08Remove MPXMartin Liska1-10/+1
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek1-0/+15
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-6/+0
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: tree constantsRichard Sandiford1-0/+3
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford1-0/+10
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabRichard Sandiford1-0/+3
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+3
2017-12-07New VECTOR_CST layoutRichard Sandiford1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-15/+0
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-4/+2
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-2/+3
2017-11-22Replace REDUC_*_EXPRs with internal functions.Richard Sandiford1-12/+0
2017-11-21New POINTER_DIFF_EXPRMarc Glisse1-0/+8
2017-10-11tree.def (POLYNOMIAL_CHREC): Remove CHREC_VARIABLE tree operand.Richard Biener1-2/+2
2017-07-24re PR target/81521 (After [r250413] GCC 8.0 doesn't compile for Windows)Jakub Jelinek1-6/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-25re PR ipa/78515 (ICE: in fold_binary_loc, at fold-const.c:8999 with -Os -mavx...Richard Biener1-1/+1
2016-06-13Fix CASE_CHAIN typosThomas Schwinge1-1/+1
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther1-0/+15
2016-04-01* tree.def (TRY_CATCH_EXPR): Correct documentation.Nathan Sidwell1-3/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-13fold-const.c (fold_convert_const): Fold changing cv-quals on VECTOR_CST.Jason Merrill1-1/+1
2015-11-05gcc/Jakub Jelinek1-12/+12
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-4/+4
2015-10-21tree.def (CEIL_DIV_EXPR, [...]): Tweak comments.Eric Botcazou1-4/+12
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-15/+34
2015-05-11class.c (fixup_type_variants): Do not copy TYPE_METHODSJan Hubicka1-2/+5
2015-05-10tree.c (free_lang_data_in_type): Free TREE_PURPOSE of TYPE_ARG_TYPES list.Jan Hubicka1-0/+2
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-3/+53
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-13Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence1-5/+0
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+10
2014-10-28Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence1-2/+1
2014-10-27[Vectorizer] Make REDUC_xxx_EXPR tree codes produce a scalar resultAlan Lawrence1-4/+3
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-0/+4
2014-06-24tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou1-0/+16
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-1/+1
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-0/+2
2014-05-06Merge in wide-int.Kenneth Zadeck1-7/+18
2014-04-15cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-04re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS)Tobias Burnus1-0/+10
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-5/+0
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-0/+4
2013-11-11tree.h (CONSTRUCTOR_NO_CLEARING): Define.Tristan Gingold1-6/+9