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/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
/
class.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-10-13
Remove obstacks.
Mark Mitchell
1
-31
/
+6
2000-10-08
class.c (layout_class): Handle case where superclass can't be layed out yet.
Anthony Green
1
-2
/
+4
2000-10-06
jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.
Tom Tromey
1
-22
/
+129
2000-10-01
c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.
Mark Mitchell
1
-2
/
+2
2000-09-23
Make-lang.in (JAVA_SRCS): Include java-tree.h.
Mark Mitchell
1
-2
/
+21
2000-08-11
class.c (maybe_layout_super_class): Fixed indentation.
Alexandre Petit-Bianco
1
-2
/
+1
2000-08-02
c-common.h: Prototype min_precision and c_build_qualified_type here...
Zack Weinberg
1
-1
/
+1
2000-07-28
class.c (make_class_data): Create vtable for abstract classes.
Tom Tromey
1
-6
/
+15
2000-07-20
[multiple changes]
Alexandre Petit-Bianco
1
-1
/
+6
2000-06-26
[multiple changes]
Alexandre Petit-Bianco
1
-0
/
+1
2000-06-02
class.c (get_dispatch_table): Build the vtable dummy entry list element with ...
Alexandre Petit-Bianco
1
-4
/
+25
2000-06-01
class.c (common_enclosing_context_p): New function.
Alexandre Petit-Bianco
1
-0
/
+24
2000-05-09
top level:
Zack Weinberg
1
-1
/
+1
2000-05-02
class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...
Tom Tromey
1
-1
/
+5
2000-04-05
class.c (decl_hash): Prototype removed.
Alexandre Petit-Bianco
1
-2
/
+0
2000-04-05
class.c: (java_hash_hash_tree_node): Renamed from `decl_hash', made global.
Alexandre Petit-Bianco
1
-7
/
+10
2000-04-04
boehm.c (mark_reference_fields, set_bit): Prototype.
Kaveh R. Ghazi
1
-0
/
+5
2000-03-25
* Rework fields used to describe positions of bitfields and
Richard Kenner
1
-18
/
+15
2000-03-22
[multiple changes]
Alexandre Petit-Bianco
1
-2
/
+1
2000-03-17
* Clean up usages of TREE_INT_CST_LOW.
Richard Kenner
1
-23
/
+25
2000-03-16
lang.c (flag_hash_synchronization): New global.
Tom Tromey
1
-1
/
+2
2000-03-13
Added Java 1.1 language features.
Alexandre Petit-Bianco
1
-8
/
+68
2000-03-07
decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a...
Bryce McKinlay
1
-0
/
+3
2000-03-04
Makefile.in (JAVA_OBJS): Added boehm.o.
Tom Tromey
1
-6
/
+5
2000-02-26
expr.c (build_class_init): Mark the decl to be ignored by check_init.
Anthony Green
1
-1
/
+40
2000-02-19
c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
Richard Kenner
1
-1
/
+3
2000-01-21
buffer.h: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-15
/
+15
1999-12-31
class.c (assume_compiled, [...]): Add static prototype.
Kaveh R. Ghazi
1
-5
/
+9
1999-12-30
class.c (class_depth): Return -1 if the class doesn't load properly.
Alexandre Petit-Bianco
1
-0
/
+2
1999-12-14
re GNATS gcj/110 (don't exclude private methods from method table when optimi...
Per Bothner
1
-0
/
+1
1999-11-21
constants.c (find_methodref_index): Unwrap method names before inserting them...
Anthony Green
1
-4
/
+145
1999-11-18
class.c (layout_class): Always convert TYPE_SIZE_UNIT to int_type_node...
Alexandre Petit-Bianco
1
-0
/
+4
1999-11-05
re GNATS gcj/85 (Compiler optimizes away private methods when native methods ...
Tom Tromey
1
-2
/
+17
1999-10-29
parse.y (expression_statement:): Call function to report improper invocation ...
Alexandre Petit-Bianco
1
-3
/
+6
1999-09-11
class.c (finish_class): We're now outside a valid method declaration.
Alexandre Petit-Bianco
1
-0
/
+1
1999-09-02
class.c (finish_class): Remove unused parameter, all callers changed.
Kaveh R. Ghazi
1
-2
/
+1
1999-08-18
[multiple changes]
Alexandre Petit-Bianco
1
-1
/
+0
1999-08-10
check-init.c (check_bool2_init, [...]): Add static prototypes.
Kaveh R. Ghazi
1
-6
/
+8
1999-07-01
class.c (finish_class): Whenever a deferred method is output...
Andrew Haley
1
-4
/
+9
1999-06-02
[multiple changes]
Anthony Green
1
-0
/
+2
1999-05-19
Warning fixes:
Kaveh R. Ghazi
1
-1
/
+1
1999-05-05
class.c (make_field_value): DECL_INITIAL may be a string literal...
Per Bothner
1
-0
/
+7
1999-05-03
check-init.c (check_init): Exclude a case of error when doing xrefs.
Alexandre Petit-Bianco
1
-1
/
+2
1999-04-26
class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.
Alexandre Petit-Bianco
1
-2
/
+5
1999-04-05
class.c (add_method_1): Cast the argument of `bzero' to PTR.
Kaveh R. Ghazi
1
-1
/
+1
1999-03-28
Warning fixes:
Kaveh R. Ghazi
1
-5
/
+2
1999-03-21
Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...
Kaveh R. Ghazi
1
-11
/
+21
1999-03-19
[multiple changes]
Alexandre Petit-Bianco
1
-2
/
+12
1999-03-15
class.c (make_class): Don't set CLASS_P here (because this function is also c...
Per Bothner
1
-1
/
+1
1999-03-12
parse.y (java_stabilize_reference): Return NODE when patching a COMPOUND_EXPR.
Alexandre Petit-Bianco
1
-1
/
+2
[next]