index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
java
Age
Commit message (
Expand
)
Author
Files
Lines
2000-01-21
buffer.h: PROTO -> PARAMS.
Kaveh R. Ghazi
36
-865
/
+901
2000-01-17
re GNATS gcj/128 (weak error message when expecting final modifier)
Joerg Brunsmann
2
-3
/
+17
2000-01-17
* gjavah.c (print_field_info): Allow non-static final fields.
Tom Tromey
2
-10
/
+14
2000-01-16
parse.y (build_string_concatenation): Only use StringBuffer(String) shortcut ...
Anthony Green
3
-9
/
+14
2000-01-12
jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.
Mumit Khan
5
-460
/
+442
2000-01-10
jcf-write.c (generate_bytecode_insns): Emit invokeinterface bytecodes in the ...
Anthony Green
2
-5
/
+10
2000-01-09
* Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).
Kaveh R. Ghazi
2
-2
/
+6
2000-01-07
expr.c (java_lang_expand_expr): Switch to permanent obstack before calling ex...
Alexandre Petit-Bianco
3
-0
/
+17
2000-01-07
expr.c (java_lang_expand_expr): Switch to permanent obstack before building c...
Anthony Green
2
-2
/
+10
2000-01-07
re GNATS gcj/122 (SP mismatch error from certain code constructs)
Alexandre Petit-Bianco
3
-15
/
+27
2000-01-06
Makefile.in (LIBDEPS): Added gcc's errors.o
Alexandre Petit-Bianco
10
-554
/
+678
1999-12-31
class.c (assume_compiled, [...]): Add static prototype.
Kaveh R. Ghazi
10
-23
/
+50
1999-12-30
expr.c (expand_invoke): Layout the loaded class before attempting to use it.
Alexandre Petit-Bianco
3
-7
/
+21
1999-12-31
parse.h (ABSTRACT_CHECK, [...]): Avoid the use of ANSI string concatenation.
Kaveh R. Ghazi
4
-773
/
+756
1999-12-30
class.c (class_depth): Return -1 if the class doesn't load properly.
Alexandre Petit-Bianco
7
-62
/
+137
1999-12-17
re GNATS gcj/119 (gcjh needs to output space before leading "::" with JArray's)
Tom Tromey
2
-6
/
+13
1999-12-14
re GNATS gcj/110 (don't exclude private methods from method table when optimi...
Per Bothner
2
-0
/
+6
1999-12-12
re GNATS gcj/79 (Problem creating static arrays)
Alexandre Petit-Bianco
2
-1
/
+7
1999-12-12
check-init.c (check_init): Take into account both types of `throw's when chec...
Anthony Green
2
-1
/
+7
1999-12-12
parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third operand of a WFL...
Alexandre Petit-Bianco
2
-1
/
+7
1999-12-10
parse.h (BUILD_THROW): Add support for sjlj-exceptions.
Andrew Haley
6
-12
/
+28
1999-12-09
> * decl.c (init_decl_processing): Mark throw_node as a noreturn > function w...
Anthony Green
2
-0
/
+16
1999-12-06
[multiple changes]
Alexandre Petit-Bianco
2
-5
/
+20
1999-12-06
jcf-parse.c (saw_java_source): Global variable removed.
Alexandre Petit-Bianco
2
-27
/
+21
1999-12-06
except.c (expand_end_java_handler): Call expand_resume_after_catch and end_ca...
Alexandre Petit-Bianco
2
-1
/
+8
1999-12-06
jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and...
Alexandre Petit-Bianco
4
-7
/
+16
1999-12-01
Undo the last change I've checked in by accident.
Jan Hubicka
1
-230
/
+162
1999-12-01
i386.c (ix86_expand_move): Never add clobbers to move patterns.
Jan Hubicka
1
-162
/
+230
1999-12-01
re GNATS gcj/97 (Internal compiler error)
Alexandre Petit-Bianco
3
-169
/
+185
1999-11-29
parse.y (catch_clause_parameter:): Still set `$$' to NULL_TREE in case of error.
Alexandre Petit-Bianco
2
-8
/
+16
1999-11-29
hu Nov 4 16:27:01 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
Alexandre Petit-Bianco
2
-1
/
+16
1999-11-25
* except.c (emit_handlers): Zero catch_clauses after emitting them.
Mark Mitchell
2
-0
/
+5
1999-11-21
constants.c (find_methodref_index): Unwrap method names before inserting them...
Anthony Green
6
-9
/
+201
1999-11-18
class.c (layout_class): Always convert TYPE_SIZE_UNIT to int_type_node...
Alexandre Petit-Bianco
2
-0
/
+9
1999-11-17
typeck.c: (lookup_java_method): search all inherited interfaces when...
Godmar Back
2
-5
/
+56
1999-11-10
re GNATS gcj/84 (path to classes.zip is compiled in to gcj at build time)
Tom Tromey
2
-1
/
+60
1999-11-09
parse.y (source_end_java_method): Resume permanent allocation, reversing Apr ...
Alexandre Petit-Bianco
3
-2
/
+11
1999-11-05
re GNATS gcj/85 (Compiler optimizes away private methods when native methods ...
Tom Tromey
2
-2
/
+22
1999-11-01
parse.y (method_header:): Issue error message for rule `type error'.
Alexandre Petit-Bianco
3
-1492
/
+1530
1999-11-01
parse.y (resolve_qualified_expression_name): Prevent `this' from being used b...
Alexandre Petit-Bianco
1
-2
/
+4
1999-11-01
re GNATS gcj/48 (Compiler fails to catch constructor problem)
Alexandre Petit-Bianco
3
-8
/
+27
1999-10-30
* check-init.c: Fix typo in comment.
Todd T. Fries
2
-1
/
+5
1999-10-29
class.c (add_method_1): Set DECL_INLINE to 1 for private, static and final me...
Alexandre Petit-Bianco
1
-0
/
+5
1999-10-29
parse.y (expression_statement:): Call function to report improper invocation ...
Alexandre Petit-Bianco
4
-443
/
+468
1999-10-26
tree.h (BLOCK_TYPE_TAGS): Remove.
Mark Mitchell
2
-2
/
+5
1999-10-22
jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set in generated `...
Tom Tromey
2
-1
/
+8
1999-10-21
re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)
Alexandre Petit-Bianco
3
-10
/
+9
1999-10-21
re GNATS gcj/37 (gcj fails to compile "jBYTEmark" from source code when optim...
Alexandre Petit-Bianco
3
-8
/
+42
1999-10-19
jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.
Tom Tromey
2
-0
/
+7
1999-10-16
java-tree.h (flag_bounds_check): Remove extern decl.
Greg McGary
3
-11
/
+8
[next]