Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 2 | -14/+16 |
2004-09-09 | c-tree.h (enum c_declarator_kind, [...]): New. | Joseph Myers | 2 | -11/+53 |
2004-09-08 | Makefile.in (c-parse.o): Depend on $(C_COMMON_H). | Ziemowit Laski | 4 | -2228/+1728 |
2004-09-03 | config-lang.in: Update copyright notice. | Ziemowit Laski | 2 | -1/+9 |
2004-09-02 | c-parse.in (primary): Call objc_build_message_expr()... | Ziemowit Laski | 3 | -21/+45 |
2004-09-01 | c-common.h (lookup_interface): Remove prototype. | Ziemowit Laski | 2 | -13/+25 |
2004-08-28 | c-common.h: Update comments about ObjC/ObjC++ entry points. | Ziemowit Laski | 2 | -0/+21 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -55/+55 |
2004-08-24 | c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call. | Nathan Sidwell | 2 | -34/+6 |
2004-08-17 | objc-act.c (build_protocol_initializer): Fix build_int_cst usage. | Nathan Sidwell | 1 | -6/+3 |
2004-08-15 | Makefile.in (C_PRETTY_PRINT_H): Add c-pretty-print.h. | Ziemowit Laski | 5 | -112/+66 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -55/+55 |
2004-08-05 | objc-act.c (build_objc_string_object): Mark the address expression as constant. | Andrew Pinski | 1 | -1/+3 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -10/+10 |
2004-07-28 | c-common.c (c_common_unsafe_for_reeval): Delete. | Eric Christopher | 1 | -2/+0 |
2004-07-19 | c-tree.h (struct c_expr): Define. | Joseph Myers | 1 | -4/+4 |
2004-07-11 | langhooks.h (estimate_num_insns, [...]): Remove hooks. | Joseph Myers | 1 | -9/+1 |
2004-07-09 | objc-act.c (build_module_descriptor): Mark UOBJC_MODULES_decl as always refer... | Andrew Pinski | 1 | -0/+5 |
2004-07-08 | c-decl.c (static_ctors, [...]): Make static. | Zack Weinberg | 1 | -8/+3 |
2004-07-08 | re PR c/2511 (-pedantic not warning about bitfield overflow) | Joseph Myers | 2 | -0/+12 |
2004-07-05 | langhooks.c: Don't include gt-langhooks.h. | Zack Weinberg | 1 | -2/+0 |
2004-07-05 | c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1. | Nathan Sidwell | 2 | -13/+14 |
2004-07-01 | re PR c/1027 (slightly misleading printf format warning) | Joseph Myers | 1 | -1/+3 |
2004-06-26 | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 1 | -2/+0 |