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
2015-01-30
Always pass explicit location to fatal_error.
Joseph Myers
1
-1
/
+1
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-4
/
+11
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-11-24
re PR java/64044 (Java emits bogus .class$ decls)
Richard Biener
1
-1
/
+0
2014-10-28
cgraph.h: Flatten.
Andrew MacLeod
1
-0
/
+4
2014-10-16
function.h: Flatten file.
Andrew MacLeod
1
-0
/
+7
2014-10-12
move many gc hashtab to hash_table
Trevor Saunders
1
-29
/
+18
2014-07-09
java: Use build_qualified_type instead of build_type_variant.
Mark Wielaard
1
-4
/
+4
2014-06-12
symtab.c (section_hash): New hash.
Jan Hubicka
1
-3
/
+2
2014-06-09
symtab.c (dump_symtab_base): Update dumping.
Jan Hubicka
1
-3
/
+3
2014-05-17
use templates instead of gengtype for typed allocation functions
Trevor Saunders
1
-3
/
+2
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-19
re PR other/59545 (Signed integer overflow issues)
Jakub Jelinek
1
-1
/
+1
2013-11-22
Remove macros that implicitly use input_location
David Malcolm
1
-1
/
+1
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+3
2013-11-18
c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.
Richard Sandiford
1
-3
/
+3
2013-11-18
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.
Richard Sandiford
1
-1
/
+1
2013-06-05
class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...
Jan Hubicka
1
-1
/
+1
2013-05-06
re PR libgcj/57074 (libgcj regression on 32bit Power architecture)
Jakub Jelinek
1
-3
/
+11
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-64
/
+63
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-3
/
+4
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-4
/
+4
2012-07-11
expr.h (can_move_by_pieces): Move prototype from here ...
Steven Bosscher
1
-1
/
+0
2012-06-04
output.h (merge_weak, [...]): Move protos from here...
Steven Bosscher
1
-1
/
+1
2012-05-21
re PR java/52815 (class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared...
John David Anglin
1
-6
/
+6
2012-04-22
lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.
Jan Hubicka
1
-1
/
+0
2012-04-20
lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.
Jan Hubicka
1
-1
/
+0
2012-04-02
Fix .jcr alignment
Rainer Orth
1
-1
/
+2
2012-03-29
re PR java/52730 (Java front end emits assembly)
Steven Bosscher
1
-44
/
+75
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-1
/
+1
2011-07-19
tree.h (fold_build_pointer_plus_loc): New helper function.
Richard Guenther
1
-10
/
+9
2010-11-29
system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.
Joseph Myers
1
-6
/
+0
2010-11-06
re PR middle-end/46314 (frontends use ASM_GENERATE_INTERNAL_LABEL)
Joern Rennecke
1
-1
/
+2
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-7
/
+5
2010-08-06
* class.c (build_utf8_ref): Fix code formatting from previous commit.
David Daney
1
-1
/
+1
2010-08-06
* class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.
David Daney
1
-0
/
+1
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-14
/
+14
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-07-05
re PR bootstrap/44825 (Failed to bootstrap)
Nathan Froyd
1
-2
/
+2
2010-07-05
constants.c (build_constants_constructor): Use build_constructor instead of b...
Nathan Froyd
1
-82
/
+95
2010-06-28
java-tree.h (struct lang_type): Change type to a VEC.
Nathan Froyd
1
-13
/
+18
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-12
/
+7
2010-05-28
java-tree.h (method_entry): Declare.
Nathan Froyd
1
-17
/
+13
2010-05-26
java-tree.h (struct lang_decl_func): Change type of throws_list field to a VEC.
Nathan Froyd
1
-7
/
+8
2010-05-26
class.c (utf8_decl_list): Delete.
Nathan Froyd
1
-4
/
+0
2010-05-25
re PR debug/43260 (Java static class members lack DWARF location info)
Jakub Jelinek
1
-1
/
+20
2010-05-23
java-gimplify.c: Do not include tm.h, toplev.h.
Steven Bosscher
1
-6
/
+1
2010-05-14
re PR middle-end/44103 (New Java test failures)
Nathan Froyd
1
-144
/
+155
[next]