summaryrefslogtreecommitdiff
path: root/gcc/objc
Commit message (Expand)AuthorAgeFilesLines
* c-tree.h (default_function_array_conversion): Declare.Joseph Myers2005-06-152-4/+23
* objc-act.c (volatilized_hash): Avoid warnings on 64-bit machines.Mike Stump2005-05-252-1/+6
* objc-act.c (objc_build_struct): New function.Ziemowit Laski2005-05-244-380/+611
* Give credit, where credit is due.Ziemowit Laski2005-05-201-1/+2
* dummy-checksum.c: New.Geoffrey Keating2005-05-182-2/+20
* re PR objc/21641 (cris-axis-elf, cris-axis-linux-gnu, mmix-knuth-mmixware, x8...Mike Stump2005-05-182-3/+10
* Yet more Objective-C++...Ziemowit Laski2005-05-173-237/+963
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-232-41/+45
* c-common.h (objc_build_method_signature): Update prototype.Roger Sayle2005-04-213-7/+23
* re PR c/12913 (Jumps into variable length array scope not rejected)Joseph Myers2005-04-202-6/+19
* Make-lang.in (objc-lang.o): Depend on tree-gimple.h.Dale Johannesen2005-04-134-2/+60
* re PR c++/772 (Statement expressions issues)Joseph Myers2005-03-302-0/+13
* c-common.c (c_common_truthvalue_conversion): Adjust comment.Joseph Myers2005-03-232-4/+10
* c-parser.c: New file.Joseph Myers2005-02-253-27/+14
* lang-specs.h, [...]: Update copyright.Kazu Hirata2005-01-295-4/+9
* objc-act.c (objc_finish_file): In ObjC++ mode, set at_eof before calling inst...Matt Austern2005-01-282-0/+6
* re PR objc/18862 (ICE on gcc-4.0-20041205/gcc/testsuite/objc.dg/selector-1.m)Alexander Malmberg2005-01-262-2/+16
* re PR objc/18408 (ICE compiling code that involves casting classes)Alexander Malmberg2005-01-244-0/+32
* objc-act.c (objc_push_parm): Call c_type_promotes_to() via a lang-hook.Ziemowit Laski2005-01-162-1/+7
* re PR objc/19321 (objc ignores volatile in argument types for messages)Ziemowit Laski2005-01-152-12/+36
* lang-specs.h ("@objective-c"): Use cc1obj when -E is used so that -fobjc-exce...Mike Stump2005-01-142-2/+7
* re PR c/19031 (#pragma weak handling changes in 4.0.0)Richard Henderson2005-01-011-2/+0
* re PR objc/18971 (Can't send messages to methods with arrays as parameters)Ziemowit Laski2004-12-302-6/+46
* objc-act.c (build_private_template): Change to return 'void'...Ziemowit Laski2004-12-163-88/+190
* [multiple changes]Joseph Myers2004-11-293-1/+11
* re PR objc/18406 (ICE compiling Objective C code with long double arguments)Andrew Pinski2004-11-092-0/+7
* builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2004-11-092-65/+69
* re PR objc/16546 ([unit-at-a-time] Solaris 10/x86 libobjc bootstrap failure: ...Andrew Pinski2004-11-082-13/+8
* c-common.h (objc_lookup_ivar): Add second parameter to prototype.Ziemowit Laski2004-10-312-11/+43
* objc-act.c (finish_class): Do not synthesize bogus 'extern objc_object *_Foo;...Ziemowit Laski2004-10-262-17/+5
* c-common.h: Remove RID_ID.Ziemowit Laski2004-10-253-29/+97
* re PR objc/17923 (const-str-[34].m fails on the mainline (next runtime))Andrew Pinski2004-10-212-4/+15
* * objc-act.c: Fix comment typos.Kazu Hirata2004-10-022-4/+8
* objc-act.c (init_objc_symtab, [...]): When initializing 'long' fields, ensure...Ziemowit Laski2004-09-242-6/+18
* objc-act.c: Change annotate_with_locus to SET_EXPR_LOCATION throughout.Zack Weinberg2004-09-242-29/+32
* objc-act.c (objc_fold_objc_type_ref): New function.Ziemowit Laski2004-09-223-0/+33
* Makefile.in (c-parse.o): Depend on $(C_PRAGMA_H).Zack Weinberg2004-09-181-1/+2
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-172-14/+16
* c-tree.h (enum c_declarator_kind, [...]): New.Joseph Myers2004-09-092-11/+53
* Makefile.in (c-parse.o): Depend on $(C_COMMON_H).Ziemowit Laski2004-09-084-2228/+1728
* config-lang.in: Update copyright notice.Ziemowit Laski2004-09-032-1/+9
* c-parse.in (primary): Call objc_build_message_expr()...Ziemowit Laski2004-09-023-21/+45
* c-common.h (lookup_interface): Remove prototype.Ziemowit Laski2004-09-012-13/+25
* c-common.h: Update comments about ObjC/ObjC++ entry points.Ziemowit Laski2004-08-282-0/+21
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-55/+55
* c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2004-08-242-34/+6
* objc-act.c (build_protocol_initializer): Fix build_int_cst usage.Nathan Sidwell2004-08-171-6/+3
* Makefile.in (C_PRETTY_PRINT_H): Add c-pretty-print.h.Ziemowit Laski2004-08-155-112/+66
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-55/+55
* objc-act.c (build_objc_string_object): Mark the address expression as constant.Andrew Pinski2004-08-051-1/+3