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
2001-12-21
class.c (compile_resource_file): Set TREE_PUBLIC on the constructor only if t...
Richard Henderson
1
-2
/
+5
2001-12-21
* class.c (build_class_ref): Mark _Jv_fooClass DECL_EXTERNAL.
Richard Henderson
1
-0
/
+1
2001-12-16
ChangeLog, [...]: Fix spelling errors.
Joseph Myers
1
-2
/
+2
2001-12-15
java-tree.h (otable_methods, [...]): New field/global tree definitions.
Bryce McKinlay
1
-5
/
+119
2001-12-14
class.c (get_dispatch_table): Fix java vtable layout for TARGET_VTABLE_USES_D...
Hans Boehm
1
-7
/
+17
2001-12-11
class.c (make_method_value): Use null_pointer_node to represent empty excepti...
Jeff Sturm
1
-1
/
+1
2001-12-06
Restore support for static class initialization optimization.
Per Bothner
1
-6
/
+3
2001-11-30
* class.c (add_interface_do): Set BINFO_VPTR_FIELD.
Bryce McKinlay
1
-0
/
+1
2001-09-21
tree.def (FDESC_EXPR): New.
Richard Henderson
1
-14
/
+65
2001-09-10
* class.c (build_class_ref): Set DECL_EXTERNAL before make_decl_rtl.
Richard Henderson
1
-2
/
+2
2001-09-06
class.c (O_BINARY): Define if necessary.
Anthony Green
1
-0
/
+112
2001-08-31
class.c (set_constant_value): When not emiting class files, then a String Con...
Per Bothner
1
-2
/
+4
2001-08-30
Temporaily change error to wanring to hopefully allow boostrap.
Per Bothner
1
-1
/
+1
2001-08-30
jcf-write.c (generate_classfile): Don't write ConstantValue attribute if fiel...
Per Bothner
1
-0
/
+6
2001-08-24
decl.c (init_decl_processing): Add `throws' field to method descriptor.
Tom Tromey
1
-0
/
+39
2001-08-17
defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...
Richard Henderson
1
-1
/
+1
2001-08-16
varasm.c (named_section_flags): Remove align parameter.
Richard Henderson
1
-2
/
+2
2001-08-10
Restore HPUX gcj bootstrap.
Anthony Green
1
-0
/
+4
2001-08-09
Move constructor/destructor handling into target hooks.
Richard Henderson
1
-12
/
+24
2001-08-08
check-init.c (flags.h): Include
Alexandre Petit-Bianco
1
-12
/
+17
2001-08-08
class.c (emit_register_classes): Use assemble_jcr if possible.
Anthony Green
1
-36
/
+53
2001-08-06
varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...
Richard Henderson
1
-1
/
+1
2001-07-31
[multiple changes]
Alexandre Petit-Bianco
1
-0
/
+4
2001-06-27
class.c (set_super_info): Call `set_class_decl_access_flags.'
Alexandre Petit-Bianco
1
-0
/
+8
2001-06-20
class.c (java_hash_tree_node): Fixed indentation in leading comment.
Alexandre Petit-Bianco
1
-3
/
+3
2001-05-15
class.c (build_utf8_ref): Don't generate identifier based on utf8const contents.
Tom Tromey
1
-17
/
+1
2001-04-25
decl.c (init_decl_processing): Add new class "protectionDomain" field.
Bryce McKinlay
1
-0
/
+1
2001-03-21
re PR java/2333 (ICE in mark_reference_fields)
Alexandre Petit-Bianco
1
-1
/
+1
2001-03-19
Compute DECL_ASSEMBLER_NAME lazily.
Mark Mitchell
1
-7
/
+10
2001-03-19
Fixes to process to command-line .class files in two passes. See ChangeLog.
Per Bothner
1
-1
/
+1
2001-03-19
class.c (build_static_field_ref): Call make_decl_rtl() after setting the DECL...
Andrew Haley
1
-1
/
+1
2001-03-15
class.c (make_class_data): The class_dtable_decl (i.e.
Per Bothner
1
-0
/
+2
2001-03-15
varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
Mark Mitchell
1
-3
/
+3
2001-03-05
Fix a problem where rest_of_decl_compilation applied to class_dtable_decl cau...
Per Bothner
1
-1
/
+14
2001-03-02
xm-lynx.h, [...]: Do not define TRUE or FALSE.
Zack Weinberg
1
-1
/
+1
2001-02-04
diagnostic.h (set_internal_error_function): Renamed.
Richard Kenner
1
-6
/
+11
2001-01-25
ChangeLog (2001-01-21): Fixed typo.
Alexandre Petit-Bianco
1
-8
/
+0
2001-01-24
class.c (layout_class): Don't lay the superclass out if it's already being la...
Alexandre Petit-Bianco
1
-2
/
+6
2001-01-21
Minor optimization of static ggc roots.
Per Bothner
1
-30
/
+15
2001-01-15
All files with updated copyright when applicable.
Alexandre Petit-Bianco
1
-345
/
+12
2001-01-10
output.h (make_function_rtl): Remove prototype.
Mark Mitchell
1
-8
/
+8
2001-01-08
In gcc/java:
Bryce McKinlay
1
-0
/
+1
2000-12-18
Fix for PRs gcj/312 and gcj/253:
Bryce McKinlay
1
-0
/
+29
2000-11-04
class.c (cxx_keyword_p): Accept keywords with trailing `$'s.
Tom Tromey
1
-3
/
+15
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
[prev]
[next]