aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.def
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-18re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-171/+161
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-4/+7
2004-08-06expr.c (expand_expr_real_1): Remove.Paolo Bonzini1-4/+0
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-17/+9
2004-07-23tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.Richard Kenner1-1/+1
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini1-1/+2
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-0/+7
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-17/+5
2004-07-07expr.c (expand_expr_real_1): Fix formating.Andrew Pinski1-7/+0
2004-07-06dojump.c (do_jump): REFERENCE_EXPR is dead.Daniel Berlin1-3/+0
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-0/+4
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-4/+3
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-22/+6
2004-06-30Makefile.in (OBJS-common): Add tree-chrec.o.Sebastian Pop1-0/+12
2004-06-28tree.def (REALPART_EXPR, [...]): Change class to 'r'.Richard Henderson1-2/+2
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-0/+3
2004-06-23Makefile.in (tree-vn.o): New.Diego Novillo1-0/+6
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-8/+13
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-6/+11
2004-06-17fix typoJason Merrill1-1/+1
2004-06-17re PR c++/16015 (xfailed g++.dg/ext/stmtexpr1.C)Jason Merrill1-4/+5