Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-06-24 | c-decl.c (c_in_iteration_stmt, [...]): Remove. | Richard Henderson | 2 | -8/+8 |
2004-06-24 | objc-act.c (build_objc_method_call): Save the lookup_object so we do not call... | Andrew Pinski | 1 | -3/+5 |
2004-06-22 | tree.def (VTABLE_REF): Remove. | Richard Henderson | 1 | -20/+17 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -11/+14 |
2004-06-21 | c-common.c (verify_sequence_points): Export. | Richard Henderson | 1 | -1/+1 |
2004-06-21 | objc-act.h (get_object_reference): Rename to get_protocol_reference. | David Ayers | 3 | -76/+92 |
2004-06-17 | c-common.c (flag_objc_sjlj_exceptions): New. | Richard Henderson | 2 | -516/+514 |
2004-06-16 | c-common.def (COMPOUND_STMT): Remove. | Richard Henderson | 1 | -1/+2 |
2004-06-16 | c-common.h (c_begin_if_stmt, [...]): Remove decls. | Richard Henderson | 1 | -30/+23 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 2 | -38/+26 |
2004-06-15 | function.h (struct function): Remove cannot_inline field. | Paolo Bonzini | 1 | -3/+0 |
2004-06-13 | c-typeck.c (comptypes, [...]): Remove flags parameter. | Joseph Myers | 1 | -4/+3 |
2004-06-01 | c-parse.in (OFFSETOF, [...]): New. | Richard Henderson | 2 | -3/+3 |
2004-06-01 | re PR objc/7993 (private variables cannot be shadowed in subclasses) | Nicola Pero | 1 | -11/+12 |
2004-05-15 | c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho... | Steven Bosscher | 1 | -10/+8 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2 | -12/+23 |
2004-04-05 | gcc.c (combine_flag): New global variable, for new driver option. | Caroline Tice | 1 | -5/+5 |
2004-04-05 | c-decl.c (build_compound_literal): Use TYPE_READONLY. | Richard Kenner | 1 | -3/+3 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -5/+5 |
2004-03-28 | re PR c/14734 (Error recovery problem with undeclared array bounds) | Zack Weinberg | 1 | -0/+2 |
2004-03-25 | cfgrtl.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |