summaryrefslogtreecommitdiff
path: root/gcc/objc
Commit message (Expand)AuthorAgeFilesLines
...
* c-parse.in (designator): Enable designated initializers if ObjC.Ziemowit Laski2002-07-022-6/+2
* tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle2002-07-011-4/+8
* objc-act.c (finish_file): Avoid finish_objc() if -fsyntax-only.Devang Patel2002-07-011-1/+4
* objc-act.c (warn_with_ivar): Adjust calls to diagnostic_count_error.Gabriel Dos Reis2002-06-111-2/+2
* Define some laguage hooks which were missing - LANG_HOOKS_GET_ALIAS_SETNicola Pero2002-06-061-1/+5
* toplev.h (report_error_function): Remove.Gabriel Dos Reis2002-06-052-5/+6
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-045-87/+19
* gcc.c (cpp_unique_options): Remove "-d" options.Matthew Woodcraft2002-05-311-1/+2
* Makefile.in (C_COMMON_H): Fix.Neil Booth2002-05-252-6/+4
* re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-")Neil Booth2002-05-222-14/+3
* gcc.c (cpp_options): Must pass -m* and -f* options to the front end even when...Neil Booth2002-05-141-1/+1
* c-common.c (fix_string_type): Split out of ...Richard Henderson2002-04-261-16/+18
* c-common.h (c_common_parse_file): Update.Neil Booth2002-04-251-2/+0
* attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth2002-04-241-0/+6
* Makefile.in: Update.Neil Booth2002-04-201-0/+7
* builtins.c: Include langhooks.h.Neil Booth2002-04-191-0/+2
* c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth2002-04-181-0/+2
* c-common.c (truthvalue_conversion): Rename, update.Neil Booth2002-04-041-0/+2
* re PR rtl-optimization/4330 (Optimizer generates illegal assembly code)Richard Henderson2002-04-031-0/+3
* c-decl.c (grokdeclarator): Update.Neil Booth2002-04-011-0/+2
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-0/+6
* c-common.c (c_unsafe_for_reeval): Rename.Neil Booth2002-03-311-0/+4
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-292-1/+6
* c-decl.c (finish_function): New arg can_defer_p.Richard Henderson2002-03-281-2/+2
* Makefile.in (attribs.o): Update.Neil Booth2002-03-271-0/+2
* c-common.c (c_expand_expr): Fix prototype.Neil Booth2002-03-271-0/+2
* Makefile.in (ggc-common.o): Update.Neil Booth2002-03-261-0/+2
* Removal of separate preprocessor cpp0.Neil Booth2002-03-241-1/+1
* Makefile.in: Update.Neil Booth2002-03-203-4/+4
* re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)Jakub Jelinek2002-03-191-0/+3
* c-common.h (yyparse, [...]): New.Neil Booth2002-03-171-0/+2
* c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi2002-03-132-52/+44
* Makefile.in (debug.o): Depend on debug.h.Kaveh R. Ghazi2002-03-121-1/+1
* Makefile.in (integrate.o): Update.Neil Booth2002-02-281-0/+2
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-272-9/+4
* objc-act.c (handle_impent): Remove leading '*' from objc_class_name.David Billinghurst2002-02-181-1/+1
* c-decl.c, [...]: Revert bitfield patch.Neil Booth2002-02-021-0/+7
* Makefile.in (c-parse.c): Handle .output file.Jason Merrill2002-02-011-3/+8
* re PR c/3325 (cast of bit-field to same type gets discarded)Neil Booth2002-01-291-7/+0
* re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek2002-01-291-2/+2
* Remove spurious warnings of the like '__objc_class_ref_NSObject defined butNicola Pero2002-01-081-0/+1
* objc-act.c (handle_impent): Use assemble_variable to emit __objc_class_name_*.Jakub Jelinek2002-01-061-6/+15
* objc-act.c (hack_method_prototype): Clear current_function_decl after abusing...Richard Henderson2002-01-021-1/+5
* objc-act.c (STRING_OBJECT_CLASS_NAME): Remove.Stan Shebs2001-12-291-6/+4
* * objc/objc-act.c: Apply various cosmetic and formatting changes.Stan Shebs2001-12-291-67/+63
* objc-act.c (build_module_descriptor): Make sure the init function is not defe...Stan Shebs2001-12-281-0/+8
* configure.in (all_diff_excludes, [...]): Remove.Joseph Myers2001-12-201-3/+0
* Makefile.in: Update dependencies.Neil Booth2001-12-172-28/+2
* Fixed compilation of bitfields of enumerations in args and ivarsNicola Pero2001-12-121-1/+2
* objc-act.c (build_string_class_template): New.Richard Henderson2001-12-111-2/+36