aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.def
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+6
2013-10-25mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich1-0/+5
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-0/+6
2013-10-11target.c: New file.Jakub Jelinek1-0/+30
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-10-11* tree.def (REDUC_PLUS_EXPR): Fix up comment.Jakub Jelinek1-2/+5
2012-07-10Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson1-0/+4
2012-06-27Add MULT_HIGHPART_EXPRRichard Henderson1-0/+4
2012-04-18tree.def (CASE_LABEL_EXPR): Fix documentation, mention all operands.Steven Bosscher1-4/+10
2012-03-19tree.def (REALPART_EXPR, [...]): Move.Eric Botcazou1-17/+17
2011-12-23Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson1-4/+0
2011-12-23Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek1-4/+0
2011-12-13Revert two unintended commitsRichard Henderson1-0/+4
2011-12-13Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson1-4/+0
2011-11-22remove mention of EH_FILTER_MUST_NOT_THROWJason Merrill1-2/+1
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+4
2011-10-25Fix typos in the names of vec_extract & vec_interleave tree codes.Richard Henderson1-4/+4
2011-10-18md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen1-0/+23
2011-10-07Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson1-5/+6
2011-10-03Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs1-0/+13
2011-08-2920011-08-29 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>Artjoms Sinkarovs1-1/+4
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+16
2011-05-10make CASE_LABEL_EXPR not abuse TREE_CHAINNathan Froyd1-1/+1
2011-01-21re PR other/47395 (the tree code WIDEN_MULT_MINUS_EXPR has a mismatching name)Richard Guenther1-1/+1
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-0/+6
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-4/+7
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-11/+0
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-8/+10
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther1-2/+2