Age | Commit message (Expand) | Author | Files | Lines |
2007-04-04 | re PR objc/31281 (ICE on ObjC try-catch blocks with next runtime) | Stuart Hastings | 1 | -0/+5 |
2007-03-01 | * Make-lang.in: Add dummy lang.install-pdf target. | Brooks Moses | 1 | -0/+4 |
2007-02-18 | * objc/objc-act.c: Fix comment typos. | Kazu Hirata | 1 | -0/+4 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -0/+7 |
2007-01-23 | re PR objc/27438 ([unit-at-a-time] '_OBJC_INSTANCE_0' defined but not used wa... | Andrew Pinski | 1 | -0/+6 |
2007-01-20 | re PR objc/30479 (Precompiled headers don't seem to work with GNU ObjC) | Andrew Pinski | 1 | -0/+8 |
2007-01-02 | c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge... | Douglas Gregor | 1 | -0/+6 |
2006-11-02 | objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and content w... | Andreas Tobler | 1 | -0/+5 |
2006-10-23 | decl.c: Include langhooks.h. | Rafael Ávila de Espíndola | 1 | -0/+9 |
2006-10-10 | --(top level)-------------------------------------------- | Brooks Moses | 1 | -0/+4 |
2006-09-26 | re PR objc/29195 (ICE in expand_expr_real_1, at expr.c:6932) | Andrew Pinski | 1 | -0/+6 |
2006-09-19 | tm.texi (OBJC_JBLEN): Describe. | Eric Christopher | 1 | -0/+6 |
2006-07-28 | Makefile.in: Use $(HEADER_H) instead of header.h in dependencies and variable... | Volker Reichelt | 1 | -0/+4 |
2006-07-19 | re PR objc++/28434 (ICE with invalid protocol) | Volker Reichelt | 1 | -0/+5 |
2006-06-06 | * objc-act.c: Remove prototype for objc_build_volatilized_type. | Mike Stump | 1 | -0/+4 |
2006-05-24 | * objc-act.c (build_next_objc_exception_stuff): Use JBLEN instead of _JBLEN. | Mike Stump | 1 | -2/+6 |
2006-05-05 | re PR objc/27240 (ICE with invalid fields) | Volker Reichelt | 1 | -0/+5 |
2006-03-02 | Fixed a couple of objctective-c bugs. | Fariborz Jahanian | 1 | -0/+6 |
2006-02-20 | Make-lang.in (OBJC): Remove | Rafael Espindola | 1 | -0/+6 |
2005-12-16 | re PR objc/25360 (Complex types are not encoded) | Andrew Pinski | 1 | -0/+6 |
2005-12-12 | re PR objc/25348 (ICE encoding zero sized struct array) | Andrew Pinski | 1 | -0/+5 |
2005-12-07 | sourcebuild.texi (all.build, [...]): Remove. | Rafael Ávila de Espíndola | 1 | -0/+4 |
2005-12-07 | gty.texi: Remove instructions for adding a dependency on s-gtype. | Alan Modra | 1 | -0/+4 |
2005-12-03 | Fixup some spacing | Mike Stump | 1 | -4/+4 |
2005-12-02 | objc-act.c (objc_build_exc_ptr, [...]): Use buildN instead of build. | Richard Guenther | 1 | -0/+8 |
2005-10-21 | Index: objc/ChangeLog | Geoffrey Keating | 1 | -0/+5 |
2005-10-17 | objc-act.c (objc_build_component_ref): Adjust call to finish_class_member_acc... | Andreas Krebbel | 1 | -0/+5 |
2005-08-31 | re PR objc/23306 ([unit-at-a-time] objc exceptions (GNU runtime) don't work w... | Andrew Pinski | 1 | -0/+8 |
2005-08-30 | re PR objc/23381 (Next runtime objc exceptions are broken) | Andrew Pinski | 1 | -0/+6 |
2005-08-09 | part of PR objc/21992 | Andrew Pinski | 1 | -0/+5 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -0/+6 |
2005-07-08 | Makefile.in (TREE_H): Add treestruct.def. | Daniel Berlin | 1 | -0/+14 |
2005-07-08 | objc-act.c (objc_build_struct): Pass in an actual @interface instead of its n... | Ziemowit Laski | 1 | -0/+9 |
2005-07-07 | re PR objc/22274 (string[1-4].m, const-str-5.m fails with the gnu runtime) | Ziemowit Laski | 1 | -0/+6 |
2005-07-03 | Make-lang.in (cc1plus-checksum.c): Use build/genchecksum$(build_exeext), not ... | Kazu Hirata | 1 | -0/+5 |
2005-07-02 | c.opt, [...]: Remove "." from end of help texts. | Joseph Myers | 1 | -0/+4 |
2005-07-02 | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 1 | -0/+5 |
2005-07-01 | objc-act.c (objc_build_volatilized_type): New function. | Ziemowit Laski | 1 | -0/+6 |
2005-06-29 | darwin.c (machopic_select_section): constant ObjC string objects now always h... | Ziemowit Laski | 1 | -0/+12 |
2005-06-28 | Makefile.in: Set and use UNWIND_H. | Paul Brook | 1 | -0/+5 |
2005-06-28 | objc-act.c (objc_build_struct): Save the TYPE_OBJC_INFO portion of TYPE_LANG_... | Ziemowit Laski | 1 | -0/+7 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -0/+4 |
2005-06-15 | c-tree.h (default_function_array_conversion): Declare. | Joseph Myers | 1 | -0/+7 |
2005-05-25 | objc-act.c (volatilized_hash): Avoid warnings on 64-bit machines. | Mike Stump | 1 | -0/+5 |
2005-05-24 | objc-act.c (objc_build_struct): New function. | Ziemowit Laski | 1 | -0/+43 |
2005-05-20 | Give credit, where credit is due. | Ziemowit Laski | 1 | -1/+2 |
2005-05-18 | dummy-checksum.c: New. | Geoffrey Keating | 1 | -0/+7 |
2005-05-18 | re PR objc/21641 (cris-axis-elf, cris-axis-linux-gnu, mmix-knuth-mmixware, x8... | Mike Stump | 1 | -0/+6 |
2005-05-17 | Yet more Objective-C++... | Ziemowit Laski | 1 | -0/+108 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -0/+4 |