summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
...
* * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey2004-11-2520-313/+5794
* c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher2004-11-243-17/+11
* expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher2004-11-247-12/+93
* xref.h (xref_flag_value): Remove.Ben Elliston2004-11-233-46/+11
* gjavah.c (output_directory): Make static.Ben Elliston2004-11-232-2/+7
* decl.c (instn_ptr_type_node): Removed.Tom Tromey2004-11-152-7/+7
* Makefile.in: Add html support.Mike Stump2004-11-131-4/+11
* re PR java/15576 (Class initialization optimization is disabled)Andrew Pinski2004-11-094-11/+27
* re PR java/16843 (gcjh generated headers don't define final constants)Tom Tromey2004-11-082-24/+72
* decl.c (end_java_method): Remove duplicated code.Andrew Pinski2004-11-082-8/+4
* lex.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H as well.Zack Weinberg2004-11-062-1/+11
* re PR java/17265 (Libjava doesn't build)Bryce McKinlay2004-11-022-1/+56
* re PR java/17265 (Libjava doesn't build)Eric Botcazou2004-10-222-44/+7
* re PR java/18091 (Valgrind errors building libjava)Andrew Haley2004-10-212-1/+13
* Make-lang.in (java/parse.o-warn, [...]): New rules to work around old Bison w...Steven Bosscher2004-10-182-0/+9
* class.c (ident_subst): Always alloca buffer.Steven Bosscher2004-10-178-10/+31
* expr.c (expr_add_location): Move declaration to before all statements.Hans-Peter Nilsson2004-10-164-5/+14
* parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew2004-10-1511-195/+219
* boehm.c, [...]: Update copyright.Kazu Hirata2004-10-1512-11/+17
* Speed up walk_tree by introducing a special-purpose hash table.Matt Austern2004-10-142-3/+8
* re PR java/15578 (gcj doesn't support -extdirs)Tom Tromey2004-10-133-5/+17
* parse.y (issue_warning_error_from_context): Use va_list * instead of va_list ...Ulrich Weigand2004-10-062-8/+15
* pretty-print.c: Include tree.h.Zack Weinberg2004-10-063-1/+41
* Prepare for %q, %< and %> in diagnostic message strings.Ranjit Mathew2004-10-053-12/+34
* [multiple changes]Andrew Haley2004-10-052-6/+39
* c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka2004-10-012-1/+5
* * lex.c: Fix a comment typo.Kazu Hirata2004-10-012-1/+5
* * java-tree.h: Fix a comment typo.Kazu Hirata2004-10-012-2/+6
* Simplify lexer. Implement --enable-mapped-location support.Per Bothner2004-09-307-726/+1081
* java-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unused macros.Per Bothner2004-09-303-70/+118
* More cleanup for --enable-mapped-location.Per Bothner2004-09-303-6/+80
* check-init.c (check_init): Handle USE_MAPPED_LOCATION case.Per Bothner2004-09-296-2/+28
* java-tree.h: Redefine some macros and add soem declaration to handle the USE_...Per Bothner2004-09-294-5/+29
* re PR java/17007 (Inconsistent builtin attributes set by Java front end)Andrew Haley2004-09-293-3/+11
* re PR java/15710 (ICE: tree check: expected class 'E', have 'c' (integer_cst)...Tom Tromey2004-09-282-0/+8
* re PR java/17586 (kawa build fails with ICE)Andrew Haley2004-09-282-6/+13
* jcf-parse.c (load_class): Back out previous broken patch.Andrew Haley2004-09-282-18/+6
* re PR java/17586 (kawa build fails with ICE)Andrew Haley2004-09-282-2/+25
* re PR java/17500 (Anonymous inner class compile freakout)Tom Tromey2004-09-252-1/+10
* expr.c, [...]: Fix comment typos.Kazu Hirata2004-09-256-8/+14
* re PR java/15656 (ICE segfault in lex.c)Tom Tromey2004-09-242-7/+21
* re PR java/16789 (ICE in force_evaluation_order() on valid code)Tom Tromey2004-09-243-4/+16
* re PR java/16927 (assert statement fails at -O1 and above)Andrew Haley2004-09-242-1/+16
* re PR java/17329 (ICE: SEGV in java_gimplify_expr)Tom Tromey2004-09-232-1/+10
* re PR java/17380 (Bad diagnostic and ICE on valid code...)Tom Tromey2004-09-232-2/+8
* aclocal.m4: Import AM_PROG_CC_C_O and AM_AUX_DIR_EXPAND.Kelley Cook2004-09-222-7/+6
* vec.h (VEC_space): Return true if there _is_ space.Nathan Sidwell2004-09-222-1/+6
* Fix bootstrap.Matt Austern2004-09-212-1/+7
* re PR java/17575 (gcjh does not clear its function name cache between files)Tom Tromey2004-09-212-0/+23
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-176-38/+46