OSDN Git Service

* doc/include/gcc-common.texi (version-GCC): Likewise.
[pf3gnuchains/gcc-fork.git] / gcc / c-common.c
2004-09-07 nathan * c-aux-info.c (gen_type): Use gcc_assert or gcc_unrea...
2004-09-05 kazu * c-common.c, c-decl.c, combine.c, defaults.h, fold...
2004-09-05 kazu * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,
2004-09-05 ghazi * builtin-attrs.def (ATTR_NOTHROW_SENTINEL_1): New.
2004-09-05 ghazigcc:
2004-09-01 kenner PR c/15224
2004-08-31 kenner * c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT...
2004-08-30 nathan * c-common.c (c_sizeof_or_alignof_type): Use gcc_assert.
2004-08-28 jason PR c++/13684
2004-08-27 rth * c-typeck.c (build_offsetof): Remove.
2004-08-27 rth * tree.c (staticp): Return the static object.
2004-08-26 rth * target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P...
2004-08-25 nathan * tree.h (build_int_cst): New, sign extended constant.
2004-08-23 nathan * tree.h (build_distinct_type_copy): New.
2004-08-19 nathan * tree.h (TYPE_CACHED_VALUES_P): New.
2004-08-18 cticeHot/cold partitioning update patch. The problems that...
2004-08-16 dpatel * c-common.c (handle_used_attribute): Set DECL_...
2004-08-15 nathan.:
2004-08-15 sayle * c-common.c (shorten_compare, pointer_int_sum,
2004-08-14 nathan * c-common.c (shorten_compare): Use force_fit_type...
2004-08-10 pinskia2004-08-09 Andrew Pinski <apinski@apple.com>
2004-08-07 jason * gimplify.c (gimplify_call_expr): Make return...
2004-08-06 mmitchel * tree.c (handle_dll_attribute): Move here from i383...
2004-08-05 geoffk2004-08-04 Geoffrey Keating <geoffk@apple.com>
2004-08-05 jsm28 * c-common.c (c_stddef_cpp_builtins): Define __INTMAX_...
2004-08-03 dalej2004-08-03 Dale Johannesen <dalej@apple.com>
2004-07-28 echristo2004-07-28 Eric Christopher <echristo@redhat.com>
2004-07-26 bernie * c-common.c (disable_builtin_function): Rename variab...
2004-07-25 giovannibajo PR c++/9283
2004-07-25 bernie * basic-block.h (reorder_block_def): Rename to reorder...
2004-07-25 bernie * bitmap.c: Use type-safe memory allocation macros...
2004-07-25 bernie * c-common.c: Rename all identifiers named `new'.
2004-07-25 bernie * c-common.c: Rename all identifiers named `class...
2004-07-25 bernie * c-common.c (c_staticp): Last episode of the staticp...
2004-07-25 bernie * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED...
2004-07-22 bonzini2004-07-22 Paolo Bonzini <bonzini@gnu.org>
2004-07-21 bonzini2004-07-21 Paolo Bonzini <bonzini@gnu.org>
2004-07-20 steven * c-common.h (check_case_value): Remove prototype.
2004-07-19 jsm28 * c-tree.h (struct c_expr): Define.
2004-07-18 steven * c-common.c (c_common_truthvalue_conversion): Don...
2004-07-17 jsm28 * langhooks.h (builtin_function): New langhook.
2004-07-11 jsm28 PR tree-optimization/16437
2004-07-08 jsm282004-07-08 Joseph S. Myers <jsm@polyomino.org.uk>
2004-07-08 bonzini2004-07-08 Paolo Bonzini <bonzini@gnu.org>
2004-07-05 zackgcc:
2004-06-30 jsm28 * c-common.h (check_function_format): Remove first...
2004-06-30 bothner Conditionally compile support for --enable-mapped_loca...
2004-06-28 pinskia2004-06-27 Andrew Pinski <pinskia@physics.uc.edu>
2004-06-26 kenner2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu...
2004-06-25 dj* c-common.h (warn_cast_qual, warn_missing_format_attri...
2004-06-24 sayle * c-common.c (expand_unordered_cmp): Delete.
2004-06-22 geoffk2004-06-21 Geoffrey Keating <geoffk@apple.com>
2004-06-21 rth * c-common.c (verify_sequence_points): Export.
2004-06-19 rth * c-common.c, c-common.h (lang_gimplify_stmt...
2004-06-18 rth * c-common.c (flag_objc_sjlj_exceptions): New.
2004-06-17 rth * c-common.def (COMPOUND_STMT): Remove.
2004-06-16 rth * c-common.def (CASE_LABEL): Remove.
2004-06-16 rth * c-common.def (GOTO_STMT, LABEL_STMT): Remove.
2004-06-16 rth * c-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-10 jakub PR c++/14791
2004-06-07 mmitchel PR c++/15337
2004-05-30 pinskiaChangeLog:
2004-05-30 kazu * bb-reorder.c, builtins.c, c-common.c, c-gimplify.c,
2004-05-30 kazu * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphu...
2004-05-28 aldyhfix typo in last commit....
2004-05-28 aldyh * c-common.c (fname_as_string): Fix xcalloc to xmalloc.
2004-05-28 aldyh * testsuite/g++.dg/charset/function.cc: New.
2004-05-28 pinskia2004-05-28 Andrew Pinski <pinskia@physics.uc.edu>
2004-05-28 bonzinigcc/ChangeLog:
2004-05-22 zack2004-05-22 Andrew Pinski <pinskia@physics.uc.edu>
2004-05-18 zacktop:
2004-05-14 zack * tree.def (documentation): Remove mention of class...
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-05 bonzinigcc/ChangeLog:
2004-04-23 rakdver * Makefile.in (LIBGCOV): Add _gcov_fork, _gcov_execl...
2004-04-09 pinskia2004-04-09 Andrew Pinski <pinskia@physics.uc.edu>
2004-04-01 kenner * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin...
2004-03-23 kenner * alias.c (get_alias_set): Add support for TYPE_REF_CA...
2004-03-20 kazu * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty...
2004-03-20 kazu * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,
2004-03-19 mmitchel * c-common.c (pointer_int_sum): Do not complain about...
2004-03-16 bonzinigcc/ChangeLog
2004-03-14 sayle * alias.c (get_alias_set): Replace calls via (*lang_ho...
2004-02-26 rth * c-common.c (handle_alias_attribute): Reject...
2004-02-23 kazugcc/
2004-02-17 kazu * c-common.c, cfghooks.c, rtlanal.c, varasm.c: Fix...
2004-02-17 mmitchel PR c++/11326
2004-02-11 zlaski2004-02-10 Ziemowit Laski <zlaski@apple.com>
2004-02-09 wilsonPR c++/11295
2004-02-08 zack * c-common.c (shadow_warning): Delete.
2004-02-03 paolo2004-02-03 Paolo Bonzini <bonzini@gnu.org>
2004-01-21 kazu * alias.c, basic-block.h, c-common.c, c-common.h,
2004-01-20 jasonfix comment
2004-01-17 hubicka * c-common.c (c_estimate_num_insns_1): Handle builtin_...
2004-01-13 hubicka * lang.c (java_estimate_num_insns_1): Fix bug in MODIF...
2004-01-13 pinskia2004-01-13 Andrew Pinski <pinskia@physics.uc.edu>
2004-01-09 mmitchel * expr.h (expand_expr): Make it a macro, not a function.
2003-12-31 mmitchel * c-common.c (c_expand_expr): Remove code to return...
2003-12-25 pinskia2003-12-25 Andrew Pinski <pinskia@physics.uc.edu>
2003-12-23 mmitchel * c-common.c (flag_abi_version): Default to 2.
next