OSDN Git Service

* c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h,
[pf3gnuchains/gcc-fork.git] / gcc / tree.c
2005-05-26 kazu * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c,...
2005-05-25 dj* common.opt (-Wattributes): New. Default true.
2005-05-18 rguenth2005-05-18 Richard Guenther <rguenth@gcc.gnu.org>
2005-05-11 hubicka * Makefile.in (tree-eh.o: Kill gt-tree-eh.h dependency.
2005-05-02 drow * ggc.h (ggc_alloc_zone_pass_stat): New macro.
2005-05-01 rakdver PR tree-optimization/18316
2005-04-29 tromeygcc:
2005-04-23 dj* diagnostic.c (warning): Accept parameter to classify...
2005-04-22 rakdver * Makefile.in (LIBGCOV): Add _gcov_interval_profiler,
2005-04-21 nathan * lambda.h (lambda_vector_min_nz): Likewise.
2005-03-30 tromeygcc:
2005-03-25 kazu * tree.c (get_set_constructor_bits,
2005-03-16 steven * tree-inline.c (walk_type_fields, walk_tree,
2005-03-16 sayle PR tree-optimization/17454
2005-03-13 sayle PR middle-end/19331
2005-03-13 drow * ggc-zone.c: Rewritten.
2005-02-12 rth * tree-complex.c (expand_complex_libcall):...
2005-02-11 ian * tree.c (build_function_type_list): Work correctly...
2005-02-10 rakdver PR tree-optimization/18687
2005-02-10 rth * builtins.c (DEF_BUILTIN): Add COND argument.
2005-02-02 rakdver * tree.c (build_int_cst_type): Take sign of the value...
2005-01-08 sayle * tree.c (int_fits_type_p): Always honor integer constant
2005-01-01 sayle * tree.c (int_fits_type_p): A narrower type always...
2005-01-01 sayle * tree.c (int_fits_type_p): Compare the result of...
2004-12-23 dalej2004-12-23 Dale Johannesen <dalej@apple.com>
2004-12-17 steven * tree.c (type_contains_placeholder_1): Always return...
2004-12-09 nathan * tree.def (SET_TYPE): Remove.
2004-12-08 kazu * c-common.c (verify_tree): Don't check code length...
2004-12-07 kazugcc/
2004-12-02 pinskia2004-12-02 Andrew Pinski <pinskia@physics.uc.edu>
2004-11-27 kazu * tree.c (operand_equal_for_phi_arg_p): New.
2004-11-24 aldyh * tree.c (recompute_tree_invarant_for_addr_expr):...
2004-11-24 bonzini2004-11-24 Paolo Bonzini <bonzini@gnu.org>
2004-11-17 law * tree-cfg.c (edge_to_cases): Renamed from edge_to_cas...
2004-11-15 rakdver PR tree-optimization/18431
2004-11-13 kazu * c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimpl...
2004-11-13 law * tree-cfg.c (hashtab.h): Include.
2004-11-10 nathan.:
2004-11-03 pinskia2004-11-03 Andrew Pinski <pinskia@physics.uc.edu>
2004-11-03 spop * tree.c (tree_fold_gcd): Use FLOOR_MOD_EXPR...
2004-10-28 nathan * tree.c (int_cst_node, int_cst_hash_table): New varia...
2004-10-27 rakdver PR tree-optimization/18048
2004-10-25 pinskia2004-10-25 Andrew Pinski <pinskia@physics.uc.edu>
2004-10-21 pinskia2004-10-21 Andrew Pinski <pinskia@physics.uc.edu>
2004-10-19 rth PR middle-end/17885
2004-09-29 nathan * tree.c (make_node_stat): Fix uninitialized warning...
2004-09-28 mmitchel PR c++/17642
2004-09-23 fjahanianPR c++/9844, PR c++/13989
2004-09-23 dorit2004-09-23 Dorit Naishlos <dorit@il.ibm.com>
2004-09-18 geoffk * tree-inline.c (copy_tree_r): Don't duplicate constan...
2004-09-18 zack * tree.c, tree.h (tree_class_strings): Make array...
2004-09-17 zack2004-09-17 Jeffrey D. Oldham <oldham@codesourcery...
2004-09-16 rakdver * fold-const.c (fold): Fold difference of addresses.
2004-09-15 jsm28gcc:
2004-09-13 rth PR 17436
2004-09-12 rth PR c++/16254
2004-09-11 zack * tree.c (tree_code_size): New function, bulk of code...
2004-09-09 nathan * cgraphunit.c (cgraph_mark_functions_to_output):...
2004-09-09 nathan * targhooks.c (default_unwind_emit, default_scalar_mod...
2004-09-05 rakdver * tree-ssa-loop-ivopts.c: New file.
2004-09-04 kennerTrivial reformatting.
2004-09-04 kenner * tree.c (save_expr): No longer TREE_READONLY.
2004-09-04 hubicka * tree.c (iterate_hash_expr): Optimize, avoid use...
2004-08-31 kennerAdd missing newlines at two function headers
2004-08-30 rth * expr.c (array_ref_element_size): Force aligne...
2004-08-27 rthUpdate comment for staticp.
2004-08-27 rth * tree.c (staticp): Return the static object.
2004-08-25 nathan * tree.h (build_int_cst): New, sign extended constant.
2004-08-24 nathan * c-decl.c (c_init_decl_processing): Adjust
2004-08-23 nathan * tree.h (build_distinct_type_copy): New.
2004-08-19 echristo2004-08-19 Eric Christopher <echristo@redhat.com>
2004-08-19 nathan * tree.h (TYPE_CACHED_VALUES_P): New.
2004-08-15 nathan.:
2004-08-12 dnovillo PR tree-optimization/16867
2004-08-06 mmitchel * tree.c (handle_dll_attribute): Move here from i383...
2004-08-05 nathan * tree.h (force_fit_type): Return a tree, take three...
2004-07-28 echristo2004-07-28 Eric Christopher <echristo@redhat.com>
2004-07-25 giovannibajo PR c++/9283
2004-07-25 sayle * convert.c (convert_to_real, convert_to_integer,
2004-07-25 bernie * c-common.h (c_staticp): Change return type from...
2004-07-23 rth * expr.c (expand_expr_real_1): Don't handle...
2004-07-22 bonzini2004-07-22 Paolo Bonzini <bonzini@gnu.org>
2004-07-20 zack * rtl.h (plus_constant): Delete.
2004-07-20 nathan.:
2004-07-20 nathan.:
2004-07-15 bothner * input.h: If USE_MAPPED_LOCATION, define separate...
2004-07-13 spop * Makefile.in (OBJS-common): Add tree-data-ref.o.
2004-07-11 rth PR tree-opt/16383
2004-07-10 rakdver * tree-ssa-loop-im.c: New file.
2004-07-08 zack * c-decl.c (pop_scope): Do not set DECL_CONTEXT on...
2004-07-08 jsm282004-07-08 Joseph S. Myers <jsm@polyomino.org.uk>
2004-07-08 rth * except.c (expand_eh_region_start, expand_eh_region_end,
2004-07-08 aolivaIntroduce H8SX support.
2004-07-06 kenner * langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TY...
2004-07-05 zack * langhooks.c: Don't include gt-langhooks.h.
2004-07-05 nathan * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
2004-07-03 jsm28 * tree.c (type_hash_eq): Allow TYPE_MIN_VALUE which...
2004-07-03 rth * c-decl.c (grokdeclarator): Don't frob current...
2004-07-02 rth * tree.def (RTL_EXPR): Remove.
2004-06-30 bothner Conditionally compile support for --enable-mapped_loca...
next