| Commit message (Expand) | Author | Age | Files | Lines |
* | * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types. | zack | 2003-07-05 | 1 | -21/+5 |
* | * c-common.c (enum c_language_kind, flag_objc): Remove. | neil | 2003-06-30 | 1 | -9/+2 |
* | * c-tree.h (grokfield): Remove unused filename and line parameters. | nathan | 2003-06-27 | 1 | -98/+49 |
* | PR 10178 | zack | 2003-06-25 | 1 | -0/+2 |
* | * tree.h (init_function_start): Remove filename and line paramters. | nathan | 2003-06-14 | 1 | -3/+7 |
* | * Makefile.in (OJBS, c-opts.o): Update. | neil | 2003-06-07 | 1 | -5/+5 |
* | * install.tex: Document profiledbootstrap. | hubicka | 2003-06-05 | 1 | -0/+6 |
* | Remove OBJC_PROLOGUE everywhere. | shebs | 2003-05-29 | 1 | -4/+0 |
* | * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING | geoffk | 2003-05-23 | 1 | -2/+2 |
* | * tree.c (expr_last): New fn. | jason | 2003-05-20 | 1 | -4/+4 |
* | * diagnostic.c (output_format): Add support for %m. | zack | 2003-05-13 | 1 | -1/+1 |
* | * diagnostic.c (diagnostic_for_decl): Take a | zack | 2003-05-12 | 1 | -9/+0 |
* | * objc/objc-act.c (error_with_ivar): Don't use | gdr | 2003-05-08 | 1 | -9/+4 |
* | * input.h (lineno): Rename to ... | nathan | 2003-05-01 | 1 | -86/+83 |
* | * tree.c (build_constructor): New function. | zack | 2003-04-13 | 1 | -27/+32 |
* | 2003-04-10 Zack Weinberg <zack@codesourcery.com> | zack | 2003-04-11 | 1 | -2/+2 |
* | * c-common.h (c_common_init, c_common_post_options): Update. | neil | 2003-03-08 | 2 | -8/+6 |
* | * objc/lang-specs.h (objective-c-header): Use .gch not .pch; | geoffk | 2003-03-07 | 1 | -5/+5 |
* | * c-pch.c: Include langhooks.h. | geoffk | 2003-03-07 | 4 | -14/+29 |
* | * doc/sourcebuild.texi (Front End Directory): Document tags. | tromey | 2003-03-04 | 1 | -0/+3 |
* | * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke | neil | 2003-03-02 | 1 | -4/+4 |
* | * objc-act.c: (mark_referenced_methods): Fix compilation problem. | hubicka | 2003-02-26 | 1 | -2/+2 |
* | * objc-act.c: Include cgraph.h | hubicka | 2003-02-26 | 2 | -0/+29 |
* | * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove. | nathan | 2003-01-31 | 1 | -1/+1 |
* | * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir). | ljrittle | 2003-01-30 | 1 | -1/+1 |
* | gcc: | ghazi | 2003-01-21 | 1 | -0/+2 |
* | * Makefile.in (parsedir): New variable. | geoffk | 2003-01-11 | 1 | -8/+8 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -0/+1 |
* | 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl> | aj | 2003-01-02 | 4 | -4/+8 |
* | * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h, | neil | 2003-01-01 | 8 | -41/+41 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 3 | -26/+21 |
* | 2002-10-23 Ziemowit Laski <zlaski@apple.com> | zlaski | 2002-10-24 | 1 | -4/+2 |
* | Fixed ObjC typechecking, particularly case with protocols | nicola | 2002-09-17 | 1 | -34/+191 |
* | [gcc/ChangeLog] | zlaski | 2002-09-06 | 1 | -6/+20 |
* | Compile ObjC @protocols into list of ObjC statically allocated instances, | nicola | 2002-09-06 | 1 | -1/+84 |
* | Fixed bugs in the ObjC -gen-decls option | nicola | 2002-09-06 | 1 | -11/+36 |
* | Fixed typo causing bloat when compiling ObjC programs with GNU runtime | nicola | 2002-09-03 | 1 | -4/+4 |
* | Added -Wundeclared-selector ObjC command line option | nicola | 2002-08-27 | 1 | -0/+30 |
* | [gcc] | zlaski | 2002-08-26 | 1 | -2/+6 |
* | 2002-08-19 Ziemowit Laski <zlaski@apple.com> | zlaski | 2002-08-20 | 1 | -4/+4 |
* | [gcc] | zlaski | 2002-08-20 | 2 | -59/+18 |
* | * c-opts.c (set_std_cxx98, set_std_c89): New. | neil | 2002-08-10 | 1 | -4/+3 |
* | 2002-08-09 Ziemowit Laski <zlaski@apple.com> | zlaski | 2002-08-10 | 2 | -18/+4 |
* | * objc/objc-act.c (build_selector_translation_table): Issue | dpatel | 2002-08-08 | 1 | -0/+26 |
* | * configure.in (enable_coverage): New enable switch. | nathan | 2002-08-08 | 1 | -0/+1 |
* | * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update. | neil | 2002-08-07 | 3 | -43/+1 |
* | * objc/objc-act.c (encode_complete_bitfield): Add prototype and | ghazi | 2002-08-01 | 1 | -1/+5 |
* | * c-common.c: Define all C/ObjC/C++ warning and flag variables. | neil | 2002-08-01 | 1 | -35/+4 |
* | * objc/objc-act.c (objc_init): Return immediately if filename | neil | 2002-07-29 | 1 | -0/+2 |
* | * objc/objc-act.c (UTAG_STATICS, UTAG_PROTOCOL_LIST, USERTYPE): | neil | 2002-07-25 | 1 | -6/+0 |