optabs.c (libfunc_decl_hash, [...]): Fix -Wcast-qual warnings.
[gcc.git] / gcc / java / jcf-parse.c
2008-06-24 Tom Tromeyjcf-path.c (jcf_path_init): Don't name variable 'try'.
2008-06-20 Kaveh R. Ghazicollect2.c (main, [...]): Fix for -Wc++-compat.
2008-05-23 Andrew Haleyjcf-parse.c (give_name_to_class): Call find_sourcefile...
2008-03-11 Paolo Bonzinilanghooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.
2008-02-26 Tom Tromeysystem.h (USE_MAPPED_LOCATION): Poison.
2008-01-04 Andrew Haleyre PR java/17779 (ICE: Seg fault)
2008-01-04 Andrew Haleyre PR java/17779 (ICE: Seg fault)
2007-12-18 Andrew Haleyre PR java/27643 (ICE in java_mark_cni_decl_local compi...
2007-11-02 Tom Tromeyre PR java/33765 (gcj internal compiler error when...
2007-09-06 Tom Tromey* jcf-parse.c (parse_class_file): Re-enter the current...
2007-09-06 Tom Tromeytree-cfg.c (remove_bb): Only warn if line is non-zero.
2007-09-03 Kaveh R. Ghazisystem.h (CONST_CAST2, [...]): New macros for type...
2007-08-17 Tom Tromeytypeck.c (find_method_in_interfaces): Update.
2007-08-10 Kaveh R. Ghazisystem.h (CONST_CAST): New.
2007-07-31 Nick Cliftonjava-gimplify.c: Change copyright header to refer to...
2007-07-25 Kaveh R. Ghazic-common.c (fname_as_string, [...]): Constify.
2007-04-03 Andrew Haleyjvgenmain.c (main): Change main to use class$, not...
2007-02-03 Kazu Hirata* java-tree.h, javaop.def, jcf-parse.c: Fix comment...
2007-02-01 Andrew Haleyre PR java/30641 (gcj corrupted double-linked list...
2007-01-31 Kazu Hirata* class.c, jcf-parse.c: Fix comment typos.
2007-01-24 Andrew Haley[multiple changes]
2007-01-13 Tom Tromeyjcf-dump.c (main): Updated call to find_class.
2007-01-11 Tom Tromeytypeck.c (convert): Don't use flag_emit_class_files.
2007-01-09 Tom TromeyMerged gcj-eclipse branch to trunk.
2007-01-08 Richard Guenthertree.h (build_int_cst_wide_type): Export.
2006-02-23 Andrew Haleyjcf-parse.c (parse_class_file): Set input_location...
2006-02-03 Ben Ellistonjava-gimplify.c: Use gcc_assert and gcc_unreachable...
2006-01-31 Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2005-12-16 Alexandre Olivajcf-parse.c (set_source_filename): Set the decl source...
2005-09-15 Bryce McKinlayre PR java/23891 (Problem folding static fields across...
2005-09-06 Kazu Hiratacheck-init.c, [...]: Fix comment typos.
2005-06-25 Kelley CookUpdate FSF address.
2005-06-13 Per Bothnerexpr.c (int highest_label_pc_this_method, [...]): New...
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-03-17 Bryce McKinlayre PR java/20502 (gcj failure if .jar contains same...
2005-02-12 Kazu Hiratabuiltins.c, [...]: Update copyright.
2005-01-09 Mark Wielaardparse.y (process_imports): Allocate (and free) original...
2004-12-08 Andrew Haleyjcf-parse.c (load_class): Remove sanity test for missin...
2004-11-28 Per Bothnerjcf-parse.c (set_source_filename): Improvement to Andre...
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-10-21 Andrew Haleyre PR java/18091 (Valgrind errors building libjava)
2004-10-15 Ranjit Mathewparse.y (parse_warning_context): Remove ATTRIBUTE_PRINT...
2004-10-05 Andrew Haley[multiple changes]
2004-09-30 Per BothnerSimplify lexer. Implement --enable-mapped-location...
2004-09-30 Per Bothnerjava-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unused...
2004-09-28 Andrew Haleyre PR java/17586 (kawa build fails with ICE)
2004-09-28 Andrew Haleyjcf-parse.c (load_class): Back out previous broken...
2004-09-28 Andrew Haleyre PR java/17586 (kawa build fails with ICE)
2004-08-25 Nathan Sidwelltree.h (build_int_cst): New, sign extended constant.
2004-08-16 Elliot Leere PR java/9677 (File not found if spaces in file name)
2004-08-15 Nathan Sidwelltree.h (build_int_cst): New.
2004-08-05 Nathan Sidwelltree.h (force_fit_type): Return a tree, take three...
2004-07-24 Mike Stumpboehm.c (set_bit): Improve type safety wrt unsignedness.
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-01 Richard Hendersoncgraph.h (cgraph_build_static_cdtor): Declare.
2004-06-26 Bryce McKinlayPR java/1207, java/16178
2004-06-17 Ranjit Mathewre PR java/13948 (GCJ segmentation fault while compilin...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-02-29 Roger Saylejcf-parse.c (java_parse_file): Handle the case that...
2004-01-16 Andrew Haleyre PR java/13273 (gcj generates call to abstract method)
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-25 Jeff Sturmre PR java/13183 ([unit-at-a-time] incorrect multidimen...
2003-11-10 Tom Tromeyjcf-parse.c (classify_zip_file): Correctly compare...
2003-11-08 Tom Tromeyre PR libgcj/12894 (META-INF entries should be incolude...
2003-10-24 Andrew HaleyCorrect misapplied patch.
2003-10-24 David S. Millerjcf-parse.c (jcf_parse): Fix args to fatal_error().
2003-10-24 Andrew Haleylang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.
2003-10-01 Andrew Haleyjcf-parse.c (java_parse_file): Write otable and atable.
2003-09-28 Richard Hendersonc-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION...
2003-09-28 Jeff Sturmdecl.c (java_optimize_inline, [...]): Remove.
2003-09-22 Richard HendersonRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 Richard Hendersontree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION...
2003-09-03 Jeff Sturmdecl.c (java_expand_body): New function.
2003-06-28 Zack Weinberg* c-format.c (check_format_string, get_constant)
2003-05-13 Zack Weinbergdiagnostic.c (output_format): Add support for %m.
2003-05-13 Richard Hendersonclass.c (layout_class_method): Set DECL_EXTERNAL.
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2003-02-24 Tom Tromeylang-options.h: Added -Wdeprecated.
2003-02-03 Adrian BunkFix for java/4269:
2003-01-30 Tom Tromeyjcf-parse.c (read_class): Update identifier's class...
2003-01-24 Tom Tromeyjcf-parse.c (parse_zip_file_entries): Overwrite trailin...
2003-01-23 Nathanael Nerodejcf-parse.c (process_zip_dir): Remove unused variable.
2003-01-22 Tom Tromeygcj.texi (Input and output files): Mention non-class...
2003-01-18 Kazu Hiratacheck-init.c: Fix comment typos.
2003-01-16 Kaveh R. GhaziMake-lang.in (f/target.o): Depend on toplev.h.
2003-01-12 Kaveh R. Ghazi* All Files: Convert to ISO C style function definitions.
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2003-01-09 Kaveh R. Ghazi* All Files: Remove PARAMS macro.
2003-01-01 Steven BosscherMake-lang.in, [...]: Replace "GNU CC" with "GCC" in...
2002-12-23 Jeff Sturmclass.c (build_static_field_ref): Check FIELD_FINAL.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-18 Jens-Michael Hoffmannbuffer.c: Remove unnecessary casts.
2002-10-16 Richard Henderson* jcf-parse.c (get_constant): Fix type warning.
2002-09-21 Richard Hendersonjcf-parse.c (get_constant): Decode from IEEE no matter...
2002-09-21 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-16 Richard Hendersonreal.c, real.h: Rewrite from scratch.
2002-08-04 Geoffrey KeatingIndex: ChangeLog
next