summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* * config-lang.in (lang_dirs): Add in zlib.aoliva2001-04-121-1/+1
* * Makefile.in (ifcvt.o): Depend on toplev.h.ghazi2001-04-113-1/+8
* 2001-04-06 Tom Tromey <tromey@redhat.com>tromey2001-04-072-3/+22
* * parse.y (analyze_clinit_body): Return true if the second operandtromey2001-04-062-4/+8
* * Make-lang.in ($(srcdir)/java/parse-scan.c): Run bison from buildtromey2001-04-062-6/+11
* 2001-04-05 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-04-052-1/+11
* 2001-04-04 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-04-053-14/+53
* 2001-04-04 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-04-052-2/+9
* 2001-03-27 Andrew Haley <aph@cambridge.redhat.com>aph2001-04-052-0/+5
* * java-tree.h (CONSTANT_VALUE_P): New macro.bothner2001-04-044-29/+57
* 2001-03-30 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-04-042-17/+35
* include:zack2001-04-044-6/+9
* 2001-03-28 Hans Boehm <boehm@acm.org>apbianco2001-04-032-7/+14
* * expr.c (pop_type_0): Save the result of the firstzack2001-04-032-3/+15
* * expr.c (pop_type_0): Call `concat' rather than building theghazi2001-03-283-25/+24
* 2001-03-21 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-03-282-2/+9
* 2001-03-28 Jeffrey Oldham <oldham@codesourcery.com>oldham2001-03-282-0/+5
* IA-64 ABI Exception Handling.rth2001-03-2810-89/+82
* * java-tree.h (throw_node): Define as a single member ofrth2001-03-287-28/+32
* * decl.c (end_java_method): Do not save and restorerth2001-03-284-24/+12
* Remove flag_new_exceptions.rth2001-03-282-2/+3
* Make -fsjlj-exceptions a configure option.rth2001-03-283-2/+7
* * parse.y (source_end_java_method): Likewise.rth2001-03-282-4/+5
* * bb-reorder.c, dwarf2out.c, except.c, except.h, flow.c,rth2001-03-282-4/+9
* * Makefile.in (SYSTEM_H): Define.ghazi2001-03-272-27/+31
* * c-common.h (DECL_NUM_STMTS): New macro.mmitchel2001-03-272-1/+5
* 2001-03-26 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-03-262-1/+17
* * constants.c (PUTN): Use memcpy, not bcopy.ghazi2001-03-264-7/+13
* ebothner2001-03-245-46/+61
* 2001-03-22 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-03-239-14/+106
* 2001-02-07 Andrew Haley <aph@redhat.com>aph2001-03-232-25/+21
* 2001-02-07 Andrew Haley <aph@redhat.com>aph2001-03-236-52/+86
* * gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.bryce2001-03-233-8/+159
* 2001-03-23 Bryce McKinlay <bryce@albatross.co.nz>bryce2001-03-232-1/+11
* 2001-03-21 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-03-213-2/+13
* * lex.c (java_read_unicode): Only accept leading `u's.tromey2001-03-212-5/+14
* * jcf-parse.c (read_class): Initialize `class'.tromey2001-03-202-1/+5
* 2001-03-20 Matt Kraai <kraai@alumni.carnegiemellon.edu>tromey2001-03-202-1/+4
* Compute DECL_ASSEMBLER_NAME lazily.mmitchel2001-03-193-10/+22
* * jcf-parse.c (load_inner_classes): Check CLASS_LOADED_Pbothner2001-03-192-1/+5
* Fixes to process to command-line .class files in two passes. See ChangeLog.bothner2001-03-197-71/+122
* * jvspec.c (lang_specific_driver): Check for .zip and .jar files.bothner2001-03-192-30/+45
* 2001-03-19 Andrew Haley <aph@cambridge.redhat.com>aph2001-03-192-1/+6
* Change descriptions were jumbled.bothner2001-03-171-9/+9
* * decl.c (clear_binding_level): Fix initializer (broke 03-15).bothner2001-03-172-1/+3
* * jcf-write.c (generate_bytecode_insns): Handle emitting iincbothner2001-03-172-0/+5
* * parse.h (JDEP_SOLV): Removed.bothner2001-03-173-20/+20
* * java-tree.h (BLOCK_IS_IMPLICIT): New flag.bothner2001-03-164-8/+11
* * jcf-parse.c (yyparse): Set/reset input_filename for source file.bothner2001-03-163-1/+8
* * parse.y (expand_start_java_method): Was only called once and had abothner2001-03-162-53/+42