usage.adb: Change "pragma inline" to "pragma Inline" in information and error messages
[gcc.git] / gcc / tree.c
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...
2004-07-22 Paolo Bonzinitree-cfg.c (gimplify_val): Move from tree-complex.c.
2004-07-20 Zack Weinbergrtl.h (plus_constant): Delete.
2004-07-20 Nathan Sidwelltree.h (binfo_member): Remove.
2004-07-20 Nathan Sidwelltree.h: Include vec.h
2004-07-15 Per Bothnerinput.h: If USE_MAPPED_LOCATION...
2004-07-13 Sebastian PopMakefile.in (OBJS-common): Add tree-data-ref.o.
2004-07-11 Richard Hendersonre PR tree-optimization/16383 (internal compiler error...
2004-07-10 Zdenek Dvoraktree-ssa-loop-im.c: New file.
2004-07-08 Zack Weinbergc-decl.c (pop_scope): Do not set DECL_CONTEXT on file...
2004-07-08 Joseph Myersre PR c/2511 (-pedantic not warning about bitfield...
2004-07-08 Richard Hendersonexcept.c (expand_eh_region_start, [...]): Remove.
2004-07-08 Alexandre OlivaIntroduce H8SX support.
2004-07-06 Richard Kennerlanghooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_...
2004-07-05 Zack Weinberglanghooks.c: Don't include gt-langhooks.h.
2004-07-05 Nathan Sidwellc-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
2004-07-03 Joseph Myerstree.c (type_hash_eq): Allow TYPE_MIN_VALUE which compa...
2004-07-03 Richard Hendersonc-decl.c (grokdeclarator): Don't frob current_function_...
2004-07-02 Richard Hendersontree.def (RTL_EXPR): Remove.
2004-06-30 Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-28 Richard Hendersontree.def (REALPART_EXPR, [...]): Change class to 'r'.
2004-06-28 Nathan Sidwellcp-tree.h (VAR_OR_FUNCTION_DECL_CHECK, [...]): Use...
2004-06-26 Richard Kennerc-common.c (c_safe_from_p, [...]): Deleted.
2004-06-23 Diego NovilloMakefile.in (tree-vn.o): New.
2004-06-22 Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-21 Roger Saylefold-const.c (operand_equal_p): Pass flags in recursive...
2004-06-15 Daniel Berlintree-flow-inline.h (stmt_ann): Remove use of is_essa_node.
2004-06-10 Jakub Jelinekre PR c++/14791 (13070 does not fix -Wformat with fprintf)
2004-06-07 J"orn Rennecke* tree.c (iterative_hash_expr): Use real_hash.
2004-05-21 Roger Sayletree.c (array_type_nelts, [...]): Replace build with...
2004-05-20 Roger Saylere PR middle-end/3074 (Statement with no effect not...
2004-05-14 Zack Weinbergtree.def (documentation): Remove mention of class 'b'.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-05 Paolo Bonzinire PR target/14899 (wrong code due to change in compati...
2004-04-25 Richard KennerPR/c++ 15119
2004-04-12 Richard Kennerc-decl.c (finish_decl): Make a decl_stmt for a variable...
2004-04-05 Andrew Pinskitree.c (reconstruct_complex_type): Use TYPE_READONLY...
2004-04-05 Richard Kennerc-decl.c (build_compound_literal): Use TYPE_READONLY.
2004-04-01 Richard Kennerexpr.c (get_inner_reference): Use DECL_UNSIGNED, not...
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-23 Zack WeinbergPR 12267, 12391, 12560, 13129, 14114, 14113
2004-03-23 Richard Kenneralias.c (get_alias_set): Add support for TYPE_REF_CAN_A...
2004-03-21 Richard Kenneralias.c (get_alias_set): Remove handling of PLACEHOLDER...
2004-03-20 Kazu Hirataalias.c, [...]: Replace calls via (*targetm.foo) (...
2004-03-19 Richard Kenner* tree.c (substitute_in_expr): Rewrite to simplify...
2004-03-19 Richard Kennerlanghooks-def.h (LANG_HOOKS_HASH_TYPES): New macro...
2004-03-18 Richard KennerFix typo in comment.
2004-03-18 Richard Kennertree.h (TREE_CHECK2, [...]): New macros.
2004-03-16 Paolo Bonzinic-common.c (c_common_type_for_mode): Build vector types...
2004-03-14 Roger Saylealias.c (get_alias_set): Replace calls via (*lang_hooks...
2004-03-11 Richard Kenner(build_pointer_type_for_mode): Fix comments and whitespace.
2004-03-05 Jason Merrilltree.h (TYPE_HASH): Use TYPE_UID.
2004-03-03 Jan Hubickaggc-common.c (ggc_alloc_cleared_stat, [...]): Rename...
2004-02-24 Jason Merrilltree.c (check_qualified_type): New fn.
2004-02-19 Richard HendersonMakefile.in (STRICT2_WARN): Add -Wno-variadic-macros.
2004-02-11 Ziemowit Laskic-common.c (vector_size_helper): Remove; call reconstru...
2004-02-05 Rainer Orthre PR target/13750 (Ada bootstrap failure on Tru64...
2004-02-03 Mark Mitchellre PR c++/13975 (ICE on misplaced visibility specifier.)
2004-02-03 Jeff Lawtree.c (commutative_tree_code, [...]): New functions.
2004-01-29 Roger Saylere PR java/13824 (gcj SEGV with simple .java program)
2004-01-16 Geoffrey KeatingIndex: ChangeLog
2004-01-10 Richard Sandifordtree.c (get_unwidened): Reorder conditions so that...
2003-12-20 Jason Merrilltree.c (get_unwidened): Decide whether to narrow a...
2003-12-15 Waldek Hebischtree.c (initializer_zerop): Add test for empty set.
2003-11-14 Jason Merrillre PR middle-end/12526 ([tree-ssa] internal compiler...
next