aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
2004-12-16objc-act.c (build_private_template): Change to return 'void'...Ziemowit Laski3-88/+190
2004-11-29[multiple changes]Joseph Myers3-1/+11
2004-11-09re PR objc/18406 (ICE compiling Objective C code with long double arguments)Andrew Pinski2-0/+7
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2-65/+69
2004-11-08re PR objc/16546 ([unit-at-a-time] Solaris 10/x86 libobjc bootstrap failure: ...Andrew Pinski2-13/+8
2004-10-31c-common.h (objc_lookup_ivar): Add second parameter to prototype.Ziemowit Laski2-11/+43
2004-10-26objc-act.c (finish_class): Do not synthesize bogus 'extern objc_object *_Foo;...Ziemowit Laski2-17/+5
2004-10-25c-common.h: Remove RID_ID.Ziemowit Laski3-29/+97
2004-10-21re PR objc/17923 (const-str-[34].m fails on the mainline (next runtime))Andrew Pinski2-4/+15
2004-10-02* objc-act.c: Fix comment typos.Kazu Hirata2-4/+8
2004-09-24objc-act.c (init_objc_symtab, [...]): When initializing 'long' fields, ensure...Ziemowit Laski2-6/+18
2004-09-24objc-act.c: Change annotate_with_locus to SET_EXPR_LOCATION throughout.Zack Weinberg2-29/+32
2004-09-22objc-act.c (objc_fold_objc_type_ref): New function.Ziemowit Laski3-0/+33
2004-09-18Makefile.in (c-parse.o): Depend on $(C_PRAGMA_H).Zack Weinberg1-1/+2
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2-14/+16
2004-09-09c-tree.h (enum c_declarator_kind, [...]): New.Joseph Myers2-11/+53
2004-09-08Makefile.in (c-parse.o): Depend on $(C_COMMON_H).Ziemowit Laski4-2228/+1728
2004-09-03config-lang.in: Update copyright notice.Ziemowit Laski2-1/+9
2004-09-02c-parse.in (primary): Call objc_build_message_expr()...Ziemowit Laski3-21/+45
2004-09-01c-common.h (lookup_interface): Remove prototype.Ziemowit Laski2-13/+25
2004-08-28c-common.h: Update comments about ObjC/ObjC++ entry points.Ziemowit Laski2-0/+21
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-55/+55
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2-34/+6
2004-08-17objc-act.c (build_protocol_initializer): Fix build_int_cst usage.Nathan Sidwell1-6/+3
2004-08-15Makefile.in (C_PRETTY_PRINT_H): Add c-pretty-print.h.Ziemowit Laski5-112/+66
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-55/+55
2004-08-05objc-act.c (build_objc_string_object): Mark the address expression as constant.Andrew Pinski1-1/+3
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-10/+10
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-2/+0
2004-07-19c-tree.h (struct c_expr): Define.Joseph Myers1-4/+4
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers1-9/+1
2004-07-09objc-act.c (build_module_descriptor): Mark UOBJC_MODULES_decl as always refer...Andrew Pinski1-0/+5
2004-07-08c-decl.c (static_ctors, [...]): Make static.Zack Weinberg1-8/+3
2004-07-08re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers2-0/+12
2004-07-05langhooks.c: Don't include gt-langhooks.h.Zack Weinberg1-2/+0
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell2-13/+14
2004-07-01re PR c/1027 (slightly misleading printf format warning)Joseph Myers1-1/+3
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-2/+0
2004-06-24c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson2-8/+8
2004-06-24objc-act.c (build_objc_method_call): Save the lookup_object so we do not call...Andrew Pinski1-3/+5
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-20/+17
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-11/+14
2004-06-21c-common.c (verify_sequence_points): Export.Richard Henderson1-1/+1
2004-06-21objc-act.h (get_object_reference): Rename to get_protocol_reference.David Ayers3-76/+92
2004-06-17c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson2-516/+514
2004-06-16c-common.def (COMPOUND_STMT): Remove.Richard Henderson1-1/+2
2004-06-16c-common.h (c_begin_if_stmt, [...]): Remove decls.Richard Henderson1-30/+23
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson2-38/+26
2004-06-15function.h (struct function): Remove cannot_inline field.Paolo Bonzini1-3/+0
2004-06-13c-typeck.c (comptypes, [...]): Remove flags parameter.Joseph Myers1-4/+3