re PR tree-optimization/26830 (Repeated SSA update during loop header copying)
[gcc.git] / gcc / java / parse-scan.y
2006-01-31 Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2005-07-12 Tom Tromeyre PR java/19674 (Empty declaration through semicolon...
2005-06-25 Kelley CookUpdate FSF address.
2005-02-12 Kazu Hiratabuiltins.c, [...]: Update copyright.
2005-02-12 Per Bothnerre PR java/15543 ("jv-scan --complexity" segfaults)
2005-02-02 Ranjit Mathewre PR java/15543 ("jv-scan --complexity" segfaults)
2004-10-06 Zack Weinbergpretty-print.c: Include tree.h.
2004-09-25 Kazu Hirataexpr.c, [...]: Fix comment typos.
2004-06-27 Ranjit MathewFormatting fixes.
2003-10-22 Kazu HirataChangeLog: Fix typos.
2003-06-28 Zack Weinbergdbxout.c (flag_debug_only_used_symbols): Delete redunda...
2003-05-02 Nathan SidwellMakefile.in (TREE_H): Replace location.h with input.h.
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2003-04-06 Steven Bosscherhashtable.c (gcc_obstack_init): Delete this function...
2003-01-12 Kaveh R. Ghazi* All Files: Convert to ISO C style function definitions.
2003-01-10 Kaveh Ghazidecl.c, [...]: Don't cast return value of xmalloc et al.
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-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-09-30 Anthony GreenAdd -fno-assert flag.
2002-06-11 Tom Tromeyjcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.
2002-06-02 Tom TromeyFix for PR java/1343, PR java/6336:
2001-04-04 Alexandre Petit... re PR java/1074 (jv-scan fails on ArrayClass.java)
2000-11-20 Tom Tromeyjv-scan.c (help): Document --complexity.
2000-11-20 Tom Tromeylex.c (yylex): Added STRICT_TK case.
2000-08-08 Alexandre Petit... 2000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.com
2000-03-28 Alexandre Petit... parse-scan.y (pop_class_context): Reset `inner_qualifie...
2000-03-28 Alexandre Petit... [multiple changes]
2000-01-21 Kaveh R. Ghazibuffer.h: PROTO -> PARAMS.
1999-10-14 Kaveh R. Ghazijcf-dump.c (print_constant, [...]): Don't call a variad...
1999-10-04 Tom Tromeyre GNATS gcj/59 (Problem with jv-scan --print-main)
1999-09-16 Kaveh R. Ghazigjavah.c (get_field_name, [...]): Use xmalloc, not...
1999-08-25 Kaveh R. Ghazigjavah.c (print_name, [...]): Add static prototype.
1999-08-04 Kaveh R. GhaziWarning fixes:
1999-05-03 Tom Tromeyparse-scan.y (interface_declaration): Call report_class...
1999-04-05 Kaveh R. Ghaziclass.c (add_method_1): Cast the argument of `bzero...
1999-03-06 Kaveh R. GhaziMakefile.in (jcf-parse.o): Depend on $(PARSE_H).
1999-01-08 Tom Tromeyparse-scan.y (variable_declarator_id): Set or increment...
1998-12-17 Tom Tromeyparse-scan.y (report_main_declaration): Recognize ...
1998-12-16 Tom Tromey* parse-scan.y (qualified_name): Use correct sprintf...
1998-11-27 Kaveh R. GhaziMakefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).
1998-09-06 Anthony GreenInitial revision