summaryrefslogtreecommitdiff
path: root/gcc/tree.def
Commit message (Expand)AuthorAgeFilesLines
...
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2005-03-081-3/+3
* alias.c, [...]: Fix comment typos.Kazu Hirata2005-01-231-1/+1
* genopinit.c (optabs): Use smin/smax for floating point too.Richard Henderson2005-01-221-0/+3
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* * tree-vectorizer.c, tree.def: Fix comment typos.Kazu Hirata2005-01-101-1/+1
* system.c (IN_RANGE): Use plain unsigned, not unsigned HOST_WIDE_INT.Nathan Sidwell2004-12-211-47/+82
* tree.def, [...]: Correctly document restrictions on the shift width.Tobias Schlüter2004-12-141-1/+1
* genopinit.c (vec_realign_store_optab): Initialization removed.Dorit Naishlos2004-12-091-11/+0
* tree.def (SET_TYPE): Remove.Nathan Sidwell2004-12-091-13/+1
* expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher2004-11-241-10/+0
* tree.def (vec_cond_expr): Fix.Andrew Pinski2004-09-281-1/+1
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-0/+33
* tree.def (VEC_COND_EXPR): New tree node.Devang Patel2004-09-211-0/+12
* re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating2004-09-181-1/+1
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-171/+161
* tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell2004-08-191-4/+7
* expr.c (expand_expr_real_1): Remove.Paolo Bonzini2004-08-061-4/+0
* c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher2004-07-281-17/+9
* tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.Richard Kenner2004-07-231-1/+1
* tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini2004-07-221-1/+2
* tree-def (WITH_SIZE_EXPR): New.Richard Henderson2004-07-161-0/+7
* except.c (expand_eh_region_start, [...]): Remove.Richard Henderson2004-07-081-17/+5
* expr.c (expand_expr_real_1): Fix formating.Andrew Pinski2004-07-071-7/+0
* dojump.c (do_jump): REFERENCE_EXPR is dead.Daniel Berlin2004-07-061-3/+0
* c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell2004-07-051-0/+4
* c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson2004-07-021-4/+3
* tree.def (RTL_EXPR): Remove.Richard Henderson2004-07-011-22/+6
* Makefile.in (OBJS-common): Add tree-chrec.o.Sebastian Pop2004-06-301-0/+12
* tree.def (REALPART_EXPR, [...]): Change class to 'r'.Richard Henderson2004-06-281-2/+2
* c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner2004-06-261-0/+3
* Makefile.in (tree-vn.o): New.Diego Novillo2004-06-231-0/+6
* tree.def (VTABLE_REF): Remove.Richard Henderson2004-06-221-8/+13
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-6/+11
* fix typoJason Merrill2004-06-171-1/+1
* re PR c++/16015 (xfailed g++.dg/ext/stmtexpr1.C)Jason Merrill2004-06-171-4/+5
* tree-flow-inline.h (stmt_ann): Remove use of is_essa_node.Daniel Berlin2004-06-151-13/+0
* re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini2004-05-281-0/+3
* tree.def (documentation): Remove mention of class 'b'.Zack Weinberg2004-05-141-2/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-35/+94
* expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.Richard Kenner2004-04-011-1/+1
* cfgrtl.c, [...]: Fix comment typos.Kazu Hirata2004-03-251-1/+1
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-22/+9
* re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari...Rainer Orth2004-02-051-1/+1
* Index: ChangeLogGeoffrey Keating2004-01-161-2/+2
* expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell2004-01-091-5/+9
* * tree.def (PLACEHOLDER_EXPR): Clarify commentary.Peter Gerwinski2003-12-051-2/+12
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-1/+1
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-1/+1
* tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle2003-09-181-7/+0
* c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.Josef Zlomek2003-09-011-1/+0