darwin-20040809-2.c: Don't expect default debugging to be STABS.
[gcc.git] / gcc / tree.c
2006-03-21 Jakub Jelinekre PR c++/26690 (ICE in get_callee_fndecl, at tree...
2006-03-04 Kazu Hiratatree.c (add_var_to_bind_expr): Remove.
2006-03-01 Diego Novillotree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.
2006-02-15 Daniel Berlintree.c (init_ttree): Add STRUCT_FIELD_TAG handling.
2006-02-08 Roger Sayletree.def (CHAR_TYPE): Remove.
2006-02-03 Roger Sayletree.h (TYPE_STRING_FLAG): Document that this field...
2006-01-29 Eric BotcazouRevert
2006-01-26 Diego Novillore PR middle-end/25886 (up to 256 tree codes for Object...
2006-01-18 Diego Novillo[multiple changes]
2006-01-16 John David Anglinre PR target/25168 (FAIL: g++.old-deja/g++.abi/cxa_vec...
2006-01-14 Zdenek Dvoraktree-ssa-loop-niter.c (number_of_iterations_cond):...
2006-01-14 Ian Lance Taylortree.c (tree_not_class_check_failed): New function.
2006-01-07 Daniel Berlintree.c (iterative_hash_expr): Hash decls based on UID.
2005-12-22 Richard Guenthertree.c (tree_fold_gcd): Use build_int_cst where appropr...
2005-12-16 Jon Grimmtarget-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.
2005-12-09 Diego Novillotree.c (recompute_tree_invariant_for_addr_expr): Rename...
2005-12-06 Aldy Hernandezre PR c++/24138 (ICE with the code in PR 20407)
2005-12-06 Daniel BerlinIn gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>
2005-12-02 Richard Guenthertree.h (build): Remove prototype.
2005-11-10 Eric Botcazoutree.c (int_fits_type_p): Only look at the base type...
2005-11-09 Eric Botcazoutree.c (build_qualified_type): Chain the new type to...
2005-11-05 Kazu Hiratac-typeck.c, [...]: Fix comment typos.
2005-11-02 Richard Kenner(tree_int_cst_sgn): Fix typo in comment.
2005-10-12 Danny Smithre PR target/21275 (gcc 4.0.0 crash with mingw when...
2005-10-04 Andrew Pinski+2005-10-04 Andrew Pinski <pinskia@physics.uc.edu>...
2005-10-04 Andrew Pinskitree.c (last_annotated_node): Change type to location_t*.
2005-10-03 Ian Lance Taylorgimplify.c (find_single_pointer_decl_1): New static...
2005-09-14 Eric Botcazou* tree.c (substitute_in_expr, case 4): New case, for...
2005-09-13 Volker Reichelttree.c (annotate_with_file_line): Compare line numbers...
2005-09-11 Eric Botcazoutree.c (contains_placeholder_p): Properly handle CALL_E...
2005-09-07 Richard Kenner* tree.c (host_integerp, tree_low_cst): Correct functio...
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...
next