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
/
go
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-06
escape: Add skeleton for gc analysis.
Chris Manghane
1
-0
/
+5
2016-04-29
escape: Remove previously existing analysis.
Chris Manghane
1
-0
/
+4
2016-04-18
tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
Michael Matz
1
-0
/
+4
2016-02-12
cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.
Jakub Jelinek
1
-0
/
+6
2016-01-27
go-lang.c (go_langhook_init_options_struct): Default to -fkeep-gc-roots-live.
Ian Lance Taylor
1
-0
/
+5
2016-01-04
Update copyright years.
Jakub Jelinek
1
-0
/
+2
2016-01-04
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-1
/
+5
2015-12-22
go-gcc.cc (class Bvariable): Remove Gcc_tree parent class.
Ian Lance Taylor
1
-0
/
+17
2015-12-22
go-gcc.cc (Gcc_backend::global_variable): If type is zero-sized, add a VIEW_C...
Ian Lance Taylor
1
-0
/
+8
2015-12-01
re PR go/68477 (error: type variant differs by TYPE_STRING_FLAG.)
Ian Lance Taylor
1
-0
/
+6
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
1
-0
/
+7
2015-10-29
decl.c: Reorder #include's and remove duplicates.
Andrew MacLeod
1
-0
/
+5
2015-10-20
PR66870 PowerPC64 Enable gold linker with split stack
Alan Modra
1
-0
/
+8
2015-10-01
re PR go/66870 (split stack issues on ppc64le and ppc64)
Ian Lance Taylor
1
-0
/
+6
2015-09-30
re PR go/66870 (split stack issues on ppc64le and ppc64)
Lynn Boger
1
-0
/
+6
2015-09-10
compiler: Report errors from very large types.
Chris Manghane
1
-0
/
+5
2015-08-24
re PR tree-optimization/67284 (libgo fails to build on trunk r227015 / *-linu...
Marek Polacek
1
-0
/
+8
2015-07-31
go-lang.c (go_langhook_init_options_struct): Don't set x_flag_split_stack.
Andreas Schwab
1
-0
/
+6
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-0
/
+6
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-0
/
+6
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-0
/
+4
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-0
/
+7
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-0
/
+6
2015-06-05
Merge debug-early branch into mainline.
Aldy Hernandez
1
-0
/
+9
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-0
/
+7
2015-04-30
compiler: Use backend interface for stack allocation.
Chris Manghane
1
-0
/
+5
2015-04-27
Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1.
Jim Wilson
1
-0
/
+4
2015-04-17
compiler: Escape analysis.
Chris Manghane
1
-0
/
+4
2015-02-03
re PR go/64836 (go.test/test/fixedbugs/issue4348.go FAILs)
Ian Lance Taylor
1
-0
/
+12
2015-01-24
re PR go/63565 (please document that (and why) Go binaries should not be stri...
Ian Lance Taylor
1
-0
/
+9
2015-01-23
re PR go/64595 (go programs abort when debug info is stripped)
Ian Lance Taylor
1
-0
/
+9
2015-01-16
compiler, reflect, runtime: Use static chain for closures.
Richard Henderson
1
-0
/
+5
2015-01-09
configure.ac (host_tools): Add gotools.
Ian Lance Taylor
1
-0
/
+4
2015-01-09
re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x)
Jakub Jelinek
1
-0
/
+8
2015-01-07
re PR go/61204 (gccgo: ICE in in fold_convert_loc [GoSmith])
Chris Manghane
1
-4
/
+11
2015-01-06
go-gcc.cc (constructor_expression): Don't initialize zero-sized fields, just ...
Chris Manghane
1
-0
/
+5
2015-01-05
Update copyright years.
Jakub Jelinek
1
-0
/
+2
2015-01-05
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
1
-1
/
+5
2014-12-19
go-gcc.cc (array_constructor_expression): Don't construct arrays of zero-size...
Chris Manghane
1
-0
/
+5
2014-10-29
decl.c, [...]: Remove redundant enum from machine_mode.
Richard Sandiford
1
-0
/
+4
2014-10-28
cgraph.h: Flatten.
Andrew MacLeod
1
-0
/
+4
2014-10-27
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
Andrew MacLeod
1
-0
/
+5
2014-10-24
compiler: Use MPC library for complex numbers.
Ian Lance Taylor
1
-0
/
+5
2014-09-15
Makefile.in (dg_target_exps): Remove.
Jakub Jelinek
1
-0
/
+5
2014-09-03
compiler: Add precise type information on the heap.
Chris Manghane
1
-0
/
+7
2014-08-08
go-gcc.cc (Gcc_backend::compound_statement): Don't return NULL_TREE.
Ian Lance Taylor
1
-0
/
+5
2014-07-24
go-gcc.cc (Gcc_backend::global_variable_set_init): Rename symtab_get_node to ...
Uros Bizjak
1
-1
/
+6
2014-06-13
re PR go/61496 (Many Go tests FAIL with ld warning about go$zerovalue)
Ian Lance Taylor
1
-0
/
+7
2014-06-11
varasm.c (set_implicit_section): New function.
Jan Hubicka
1
-0
/
+5
2014-06-09
symtab.c (dump_symtab_base): Update dumping.
Jan Hubicka
1
-0
/
+5
[next]