aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
2005-06-28objc-act.c (objc_build_struct): Save the TYPE_OBJC_INFO portion of TYPE_LANG_...Ziemowit Laski2-0/+23
2005-06-25Update FSF address.Kelley Cook8-14/+18
2005-06-15c-tree.h (default_function_array_conversion): Declare.Joseph Myers2-4/+23
2005-05-25objc-act.c (volatilized_hash): Avoid warnings on 64-bit machines.Mike Stump2-1/+6
2005-05-24objc-act.c (objc_build_struct): New function.Ziemowit Laski4-380/+611
2005-05-20Give credit, where credit is due.Ziemowit Laski1-1/+2
2005-05-18dummy-checksum.c: New.Geoffrey Keating2-2/+20
2005-05-18re PR objc/21641 (cris-axis-elf, cris-axis-linux-gnu, mmix-knuth-mmixware, x8...Mike Stump2-3/+10
2005-05-17Yet more Objective-C++...Ziemowit Laski3-237/+963
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2-41/+45
2005-04-21c-common.h (objc_build_method_signature): Update prototype.Roger Sayle3-7/+23
2005-04-20re PR c/12913 (Jumps into variable length array scope not rejected)Joseph Myers2-6/+19
2005-04-13Make-lang.in (objc-lang.o): Depend on tree-gimple.h.Dale Johannesen4-2/+60
2005-03-30re PR c++/772 (Statement expressions issues)Joseph Myers2-0/+13
2005-03-23c-common.c (c_common_truthvalue_conversion): Adjust comment.Joseph Myers2-4/+10
2005-02-25c-parser.c: New file.Joseph Myers3-27/+14
2005-01-29lang-specs.h, [...]: Update copyright.Kazu Hirata5-4/+9
2005-01-28objc-act.c (objc_finish_file): In ObjC++ mode, set at_eof before calling inst...Matt Austern2-0/+6
2005-01-26re PR objc/18862 (ICE on gcc-4.0-20041205/gcc/testsuite/objc.dg/selector-1.m)Alexander Malmberg2-2/+16
2005-01-24re PR objc/18408 (ICE compiling code that involves casting classes)Alexander Malmberg4-0/+32
2005-01-16objc-act.c (objc_push_parm): Call c_type_promotes_to() via a lang-hook.Ziemowit Laski2-1/+7
2005-01-15re PR objc/19321 (objc ignores volatile in argument types for messages)Ziemowit Laski2-12/+36
2005-01-14lang-specs.h ("@objective-c"): Use cc1obj when -E is used so that -fobjc-exce...Mike Stump2-2/+7
2005-01-01re PR c/19031 (#pragma weak handling changes in 4.0.0)Richard Henderson1-2/+0
2004-12-30re PR objc/18971 (Can't send messages to methods with arrays as parameters)Ziemowit Laski2-6/+46
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