aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.def
AgeCommit message (Expand)AuthorFilesLines
2007-09-01arm.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+13
2007-08-01tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak1-4/+11
2007-07-28cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-20tree-cfg.c (verify_expr): COND_EXPRs can have any integral typed condition.Richard Guenther1-1/+2
2007-06-26tree.def (VEC_WIDEN_MULT_LO_EXPR): Corrected string name.Kenneth Zadeck1-1/+1
2007-06-15[multiple changes]Andrew Pinski1-0/+4
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-1/+10
2007-05-17re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-3/+16
2007-04-22re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-3/+3
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-5/+7
2007-01-12re PR tree-optimization/29516 (gfortran miscompiled)Zdenek Dvorak1-0/+3
2006-12-11[multiple changes]Diego Novillo1-0/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-0/+5
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-0/+8
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-8/+1
2006-11-08[multiple changes]Dorit Nuzman1-0/+22
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson1-8/+9
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-1/+1
2006-02-09re PR c++/25979 (incorrect codegen for conditional [SVO issue])Jason Merrill1-1/+2
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle1-6/+3
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-46/+2
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-5/+17
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-2/+29
2006-01-18[multiple changes]Diego Novillo1-0/+110
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+6
2005-11-17Fix confusing comment typo reported by Rafael Espindola.James E Wilson1-2/+2
2005-08-10md.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus):Dorit Nuzman1-1/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-7/+7
2005-06-26cfg.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-21genopinit.c (vec_shl_optab, [...]): Initialize new optabs.Dorit Nuzman1-0/+6
2005-06-18tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman1-0/+10
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-0/+12
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-0/+14
2005-03-30tree.def (FILE_TYPE): Removed.Tom Tromey1-3/+0
2005-03-08c-common.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2005-01-23alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-01-22genopinit.c (optabs): Use smin/smax for floating point too.Richard Henderson1-0/+3
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-10* tree-vectorizer.c, tree.def: Fix comment typos.Kazu Hirata1-1/+1
2004-12-21system.c (IN_RANGE): Use plain unsigned, not unsigned HOST_WIDE_INT.Nathan Sidwell1-47/+82
2004-12-14tree.def, [...]: Correctly document restrictions on the shift width.Tobias Schlüter1-1/+1
2004-12-09genopinit.c (vec_realign_store_optab): Initialization removed.Dorit Naishlos1-11/+0
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-13/+1
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher1-10/+0
2004-09-28tree.def (vec_cond_expr): Fix.Andrew Pinski1-1/+1
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-0/+33
2004-09-21tree.def (VEC_COND_EXPR): New tree node.Devang Patel1-0/+12