java-gimplify.c (java_gimplify_labeled_block_expr): Use buildN instead of build.
[gcc.git] / gcc / java / expr.c
2005-12-02 Richard Guentherjava-gimplify.c (java_gimplify_labeled_block_expr)...
2005-11-29 Tom Tromeyre PR java/18278 (JNI functions cannot return a weak...
2005-09-18 James A. Morrisonbuiltins.c (max_builtin, [...]): Use fold_buildN.
2005-09-09 Andrew Haleyre PR libgcj/23182 (instanceof sometimes fails if compi...
2005-09-06 Kazu Hiratacheck-init.c, [...]: Fix comment typos.
2005-08-16 Tom Tromeyre PR java/23300 (DECL_FIELD_OFFSET == 0 versus build_f...
2005-08-15 Tom TromeyMake-lang.in (JAVA_OBJS): Removed verify.o
2005-07-28 Diego Novilloexpr.c (expand_load_internal): Fix missing parens in...
2005-07-28 Andrew Haleyexpr.c (expand_load_internal): Convert to destination...
2005-07-02 Joseph Myerstoplev.c (default_tree_printer): Handle setting locatio...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-13 Per Bothnerexpr.c (int highest_label_pc_this_method, [...]): New...
2005-05-24 Richard Hendersonbuiltins.c (define_builtin): Don't call make_decl_rtl.
2005-05-15 Tom Tromeyreverted erroneous checkin
2005-05-15 Tom Tromeyre PR java/21519 (ICE in generate_bytecode_conditional...
2005-04-29 Tom Tromeytree.c (build_block): Removed unused 'tags' argument.
2005-04-29 Andrew Pinskiexpr.c (force_evaluation_order): Declare 'saved' earlier.
2005-04-29 Andrew Haleyre PR java/19285 (Interfaces not initialized by static...
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-03-17 Andrew Haleyexpr.c (expand_java_arrayload): Don't generate a NullPo...
2005-03-07 Bryce McKinlay[multiple changes]
2005-03-05 Kazu Hiratac-semantics.c (build_stmt): Use TYPE_P instead of IS_NO...
2005-02-14 Andrew Haleyre PR java/19907 (Incorrect code generated for Manifest...
2005-02-08 Marcin Daleckiexpr.c (add_type_assertion): Use the proper enumeration...
2005-01-12 Ranjit Mathewexpr.c (build_jni_stub): Replace mistaken use of TYPE_S...
2004-12-17 Andrew Haleyre PR java/18931 (Java bytecode ICE in except.c remove_...
2004-11-28 Per Bothnerexpr.c (build_expr_wfl): Only declare last_file and...
2004-11-27 Kazu Hirata* class.c, decl.c, expr.c: Fix comment typos.
2004-11-26 Andrew Pinskire PR java/18305 (Class initialization optimization...
2004-11-25 Tom Tromey* Merged gcj-abi-2-dev-branch to trunk.
2004-11-09 Andrew Pinskire PR java/15576 (Class initialization optimization...
2004-10-16 Hans-Peter Nilssonexpr.c (expr_add_location): Move declaration to before...
2004-10-15 Ranjit Mathewparse.y (parse_warning_context): Remove ATTRIBUTE_PRINT...
2004-09-30 Per BothnerMore cleanup for --enable-mapped-location.
2004-09-25 Kazu Hirataexpr.c, [...]: Fix comment typos.
2004-09-24 Tom Tromeyre PR java/16789 (ICE in force_evaluation_order() on...
2004-08-25 Nathan Sidwelltree.h (build_int_cst): New, sign extended constant.
2004-08-20 Nathan Sidwellexpr.c (build_java_arrayaccess): Use convert to change...
2004-08-15 Nathan Sidwelltree.h (build_int_cst): New.
2004-08-05 Geoffrey Keatingre PR c/14516 (-fleading-underscore does not work corre...
2004-07-21 Andrew Haleyverify.c (verify_jvm_instructions): Comment change...
2004-07-20 Nathan Sidwelltree.h: Include vec.h
2004-07-12 Roger Sayleexpr.c (java_truthvalue_conversion, [...]): Convert...
2004-07-08 Richard Hendersonexcept.c (expand_eh_region_start, [...]): Remove.
2004-07-07 Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-06-27 Ranjit MathewFormatting fixes.
2004-06-26 Bryce McKinlayre PR java/15734 (internal compiler error: Segmentation...
2004-06-22 Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-08 Andrew Pinskire PR java/15769 (ICE: infinite recursion through gimpl...
2004-05-14 Diego Novillotree-gimple.c: Rename from tree-simple.c.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-10 Andrew Haleyparse.y (create_class): Set TYPE_VFIELD.
2004-04-16 Bryce McKinlayprims.cc (_Jv_AllocObject): Remove `size' argument.
2004-04-14 Bryce McKinlayexpr.c (build_invokeinterface): Remove unused variables...
2004-04-14 Bryce McKinlay[multiple changes]
2004-03-30 Zack Weinberggengtype.c (create_option): New function.
2004-02-05 Kazu Hiratautils.c (create_param_decl): Replace PROMOTE_PROTOTYPES...
2004-01-30 Andrew Pinskiexpr.c (build_field_ref): Move variable definition up.
2004-01-29 Andrew Haleyexpr.c (build_field_ref): Widen field offset.
2004-01-09 Mark Mitchellexpr.h (expand_expr): Make it a macro, not a function.
2004-01-09 Andrew Haleyre PR java/12755 (Binary Compatibility: Resolving stati...
2003-12-20 Kazu Hirataclass.c: Remove uses of "register" specifier in declara...
2003-11-06 Andrew Haleyexpr.c (java_stack_swap): Make sure destination stack...
2003-10-22 Kazu HirataChangeLog: Fix typos.
2003-10-22 Tom Tromeyexpr.c (expand_byte_code): Only warn about dead bytecod...
2003-10-01 Andrew Haleyjcf-parse.c (java_parse_file): Write otable and atable.
2003-09-28 Roger Sayleexpr.c (java_check_reference): Use the semantics of...
2003-09-28 Roger Sayletoplev.c (flag_evaluation_order): New global variable.
2003-09-21 Richard Hendersonc-format.c (gcc_diag_char_table): Add %J.
2003-09-18 Roger Sayletree.def (FFS_EXPR, [...]): Delete unused tree codes.
2003-09-03 Jeff Sturmdecl.c (java_expand_body): New function.
2003-07-25 Gabriel Dos Reisobjc-act.c (objc_check_decl): Don't use xxx_with_decl.
2003-07-15 Kazu Hirata* expr.c: Remove the last argument to expand_assignment().
2003-07-07 Nathan Sidwellrtl.h (emit_line_note): Take a location_t.
2003-06-28 Zack Weinberg* c-format.c (check_format_string, get_constant)
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2003-03-11 Tom Tromeyparse.y (resolve_field_access): Initialize class if...
2003-02-12 Ranjit Mathewdecl.c (java_init_decl_processing): Change soft_lookupj...
2003-01-23 Tom Tromeyexpr.c (build_known_method_ref): Use method's context...
2003-01-22 Tom Tromeyexpr.c (build_invokeinterface): Abort if method's conte...
2003-01-18 Kazu Hiratacheck-init.c: Fix comment typos.
2003-01-12 Kaveh R. Ghazi* All Files: Convert to ISO C style function definitions.
2003-01-09 Kaveh R. Ghazi* All Files: Remove PARAMS macro.
2003-01-09 Kaveh R. Ghaziexpr.c, [...]: Don't rely on the `DEFUN', `AND' or...
2003-01-03 Tom Tromeyre PR java/8712 (ICE at fold-const.c:2934)
2003-01-01 Steven BosscherMake-lang.in, [...]: Replace "GNU CC" with "GCC" in...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-18 Tom Tromeyre PR java/7912 (invalid verification error for arrays)
2002-09-27 Andrew Haleyexpr.c (build_java_array_length_access): Check for...
2002-09-21 Kazu HirataChangeLog: Follow spelling conventions.
2002-08-16 Andrew HaleyMake-lang.in (java-tree-inline.o): New.
2002-08-04 Geoffrey KeatingIndex: ChangeLog
2002-06-25 Andreas Schwab* expr.c (JSR): Avoid undefined operation on PC.
2002-06-04 Zack Weinbergjava-tree.h, [...]: Remove all #if JAVA_USE_HANDLES...
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-04-24 Per Bothnerexpr.c (PRE_JSR): Call NOTE_LABEL for return address.
2002-04-17 Bryce McKinlayclass.c (make_class_data): Set DECL_ALIGN on static...
2002-04-04 Neil Boothc-common.c (truthvalue_conversion): Rename, update.
2002-04-01 Neil Boothc-common.c (unsigned_conversion_warning, [...]): Use...
2002-03-27 Tom Tromeyexpr.c (expand_invoke): Don't generate null pointer...
next