Age | Commit message (Expand) | Author | Files | Lines |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 2 | -1/+7 |
2005-07-08 | Makefile.in (TREE_H): Add treestruct.def. | Daniel Berlin | 4 | -9/+49 |
2005-07-08 | objc-act.c (objc_build_struct): Pass in an actual @interface instead of its n... | Ziemowit Laski | 2 | -9/+35 |
2005-07-07 | re PR objc/22274 (string[1-4].m, const-str-5.m fails with the gnu runtime) | Ziemowit Laski | 2 | -1/+7 |
2005-07-03 | Make-lang.in (cc1plus-checksum.c): Use build/genchecksum$(build_exeext), not ... | Kazu Hirata | 2 | -2/+7 |
2005-07-02 | c.opt, [...]: Remove "." from end of help texts. | Joseph Myers | 2 | -7/+11 |
2005-07-02 | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 2 | -6/+11 |
2005-07-01 | objc-act.c (objc_build_volatilized_type): New function. | Ziemowit Laski | 2 | -2/+43 |
2005-06-30 | pretty-print.h (PP_NL_ARGMAX): New. | Zack Weinberg | 2 | -2/+1 |
2005-06-29 | darwin.c (machopic_select_section): constant ObjC string objects now always h... | Ziemowit Laski | 3 | -11/+48 |
2005-06-28 | Makefile.in: Set and use UNWIND_H. | Paul Brook | 2 | -0/+6 |
2005-06-28 | objc-act.c (objc_build_struct): Save the TYPE_OBJC_INFO portion of TYPE_LANG_... | Ziemowit Laski | 2 | -0/+23 |
2005-06-25 | Update FSF address. | Kelley Cook | 8 | -14/+18 |
2005-06-15 | c-tree.h (default_function_array_conversion): Declare. | Joseph Myers | 2 | -4/+23 |
2005-05-25 | objc-act.c (volatilized_hash): Avoid warnings on 64-bit machines. | Mike Stump | 2 | -1/+6 |
2005-05-24 | objc-act.c (objc_build_struct): New function. | Ziemowit Laski | 4 | -380/+611 |
2005-05-20 | Give credit, where credit is due. | Ziemowit Laski | 1 | -1/+2 |
2005-05-18 | dummy-checksum.c: New. | Geoffrey Keating | 2 | -2/+20 |
2005-05-18 | re PR objc/21641 (cris-axis-elf, cris-axis-linux-gnu, mmix-knuth-mmixware, x8... | Mike Stump | 2 | -3/+10 |
2005-05-17 | Yet more Objective-C++... | Ziemowit Laski | 3 | -237/+963 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 2 | -41/+45 |
2005-04-21 | c-common.h (objc_build_method_signature): Update prototype. | Roger Sayle | 3 | -7/+23 |
2005-04-20 | re PR c/12913 (Jumps into variable length array scope not rejected) | Joseph Myers | 2 | -6/+19 |
2005-04-13 | Make-lang.in (objc-lang.o): Depend on tree-gimple.h. | Dale Johannesen | 4 | -2/+60 |
2005-03-30 | re PR c++/772 (Statement expressions issues) | Joseph Myers | 2 | -0/+13 |
2005-03-23 | c-common.c (c_common_truthvalue_conversion): Adjust comment. | Joseph Myers | 2 | -4/+10 |
2005-02-25 | c-parser.c: New file. | Joseph Myers | 3 | -27/+14 |
2005-01-29 | lang-specs.h, [...]: Update copyright. | Kazu Hirata | 5 | -4/+9 |
2005-01-28 | objc-act.c (objc_finish_file): In ObjC++ mode, set at_eof before calling inst... | Matt Austern | 2 | -0/+6 |
2005-01-26 | re PR objc/18862 (ICE on gcc-4.0-20041205/gcc/testsuite/objc.dg/selector-1.m) | Alexander Malmberg | 2 | -2/+16 |
2005-01-24 | re PR objc/18408 (ICE compiling code that involves casting classes) | Alexander Malmberg | 4 | -0/+32 |
2005-01-16 | objc-act.c (objc_push_parm): Call c_type_promotes_to() via a lang-hook. | Ziemowit Laski | 2 | -1/+7 |
2005-01-15 | re PR objc/19321 (objc ignores volatile in argument types for messages) | Ziemowit Laski | 2 | -12/+36 |
2005-01-14 | lang-specs.h ("@objective-c"): Use cc1obj when -E is used so that -fobjc-exce... | Mike Stump | 2 | -2/+7 |
2005-01-01 | re PR c/19031 (#pragma weak handling changes in 4.0.0) | Richard Henderson | 1 | -2/+0 |
2004-12-30 | re PR objc/18971 (Can't send messages to methods with arrays as parameters) | Ziemowit Laski | 2 | -6/+46 |
2004-12-16 | objc-act.c (build_private_template): Change to return 'void'... | Ziemowit Laski | 3 | -88/+190 |
2004-11-29 | [multiple changes] | Joseph Myers | 3 | -1/+11 |
2004-11-09 | re PR objc/18406 (ICE compiling Objective C code with long double arguments) | Andrew Pinski | 2 | -0/+7 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 2 | -65/+69 |
2004-11-08 | re PR objc/16546 ([unit-at-a-time] Solaris 10/x86 libobjc bootstrap failure: ... | Andrew Pinski | 2 | -13/+8 |
2004-10-31 | c-common.h (objc_lookup_ivar): Add second parameter to prototype. | Ziemowit Laski | 2 | -11/+43 |
2004-10-26 | objc-act.c (finish_class): Do not synthesize bogus 'extern objc_object *_Foo;... | Ziemowit Laski | 2 | -17/+5 |
2004-10-25 | c-common.h: Remove RID_ID. | Ziemowit Laski | 3 | -29/+97 |
2004-10-21 | re PR objc/17923 (const-str-[34].m fails on the mainline (next runtime)) | Andrew Pinski | 2 | -4/+15 |
2004-10-02 | * objc-act.c: Fix comment typos. | Kazu Hirata | 2 | -4/+8 |
2004-09-24 | objc-act.c (init_objc_symtab, [...]): When initializing 'long' fields, ensure... | Ziemowit Laski | 2 | -6/+18 |
2004-09-24 | objc-act.c: Change annotate_with_locus to SET_EXPR_LOCATION throughout. | Zack Weinberg | 2 | -29/+32 |
2004-09-22 | objc-act.c (objc_fold_objc_type_ref): New function. | Ziemowit Laski | 3 | -0/+33 |
2004-09-18 | Makefile.in (c-parse.o): Depend on $(C_PRAGMA_H). | Zack Weinberg | 1 | -1/+2 |