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
/
decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-28
Don't include minor version in GCJ ABI version (PR java/70839)
Rainer Orth
1
-10
/
+3
2016-04-28
decl.c (parse_version): Don't encode the minor version in the abi version.
Matthias Klose
1
-3
/
+3
2016-02-08
Remove -fshort-double
Bernd Schmidt
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
1
-3
/
+0
2015-10-29
decl.c: Reorder #include's and remove duplicates.
Andrew MacLeod
1
-9
/
+6
2015-10-22
[PATCH 3/9] ENABLE_CHECKING refactoring: Java and Ada
Mikhail Maltsev
1
-3
/
+1
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-2
/
+1
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+0
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-3
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-5
/
+0
2015-06-05
Merge debug-early branch into mainline.
Aldy Hernandez
1
-5
/
+1
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-4
/
+0
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-10-28
cgraph.h: Flatten.
Andrew MacLeod
1
-1
/
+12
2014-10-12
move many gc hashtab to hash_table
Trevor Saunders
1
-2
/
+2
2014-08-25
IPA C++ refactoring 4/N
Martin Liska
1
-1
/
+1
2014-07-24
IPA C++ refactoring 1/N
Martin Liska
1
-1
/
+1
2014-05-17
use templates instead of gengtype for typed allocation functions
Trevor Saunders
1
-2
/
+2
2014-01-02
Update copyright years in gcc/
Richard Sandiford
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-10-29
Autogenerated fixes of "->symbol." to "->"
David Malcolm
1
-1
/
+1
2013-05-29
cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...
Jan Hubicka
1
-1
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+2
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-1
/
+1
2012-09-24
Finish conversion of uses of double_int to the new API.
Lawrence Crowl
1
-1
/
+1
2012-07-11
expr.h (can_move_by_pieces): Move prototype from here ...
Steven Bosscher
1
-1
/
+0
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-1
/
+1
2011-07-06
tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.
Richard Guenther
1
-4
/
+1
2011-06-07
decl.c (java_init_decl_processing): Call build_common_nodes, build_common_nod...
Richard Guenther
1
-38
/
+13
2011-06-07
tree.c (build_common_tree_nodes): Also initialize size_type_node.
Richard Guenther
1
-1
/
+8
2011-05-26
make TS_BLOCK a substructure of TS_BASE
Nathan Froyd
1
-5
/
+2
2011-05-07
langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...
Eric Botcazou
1
-2
/
+2
2011-04-14
utils.c (gnat_poplevel): Use block_chainon.
Nathan Froyd
1
-3
/
+3
2011-04-11
cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...
Martin Jambor
1
-1
/
+4
2011-01-21
re PR bootstrap/47215 (Failed to bootstrap)
Kai Tietz
1
-15
/
+0
2011-01-11
re PR bootstrap/47215 (Failed to bootstrap)
Kai Tietz
1
-0
/
+2
2011-01-07
re PR bootstrap/47215 (Failed to bootstrap)
Kai Tietz
1
-1
/
+1
2011-01-07
decl.c (java_init_decl_processing): Setup va_list_type_node.
Kai Tietz
1
-0
/
+13
2010-12-15
decl.c (java_init_decl_processing): Initialise integer_three_node.
Dave Korn
1
-0
/
+1
2010-10-11
decl.c (java_init_decl_processing): Use build_function_type_list instead of b...
Nathan Froyd
1
-92
/
+69
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-18
/
+18
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-06-23
decl.c (java_init_decl_processing): Use double_int_to_tree instead of build_i...
Anatoly Sokolov
1
-9
/
+3
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-2
/
+2
2010-05-25
re PR debug/43260 (Java static class members lack DWARF location info)
Jakub Jelinek
1
-1
/
+5
2010-05-23
java-gimplify.c: Do not include tm.h, toplev.h.
Steven Bosscher
1
-6
/
+0
[next]