OSDN Git Service

PR optimization/12544
[pf3gnuchains/gcc-fork.git] / gcc / tree.h
2003-10-09 jason * stmt.c (resolve_asm_operand_names): Call...
2003-09-28 rth * stmt.c (expand_asm_operands): Take a location...
2003-09-22 rthRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 rth * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATIO...
2003-09-04 dj * targhooks.c: New file.
2003-08-29 rth * function.c (allocate_struct_function): New...
2003-08-29 rth * c-tree.h (C_DECL_FILE_SCOPE): Move ...
2003-08-28 ghazi * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUB...
2003-08-26 sayle PR middle-end/12002
2003-08-25 mmitchel PR c++/8795
2003-08-22 kazu * cfgcleanup.c: Fix comment typos.
2003-08-20 jason * tree.h (IS_EXPR_CODE_CLASS): Also include...
2003-08-19 kazu * builtins.c: Fix comment typos.
2003-08-19 hubicka * cgraph.c (cgraph_mark_needed_node): Call notice_glob...
2003-08-08 sayle * tree.h (get_identifier) Define a macro form of get_i...
2003-08-05 steven2003-08-05 Steven Bosscher <steven@gcc.gnu.org>
2003-08-01 jason * Makefile.in (bubblestrap): Don't require...
2003-07-29 mmitchel PR c++/11667
2003-07-24 jason * tree.h (boolean_type_node): Move from C/C...
2003-07-22 kazu * alias.c: Fix comment formatting.
2003-07-18 sayle * fold-const.c (const_binop): Avoid performing the...
2003-07-15 geoffk * c-common.c (c_common_type_for_mode): Handle V4DFmode.
2003-07-14 gerald * ggc-page.c (extra_order_size_table): Insns have...
2003-07-11 geoffkIndex: ChangeLog
2003-07-07 nathan * rtl.h (emit_line_note): Take a location_t.
2003-07-06 nathan * tree.h (default_flag_random_seed): Remove.
2003-07-06 nathan * tree.h (crc32_string): Declare.
2003-07-06 aj * sbitmap.c: Convert prototypes to ISO C90.
2003-07-03 steven2003-07-03 Steven Bosscher <steven@gcc.gnu.org>
2003-07-03 law * expr.c (do_store_flag): Remove special case folding for
2003-07-01 law * stmt.c (any_pending_cleanups): Lose argument...
2003-06-25 hubicka * c-common.c (handle_used_attribute): Use mark_referenced.
2003-06-23 jakub * config/i386/i386.c (x86_output_mi_thunk): Don't...
2003-06-20 nathan * tree.h (expand_function_end): Remove all parameters.
2003-06-19 aj * c-tree.h: Remove declaration of poplevel.
2003-06-16 kennerWhitespace change.
2003-06-16 kenner * tree.h (STMT_CHECK): New macro.
2003-06-16 aj * tree.h: Remove duplicate prototype of strip_float_ex...
2003-06-16 ghazi * config/c4x/c4x.c: Don't include "c-tree.h".
2003-06-15 aj * alloc-pool.c: Convert to ISO C90 prototypes.
2003-06-14 nathan * tree.h (init_function_start): Remove filename and...
2003-06-06 jason * stmt.c (resolve_asm_operand_names): Rename...
2003-05-27 jason * tree.c (expr_first, expr_length): New fns.
2003-05-27 kenner * tree.h (contains_placeholder_p): Now returns bool.
2003-05-21 nathan * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOU...
2003-05-20 jason * tree.c (expr_last): New fn.
2003-05-18 gdr * hashtable.h (struct ht_identifier): Add data member...
2003-05-13 jason * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
2003-05-02 nathan * Makefile.in (TREE_H): Replace location.h with input.h.
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-04-30 nathan * tree.h (DECL_POINTER_DEPTH): Remove.
2003-04-29 zack * tree.h: Delete no-checking definition of CST_OR_CONS...
2003-04-28 zack * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK)...
2003-04-16 kenner * tree.c (skip_simple_arithmetics_at, saved_exp...
2003-04-14 kenner * tree.c (int_fits_type_p): Extract generic checks...
2003-04-14 sayle * tree.h (DECL_BUILT_IN_NONANSI): Remove.
2003-04-13 zack * tree.c (build_constructor): New function.
2003-04-12 geoffk PR c++/9393
2003-04-11 zack * tree.c (tree_operand_check_failed): New function.
2003-04-06 steven2003-04-06 Steven Bosscher <steven@gcc.gnu.org>
2003-04-03 jason * stor-layout.c (do_type_align): New fn, split...
2003-03-24 mmitchel * function.c (put_var_into_stack): Change bool paramet...
2003-03-24 mmitchel PR c++/7086
2003-03-02 geoffk2003-03-02 Kurt Garloff <garloff@suse.de>
2003-02-22 hubicka * expmed.c (expand_divmod): Undo sign extensions for...
2003-02-22 sayle * fold-const.c (omit_one_operand): No longer static.
2003-02-20 nathan Change base class access representation.
2003-02-12 hubicka * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at...
2003-02-10 geoffk * tree.h (struct tree_decl): Remove unused live_range_...
2003-01-31 nathan * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT):...
2003-01-28 shebs * coretypes.h (cpp_reader): Forward declare...
2003-01-24 hubicka * emit-rtl.c (reg_attrs_htab): New static variable.
2003-01-24 hubicka * builtins.c (DEF_BUILTIN): Accept 10 arguments.
2003-01-17 kazu * ifcvt.c: Fix comment typos.
2003-01-14 hubicka * convert.c (strip_float_extensions): Look for narrow...
2003-01-10 geoffkMerge from pch-branch.
2003-01-09 ebotcazou PR inline-asm/8832
2003-01-03 jasonfix comment spello
2002-12-24 kazu * regmove.c: Fix comment typos.
2002-12-19 kazu * ChangeLog: Follow spelling conventions.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-13 kazu * c-decl.c: Fix a comment typo.
2002-12-11 rth * tree.h (MODULE_LOCAL_P): Kill.
2002-12-01 mmitchel PR c++/8332
2002-11-27 rth * c-common.c (handle_visibility_attribute): Accept...
2002-11-27 rth * hooks.c (hook_bool_void_false, hook_void_tree...
2002-11-18 hubicka * calls.c (alloca_call_p): New global function.
2002-11-14 zack * tree.c (tree_vec_elt_check_failed): New function.
2002-10-23 zack * langhooks.h (struct lang_hooks_for_tree_inlining...
2002-10-14 amylaar * c-common.c (c_common_type_for_mode): Add V2HImode...
2002-10-02 sayle PR optimization/6627
2002-09-30 mmitchel * store-layout.c (finish_record_layout): Add free_p...
2002-09-28 kazu * ChangeLog.4: Fix typos.
2002-09-27 jakub * doc/extend.texi (tls_model): Document.
2002-09-27 kazu * LANGUAGES: Follow spelling conventions.
2002-09-20 rth * real.h (enum real_value_class, SIGNIFICAND_BI...
2002-09-18 rupp * stor-layout.c (place_field): Handle alignment...
2002-09-17 nickc* machmode.def (V1DImode): New mode. A single element...
2002-09-16 geoffkIndex: gcc/ChangeLog
2002-08-14 gdr * tree.h: Guard against multiple inclusion.
next