cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.
[platform/upstream/gcc.git] / gcc / objc /
2004-11-09 Andrew Pinskire PR objc/18406 (ICE compiling Objective C code with...
2004-11-09 Joseph Myersbuiltins.c, [...]: Avoid "`" as left quote, using ...
2004-11-08 Andrew Pinskire PR objc/16546 ([unit-at-a-time] Solaris 10/x86 libob...
2004-10-31 Ziemowit Laskic-common.h (objc_lookup_ivar): Add second parameter...
2004-10-26 Ziemowit Laskiobjc-act.c (finish_class): Do not synthesize bogus...
2004-10-25 Ziemowit Laskic-common.h: Remove RID_ID.
2004-10-21 Andrew Pinskire PR objc/17923 (const-str-[34].m fails on the mainlin...
2004-10-02 Kazu Hirata* objc-act.c: Fix comment typos.
2004-09-24 Ziemowit Laskiobjc-act.c (init_objc_symtab, [...]): When initializing...
2004-09-24 Zack Weinbergobjc-act.c: Change annotate_with_locus to SET_EXPR_LOCA...
2004-09-22 Ziemowit Laskiobjc-act.c (objc_fold_objc_type_ref): New function.
2004-09-18 Zack WeinbergMakefile.in (c-parse.o): Depend on $(C_PRAGMA_H).
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-09 Joseph Myersc-tree.h (enum c_declarator_kind, [...]): New.
2004-09-08 Ziemowit LaskiMakefile.in (c-parse.o): Depend on $(C_COMMON_H).
2004-09-03 Ziemowit Laskiconfig-lang.in: Update copyright notice.
2004-09-02 Ziemowit Laskic-parse.in (primary): Call objc_build_message_expr...
2004-09-01 Ziemowit Laskic-common.h (lookup_interface): Remove prototype.
2004-08-28 Ziemowit Laskic-common.h: Update comments about ObjC/ObjC++ entry...
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-17 Nathan Sidwellobjc-act.c (build_protocol_initializer): Fix build_int_...
2004-08-15 Ziemowit LaskiMakefile.in (C_PRETTY_PRINT_H): Add c-pretty-print.h.
2004-08-15 Nathan Sidwelltree.h (build_int_cst): New.
2004-08-05 Andrew Pinskiobjc-act.c (build_objc_string_object): Mark the address...
2004-08-05 Geoffrey Keatingre PR c/14516 (-fleading-underscore does not work corre...
2004-07-28 Eric Christopherc-common.c (c_common_unsafe_for_reeval): Delete.
2004-07-19 Joseph Myersc-tree.h (struct c_expr): Define.
2004-07-11 Joseph Myerslanghooks.h (estimate_num_insns, [...]): Remove hooks.
2004-07-09 Andrew Pinskiobjc-act.c (build_module_descriptor): Mark UOBJC_MODULE...
2004-07-08 Zack Weinbergc-decl.c (static_ctors, [...]): Make static.
2004-07-08 Joseph Myersre PR c/2511 (-pedantic not warning about bitfield...
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-01 Joseph Myersre PR c/1027 (slightly misleading printf format warning)
2004-06-26 Richard Kennerc-common.c (c_safe_from_p, [...]): Deleted.
2004-06-24 Richard Hendersonc-decl.c (c_in_iteration_stmt, [...]): Remove.
2004-06-24 Andrew Pinskiobjc-act.c (build_objc_method_call): Save the lookup_ob...
2004-06-23 Richard Hendersontree.def (VTABLE_REF): Remove.
2004-06-22 Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-21 Richard Hendersonc-common.c (verify_sequence_points): Export.
2004-06-21 David Ayersobjc-act.h (get_object_reference): Rename to get_protoc...
2004-06-18 Richard Hendersonc-common.c (flag_objc_sjlj_exceptions): New.
2004-06-17 Richard Hendersonc-common.def (COMPOUND_STMT): Remove.
2004-06-17 Richard Hendersonc-common.h (c_begin_if_stmt, [...]): Remove decls.
2004-06-16 Richard Hendersonc-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-15 Paolo Bonzinifunction.h (struct function): Remove cannot_inline...
2004-06-13 Joseph Myersc-typeck.c (comptypes, [...]): Remove flags parameter.
2004-06-01 Richard Hendersonc-parse.in (OFFSETOF, [...]): New.
2004-06-01 Nicola Perore PR objc/7993 (private variables cannot be shadowed...
2004-05-15 Steven Bosscherc-gimplify.c (c_genericize): Replace calls via (*lang_h...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-05 Caroline Ticegcc.c (combine_flag): New global variable, for new...
2004-04-05 Richard Kennerc-decl.c (build_compound_literal): Use TYPE_READONLY.
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-28 Zack Weinbergre PR c/14734 (Error recovery problem with undeclared...
2004-03-25 Kazu Hiratacfgrtl.c, [...]: Fix comment typos.
2004-03-24 Ziemowit Laskiobjc-act.c (objc_comptypes): Treat comparisons between...
2004-03-23 Zack WeinbergPR 12267, 12391, 12560, 13129, 14114, 14113
2004-03-06 Ziemowit Laskiobjc-act.c (synth_module_prologue): Const-qualify objc_...
2004-02-20 Matt Kraaimove-if-change: Remove.
2004-02-10 Ziemowit Laskiobjc-act.c (get_super_receiver): Move '#ifdef OBJCPLUS...
2004-02-06 Ziemowit Laski[gcc/ChangeLog]
2004-02-06 Kelley CookMakefile.in (srcextra): Add a level of indirection...
2004-02-03 Paolo Bonzinire PR c/11658 (Wrong error message)
2004-01-21 Kelley Cookre PR other/12730 (manual page install broken with...
2004-01-18 Ziemowit Laskiobjc-act.c (build_objc_method_call): Use target hooks...
2004-01-15 Kelley Cookre PR bootstrap/12744 (A GCC release tarball can no...
2003-12-13 Kazu Hirataggc-zone.c: Follow spelling conventions.
2003-11-20 Joseph MyersMakefile.in (extraclean): Delete.
2003-11-20 Joseph MyersMakefile.in (lang_checks): Add.
2003-11-16 Jason MerrillMakefile.in, [...]: Create TAGS.sub files in each direc...
2003-11-02 Kelley Cookcvsignore: Remove c-parse.* and tradcif.c
2003-10-23 Rainer OrthMakefile.in (runtime-info.h): Remove -Wp.
2003-10-20 Mark MitchellMakefile.in (install-info): Simplify.
2003-10-16 R. Kelley Cook* objc/Make-lang.in (objc-parse.o): Honor $(parsedir...
2003-10-15 Ziemowit Laskic-parse.in (methoddef, [...]): Call objc_add_method...
2003-10-06 Mark Mitchellre PR bootstrap/12512 (Pattern rule for %.dvi breaks...
2003-10-03 Ziemowit Laskiobjc-act.c (lookup_category): Mark as 'inline'.
2003-10-03 Alexander Malmbergobjc-act.c (add_method_to_hash_list, [...]): New functions.
2003-09-30 Kelley CookConvert to ISO C90 prototypes.
2003-09-29 Zack Weinbergobjc-act.c (encode_type): Encode INTEGER_TYPEs and...
2003-09-26 Loren J. Rittleobjc-act.c (tm_p.h): Tweak order.
2003-09-26 Loren J. Rittle* objc/objc-act.c (tm_p.h): Tweak order.
2003-09-26 Loren J. Rittlei386.h (ix86_return_in_memory): Revert my last patch.
2003-09-25 Ulrich Weigand* objc/objc-act.c (gen_declaration_1): Fix printf format.
2003-09-25 Ziemowit LaskiMERGE OF objc-improvements-branch into MAINLINE.
2003-09-22 Richard HendersonRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 Richard Hendersontree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION...
2003-09-21 Richard Hendersonc-format.c (gcc_diag_char_table): Add %J.
2003-09-14 Andreas Jaegerobjc-act.c: Convert to ISO C90 prototypes.
2003-09-05 Richard Hendersoncgraph.c (cgraph_mark_reachable_node): Split out from ...
2003-09-04 DJ Delorietarghooks.c: New file.
2003-09-03 Jan HubickaMakefile.in (c-objc-common.o): Kill gt-c-objc-common...
2003-08-29 Richard Hendersontree-optimize.c: New file.
2003-08-20 Matt KraaiMakefile.in (STAGESTUFF): Move cc1obj$(exeext) from...
2003-08-19 Andrew PinskiPR c++/10538, PR c/5582
2003-08-04 Roger Saylec-common.c (flag_noniso_default_format_attributes)...
2003-07-31 Matt Kraai* objc/Make-lang.in (objc.stage1, objc.stage2, objc...
2003-07-25 Gabriel Dos Reisobjc-act.c (objc_check_decl): Don't use xxx_with_decl.
next