]> gcc.gnu.org Git - gcc.git/history - gcc/java
explow.c (memory_address): Use memory_address_p.
[gcc.git] / gcc / java /
2004-08-06 Kelley Cooklang.c (flag_emit_class_files, [...]): Remove explicit...
2004-08-05 Michael Chastainre PR bootstrap/14893 (3.4.0-20040406, 'make install...
2004-08-05 Nathan Sidwelltree.h (force_fit_type): Return a tree, take three...
2004-08-05 Geoffrey Keatingre PR c/14516 (-fleading-underscore does not work corre...
2004-08-04 Roger Sayletypeck.c (convert_ieee_real_to_integer): Call fold...
2004-08-02 Bryce McKinlayre PR java/16701 (Error when constant initializer depen...
2004-08-01 Roger Sayledecl.c (update_aliases, [...]): Replace calls to build...
2004-07-28 Eric Christopherc-common.c (c_common_unsafe_for_reeval): Delete.
2004-07-26 Hans-Peter Nilssonparse.y (build_super_invocation): Adjust declaration...
2004-07-25 Bernardo Innocenti* decl.c: Rename all identifiers named `class' to ...
2004-07-25 Richard Hendersonc-decl.c (start_function): Set DECL_ARTIFICIAL and...
2004-07-25 Bernardo Innocentic-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED...
2004-07-24 Mike Stumpboehm.c (set_bit): Improve type safety wrt unsignedness.
2004-07-23 Thomas FitzsimmonsMakefile.am: Rename jar binary to fastjar.
2004-07-21 Andrew HaleyPR java/16431.
2004-07-21 Andrew Haleyverify.c (verify_jvm_instructions): Comment change...
2004-07-20 Nathan Sidwelltree.h: Include vec.h
2004-07-18 Roger Saylebuiltins.c (max_builtin, [...]): Replace calls to build...
2004-07-17 Joseph Myerslanghooks.h (builtin_function): New langhook.
2004-07-17 Steven Bosschercfgcleanup.c (try_simplify_condjump): Don't remove...
2004-07-15 Frank Ch. Eigler* Fix for g++/15861
2004-07-14 Per Bothnerjava-tree.h (all_class_filename): Remove useless macro.
2004-07-12 Bryce McKinlayre PR java/16474 (gcjh: Illegal C++ produced for some...
2004-07-12 Roger Sayleexpr.c (java_truthvalue_conversion, [...]): Convert...
2004-07-11 Joseph Myerslanghooks.h (estimate_num_insns, [...]): Remove hooks.
2004-07-10 Bryce McKinlay004-07-10 Bryce McKinlay <mckinlay@redhat.com>
2004-07-10 Bryce McKinlayre PR java/8618 (call to private constructor allowed...
2004-07-09 Bryce McKinlayclass.c (interface_of_p): Check for null TYPE_BINFO.
2004-07-09 Nathan Sidwellclass.c (make_class): Do not create binfo here.
2004-07-08 Richard Hendersonexcept.c (expand_eh_region_start, [...]): Remove.
2004-07-08 Per Bothnerclass.c (build_static_field_ref): Add a NOP_EXPR; other...
2004-07-08 Per Bothner* gcj.texi (Linking): New node. Document -lgij usage.
2004-07-08 Per Bothner* gcj.texi (Invoking gij): Document new -verbose:class...
2004-07-07 Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-07-06 Nathan Sidwelltree.h (TREE_VIA_VIRTUAL): Rename to ...
2004-07-05 Nathan Sidwellc-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
2004-07-04 Ranjit Mathew* verify.c: Correct array element access formatting...
2004-07-04 Ranjit Mathewverify.c: Insert a short blurb at the start referring...
2004-07-03 Richard Hendersonc-decl.c (grokdeclarator): Don't frob current_function_...
2004-07-01 Richard Hendersoncgraph.h (cgraph_build_static_cdtor): Declare.
2004-06-29 Bryce McKinlayre PR java/1262 (Method with default access can be...
2004-06-29 Andrew Haleyexcept.c (expand_start_java_handler): Push a new bindin...
2004-06-28 Bryce McKinlay* jcf-write.c (get_classfile_modifiers): Formatting...
2004-06-27 Ranjit MathewFormatting fixes.
2004-06-27 Bryce McKinlayre PR java/15715 (member interfaces are always static)
2004-06-27 Bryce McKinlayparse.y (qualify_and_find): Pass type decl, not identif...
2004-06-26 Bryce McKinlayre PR java/15734 (internal compiler error: Segmentation...
2004-06-26 Bryce McKinlayPR java/1207, java/16178
2004-06-24 Bryce McKinlayparse.y (set_nested_class_simple_name_value): Removed.
2004-06-22 Andrew Haleyre PR java/16113 (ICE: Segmentation fault when compilin...
2004-06-22 Ranjit Mathewparse.y (create_class): Correct diagnostic message...
2004-06-22 Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-21 Andrew Haleyjava-gimplify.c (java_gimplify_block): set TREE_USED...
2004-06-21 Joseph Myerstree-alias-common.h (struct tree_alias_ops): Change...
2004-06-17 Ranjit Mathewre PR java/13948 (GCJ segmentation fault while compilin...
2004-06-16 Paolo Bonzinicoverage.c: Remove argument to rest_of_compilation.
2004-06-15 Paolo Bonzinifunction.h (struct function): Remove cannot_inline...
2004-06-08 Andrew Pinskire PR java/15769 (ICE: infinite recursion through gimpl...
2004-06-03 Mark G. Adamstree.h: Remove include of version.h
2004-05-31 Bryce McKinlayjcf-write.c (generate_bytecode_conditional): Correct...
2004-05-29 Ranjit Mathewjava-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test...
2004-05-29 Bryce McKinlayFix formatting.
2004-05-28 Bryce McKinlayjcf-write.c (generate_bytecode_conditional): Handle...
2004-05-28 Bryce McKinlaycheck-init.c (check_init): Handle binops UNLT_EXPR...
2004-05-28 Bryce McKinlaygcj.texi (Object allocation): Remove _Jv_AllocBytes.
2004-05-27 Bryce McKinlaydecl.c (struct binding_level): Add GTY marker.
2004-05-26 Bryce McKinlaylex.c (java_new_lexer): Set 'encoding'.
2004-05-24 Paolo BonziniMakefile.def (host_modules): add libcpp.
2004-05-21 Mark Wielaardgjavah.c (print_stub_or_jni): Mark functions only JNIEX...
2004-05-19 Paolo Bonzinitypeck.c: Remove non-printable character 160.
2004-05-17 Ranjit Mathew* check-init.c: Correct minor typos.
2004-05-14 Diego Novillotree-gimple.c: Rename from tree-simple.c.
2004-05-14 Ranjit Mathew* java-gimplify.c (java_gimplify_expr): Correct minor...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-10 Andrew Haleyparse.y (create_class): Set TYPE_VFIELD.
2004-05-10 Andrew Pinskiparse.y (check_pkg_class_access): Add new argument...
2004-05-06 Ranjit MathewFixes PR java/9685, PR java/15073
2004-04-30 Ranjit Mathewre PR java/15133 (gcjh generates wrong method signatures)
2004-04-30 Roger Saylebuiltins.c (java_builtins): Add acos, asin, ceil and...
2004-04-22 Roger Sayleresource.c (write_resource_constructor): Guard call...
2004-04-20 Bryce McKinlayclass.c (make_class_data): Add new field aux_info.
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-04-05 Caroline Ticegcc.c (combine_flag): New global variable, for new...
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-31 Andrew Haleyre PR java/14104 (java testsuite fails "linking simple")
2004-03-30 Zack Weinberggengtype.c (create_option): New function.
2004-03-25 Marcus Meissnerre PR java/14689 (jcf-path.c missing closedir)
2004-03-23 Tom Tromeyre PR java/14315 ([3.4 only]: Java compiler is not...
2004-03-23 Tom Tromey* gcj.texi (Extensions): Document GCJ_PROPERTIES.
2004-03-20 Kazu Hirataclass.c, [...]: Fix comment typos.
2004-03-20 Per Bothner* gcj.texi (Code Generation): Document new flags and...
2004-03-19 Per Bothnerclass.c (assume_compiled_node_struct): Rename type...
2004-03-18 Richard Kennertree.h (TREE_CHECK2, [...]): New macros.
2004-03-17 Per Bothnerjcf-jump.c (options): New --print-constants option.
2004-03-16 Per Bothnerjcf-dump.c (flag_print_constant_pool): Default to off.
2004-03-15 Andrew Haleyre PR java/14581 (gcj internal error: Segmentation...
2004-03-15 Andrew Haleyre PR java/14551 (Switch w sign-extended byte and ...
2004-02-29 Roger Saylejcf-parse.c (java_parse_file): Handle the case that...
next
This page took 0.27575 seconds and 8 git commands to generate.