re PR c++/23167 (internal compiler error: in create_tmp_var)
[gcc.git] / gcc / tree.c
2005-08-28 Richard Hendersonstor-layout.c (finalize_type_size): Revert workaround...
2005-08-16 Ian Lance Taylor* tree.c (build_string): Mark tree CONSTANT and INVARIANT.
2005-08-11 James A. Morrisonre PR c++/23225 (tree check: expected class type, have...
2005-07-28 Volker Reicheltbuiltins.c: Fix comment typo(s).
2005-07-20 Giovanni BajoMake CONSTRUCTOR use VEC to store initializers.
2005-07-08 Daniel BerlinMakefile.in (TREE_H): Add treestruct.def.
2005-07-08 Kazu Hiratare PR tree-optimization/22360 (upper_bound_in_type...
2005-07-05 Joseph Myersre PR c/22013 (ICE in gimple_add_tmp_var, at gimplify...
2005-07-02 Joseph Myersc.opt, [...]: Remove "." from end of help texts.
2005-07-02 Joseph Myerstoplev.c (default_tree_printer): Handle setting locatio...
2005-06-30 Steven Bosschercoretypes.h (tls_model): Add TLS_MODEL_NONE as 0.
2005-06-29 Steve Ellceyre PR middle-end/21969 (ICE on float __attribute__...
2005-06-26 Kazu Hiratabuiltins.c, [...]: Use fold_buildN instead of fold...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-07 Jakub Jelinekre PR middle-end/21850 (misscompiling comparision from...
2005-06-07 Zdenek Dvoraktree-ssa-address.c: New file.
2005-06-04 Daniel Berlincfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.
2005-06-02 Andrew Pinskitree.c (build_common_builtin_nodes): Fix the return...
2005-06-01 Daniel Berlinc-objc-common.c (c_tree_printer): Check flag before...
2005-05-26 Kazu Hiratac-common.c, [...]: Fix comment typos.
2005-05-25 DJ Deloriecommon.opt (-Wattributes): New.
2005-05-18 Richard Guenthertree.c (build1_stat): Don't try to handle two-operand...
2005-05-11 Jan HubickaMakefile.in (tree-eh.o): Kill gt-tree-eh.h dependency.
2005-05-02 Daniel Jacobowitzggc.h (ggc_alloc_zone_pass_stat): New macro.
2005-05-01 Zdenek Dvorakre PR tree-optimization/18316 (Missed IV optimization)
2005-04-29 Tom Tromeytree.c (build_block): Removed unused 'tags' argument.
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-22 Zdenek DvorakMakefile.in (LIBGCOV): Add _gcov_interval_profiler...
2005-04-21 Nathan Sidwelllambda.h (lambda_vector_min_nz): Likewise.
2005-03-30 Tom Tromeytree.def (FILE_TYPE): Removed.
2005-03-25 Kazu Hiratatree.c (get_set_constructor_bits, [...]): Remove.
2005-03-16 Steven Bosschertree-inline.c (walk_type_fields, [...]): Move from...
2005-03-16 Roger Saylere PR tree-optimization/17454 (ICE with --enable-checki...
2005-03-13 Roger Saylere PR middle-end/19331 (Inefficient code generated...
2005-03-13 Daniel Jacobowitzggc-zone.c: Rewritten.
2005-02-12 Richard Hendersontree-complex.c (expand_complex_libcall): New.
2005-02-11 Ian Lance Taylortree.c (build_function_type_list): Work correctly if...
2005-02-10 Zdenek Dvorakre PR tree-optimization/18687 (>200% compile time regre...
2005-02-10 Richard Hendersonbuiltins.c (DEF_BUILTIN): Add COND argument.
2005-02-02 Zdenek Dvoraktree.c (build_int_cst_type): Take sign of the value...
2005-01-08 Roger Sayletree.c (int_fits_type_p): Always honor integer constant...
2005-01-01 Roger Sayletree.c (int_fits_type_p): A narrower type always fits...
2005-01-01 Roger Sayletree.c (int_fits_type_p): Compare the result of force_f...
2004-12-23 Dale Johannesentree.c (iterative_hash_expr): Canonicalize builtins.
2004-12-17 Steven Bosschertree.c (type_contains_placeholder_1): Always return...
2004-12-09 Nathan Sidwelltree.def (SET_TYPE): Remove.
2004-12-08 Kazu Hiratac-common.c (verify_tree): Don't check code length if...
2004-12-07 Kazu Hiratac-common.c, [...]: Replace uses of first_rtl_op with...
2004-12-02 Andrew Pinskitree.c (is_attribute_p): Split out to ..
2004-11-27 Kazu Hiratatree.c (operand_equal_for_phi_arg_p): New.
2004-11-24 Aldy Hernandeztree.c (recompute_tree_invarant_for_addr_expr): The...
2004-11-24 Paolo Bonzinire PR c++/16882 (overloading confused by const vector...
2004-11-17 Jeff Lawtree-cfg.c (edge_to_cases): Renamed from edge_to_case_l...
2004-11-15 Zdenek Dvorakre PR tree-optimization/18431 (Code for arrays and...
2004-11-13 Kazu Hiratac-cppbuiltin.c, [...]: Fix comment typos.
2004-11-13 Jeff Lawtree-cfg.c (hashtab.h): Include.
2004-11-10 Nathan Sidwellre PR c++/18143 (Duplicated thunk with a huge member...
2004-11-03 Andrew Pinskire PR middle-end/18231 (Nested inline function not...
2004-11-03 Sebastian Poptree.c (tree_fold_gcd): Use FLOOR_MOD_EXPR instead...
2004-10-28 Nathan Sidwelltree.c (int_cst_node, [...]): New variables.
2004-10-27 Zdenek Dvorakre PR tree-optimization/18048 (mgrid loop performance...
2004-10-25 Andrew Pinskire PR middle-end/17407 (ICE in int_mode_for_mode)
2004-10-21 Andrew Pinskire PR objc/17923 (const-str-[34].m fails on the mainlin...
2004-10-19 Richard Hendersonre PR middle-end/17885 (gimplifing of volatile &a->)
2004-09-29 Nathan Sidwelltree.c (make_node_stat): Fix uninitialized warning.
2004-09-28 Mark Mitchellre PR c++/17642 (internal compiler error: in invert_tru...
2004-09-23 Fariborz JahanianPR c++/9844, PR c++/13989
2004-09-23 Dorit Naishlostree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.
2004-09-18 Geoffrey Keatingre PR pch/13361 (const wchar_t * strings not stored...
2004-09-18 Zack Weinbergtree.c, tree.h (tree_class_strings): Make array const.
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-16 Zdenek Dvorakfold-const.c (fold): Fold difference of addresses.
2004-09-15 Joseph Myersattribs.c, [...]: Use %<, %> and %q for quoting in...
2004-09-13 Richard Hendersonre PR tree-optimization/17436 (Huge memory use regression)
2004-09-12 Richard Hendersonre PR c++/16254 (ICE in lower_stmt, at gimple-low.c...
2004-09-11 Zack Weinbergtree.c (tree_code_size): New function, bulk of code...
2004-09-09 Nathan Sidwellcgraphunit.c (cgraph_mark_functions_to_output): Renable...
2004-09-09 Giovanni Bajotarghooks.c (default_unwind_emit, [...]): Use gcc_asser...
2004-09-05 Zdenek Dvoraktree-ssa-loop-ivopts.c: New file.
2004-09-04 Richard KennerTrivial reformatting.
2004-09-04 Richard Kenner* tree.c (save_expr): No longer TREE_READONLY.
2004-09-04 Jan Hubickatree.c (iterate_hash_expr): Optimize, avoid use of...
2004-08-31 Richard KennerAdd missing newlines at two function headers
2004-08-30 Richard Hendersonexpr.c (array_ref_element_size): Force aligned_size...
2004-08-27 Richard HendersonUpdate comment for staticp.
2004-08-27 Richard Hendersontree.c (staticp): Return the static object.
2004-08-25 Nathan Sidwelltree.h (build_int_cst): New, sign extended constant.
2004-08-24 Nathan Sidwellc-decl.c (c_init_decl_processing): Adjust build_common_...
2004-08-23 Nathan Sidwelltree.h (build_distinct_type_copy): New.
2004-08-19 Eric Christopherlanghooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.
2004-08-19 Nathan Sidwelltree.h (TYPE_CACHED_VALUES_P): New.
2004-08-15 Nathan Sidwelltree.h (build_int_cst): New.
2004-08-12 Diego Novillore PR tree-optimization/16867 (Inline array initializer...
2004-08-06 Mark Mitchelltree.c (handle_dll_attribute): Move here from i383...
2004-08-05 Nathan Sidwelltree.h (force_fit_type): Return a tree, take three...
2004-07-28 Eric Christopherc-common.c (c_common_unsafe_for_reeval): Delete.
2004-07-25 Niall Douglasre PR c++/9283 (__attribute__((visibility ("hidden...
2004-07-25 Roger Sayleconvert.c (convert_to_real, [...]): Replace calls to...
2004-07-25 Bernardo Innocentic-common.h (c_staticp): Change return type from int...
2004-07-23 Richard Hendersonexpr.c (expand_expr_real_1): Don't handle non-local...
next