aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
1999-12-10parse.h (BUILD_THROW): Add support for sjlj-exceptions.Andrew Haley6-12/+28
1999-12-09> * decl.c (init_decl_processing): Mark throw_node as a noreturn > function w...Anthony Green2-0/+16
1999-12-06[multiple changes]Alexandre Petit-Bianco2-5/+20
1999-12-06jcf-parse.c (saw_java_source): Global variable removed.Alexandre Petit-Bianco2-27/+21
1999-12-06except.c (expand_end_java_handler): Call expand_resume_after_catch and end_ca...Alexandre Petit-Bianco2-1/+8
1999-12-06jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and...Alexandre Petit-Bianco4-7/+16
1999-12-01Undo the last change I've checked in by accident.Jan Hubicka1-230/+162
1999-12-01i386.c (ix86_expand_move): Never add clobbers to move patterns.Jan Hubicka1-162/+230
1999-12-01re GNATS gcj/97 (Internal compiler error)Alexandre Petit-Bianco3-169/+185
1999-11-29parse.y (catch_clause_parameter:): Still set `$$' to NULL_TREE in case of error.Alexandre Petit-Bianco2-8/+16
1999-11-29hu Nov 4 16:27:01 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>Alexandre Petit-Bianco2-1/+16
1999-11-25* except.c (emit_handlers): Zero catch_clauses after emitting them.Mark Mitchell2-0/+5
1999-11-21constants.c (find_methodref_index): Unwrap method names before inserting them...Anthony Green6-9/+201
1999-11-18class.c (layout_class): Always convert TYPE_SIZE_UNIT to int_type_node...Alexandre Petit-Bianco2-0/+9
1999-11-17typeck.c: (lookup_java_method): search all inherited interfaces when...Godmar Back2-5/+56
1999-11-10re GNATS gcj/84 (path to classes.zip is compiled in to gcj at build time)Tom Tromey2-1/+60
1999-11-09parse.y (source_end_java_method): Resume permanent allocation, reversing Apr ...Alexandre Petit-Bianco3-2/+11
1999-11-05re GNATS gcj/85 (Compiler optimizes away private methods when native methods ...Tom Tromey2-2/+22
1999-11-01parse.y (method_header:): Issue error message for rule `type error'.Alexandre Petit-Bianco3-1492/+1530
1999-11-01parse.y (resolve_qualified_expression_name): Prevent `this' from being used b...Alexandre Petit-Bianco1-2/+4
1999-11-01re GNATS gcj/48 (Compiler fails to catch constructor problem)Alexandre Petit-Bianco3-8/+27
1999-10-30* check-init.c: Fix typo in comment.Todd T. Fries2-1/+5
1999-10-29class.c (add_method_1): Set DECL_INLINE to 1 for private, static and final me...Alexandre Petit-Bianco1-0/+5
1999-10-29parse.y (expression_statement:): Call function to report improper invocation ...Alexandre Petit-Bianco4-443/+468
1999-10-26tree.h (BLOCK_TYPE_TAGS): Remove.Mark Mitchell2-2/+5
1999-10-22jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set in generated `...Tom Tromey2-1/+8
1999-10-21re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)Alexandre Petit-Bianco3-10/+9
1999-10-21re GNATS gcj/37 (gcj fails to compile "jBYTEmark" from source code when optim...Alexandre Petit-Bianco3-8/+42
1999-10-19jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.Tom Tromey2-0/+7
1999-10-16java-tree.h (flag_bounds_check): Remove extern decl.Greg McGary3-11/+8
1999-10-15jvgenmain.c (usage): New function.Tom Tromey3-10/+63
1999-10-14* jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.Tom Tromey2-4/+8
1999-10-14jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non...Kaveh R. Ghazi9-79/+138
1999-10-13Fix thinko in last change.Jeff Law1-1/+0
1999-10-13(Fixing malformed ChangeLog entries...)Alexandre Petit-Bianco1-2/+2
1999-10-12(RELOCATION_VALUE_1): Fixed integer value from 0 to 1.Alexandre Petit-Bianco2-1/+5
1999-10-12jcf-write.c: (RELOCATION_VALUE_0): New macro.Alexandre Petit-Bianco2-18/+53
1999-10-07During class file generation...Anthony Green2-6/+21
1999-10-04re GNATS gcj/59 (Problem with jv-scan --print-main)Tom Tromey4-5/+15
1999-09-24Changed credit to the right person.Glenn Chambers1-2/+2
1999-09-24decl.c (insert_block): Removed unconditional `abort'.Glenn Chambers2-1/+4
1999-09-24Allow to distinguish between three classes of builtin functionsBernd Schmidt2-30/+35
1999-09-23jvspec.c (lang_specific_driver): Don't read spec file if -fsyntax-only given.Tom Tromey2-0/+6
1999-09-22* lang-specs.h: Added `%(jc1)' to the jc1 spec.Tom Tromey2-1/+3
1999-09-22javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.Tom Tromey2-12/+9
1999-09-21re GNATS gcj/46 (Static inializers compiled incorrectly)Alexandre Petit-Bianco3-4/+9
1999-09-20Makefile.in (parse.o): Depend on $(JAVA_TREE_H).Andreas Schwab2-1/+5
1999-09-20Add comment saying that lang_decode_options should not complain aboutNick Clifton2-0/+5
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi16-229/+196
1999-09-13Makefile.in (gcc.o, [...]): Depend on gcc.h.Kaveh R. Ghazi3-26/+31