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/existing-fp8
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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-11
debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARF
Ian Lance Taylor
1
-1
/
+1
2018-01-10
os, syscall: handle _st_timespec for AIX stat
Ian Lance Taylor
1
-1
/
+1
2018-01-10
libgo: add platform support for SuperH
Ian Lance Taylor
1
-1
/
+1
2018-01-10
re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...
Ian Lance Taylor
1
-1
/
+1
2018-01-10
exp: remove exp/proxy and exp/terminal packages
Ian Lance Taylor
1
-1
/
+1
2018-01-10
cmd/go: check for another GCC error message
Ian Lance Taylor
1
-1
/
+1
2018-01-10
runtime: fix makemap calls in __go_construct_map
Ian Lance Taylor
1
-1
/
+1
2018-01-10
runtime: work around escaping closure in export_test.go
Ian Lance Taylor
1
-1
/
+1
2018-01-10
runtime: noescape some functions/variables
Ian Lance Taylor
1
-1
/
+1
2018-01-10
cmd/go: add AIX support
Ian Lance Taylor
1
-1
/
+1
2018-01-10
libgo: add aix build tags
Ian Lance Taylor
1
-1
/
+1
2018-01-09
compiler: use temporary variable for stack allocation
Ian Lance Taylor
2
-4
/
+15
2018-01-09
compiler: set captured variable address to nonescape until further flooded
Ian Lance Taylor
2
-4
/
+2
2018-01-09
compiler: stack allocate defer thunk
Ian Lance Taylor
3
-2
/
+11
2018-01-09
compiler: make non-escaping Bound_method_expression not heap allocate
Ian Lance Taylor
2
-2
/
+7
2018-01-09
compiler: move some escape check to Mark_address_taken
Ian Lance Taylor
4
-13
/
+30
2018-01-09
compiler: support go:noescape cross package
Ian Lance Taylor
4
-9
/
+46
2018-01-09
compiler: stack allocate non-escaping makeslice
Ian Lance Taylor
3
-14
/
+61
2018-01-09
compiler: delay escaping sliced arrays
Ian Lance Taylor
3
-14
/
+24
2018-01-09
os/signal/internal/pty: build on Solaris
Ian Lance Taylor
1
-1
/
+1
2018-01-09
compiler: make top-level decl for address-taken non-escaping locals
Cherry Zhang
6
-16
/
+79
2018-01-09
compiler: add escape analysis debug hash
Cherry Zhang
8
-0
/
+106
2018-01-09
compiler: use macro Unordered_map instead of std::unordered_map
Ian Lance Taylor
2
-2
/
+2
2018-01-09
libgo: update to Go1.10beta1
Ian Lance Taylor
6
-32
/
+97
2018-01-06
libgo: fix GOARCH_CACHELINESIZE on ia64
Ian Lance Taylor
1
-1
/
+1
2018-01-06
go-gcc.cc (Gcc_backend::Gcc_backend): Correct math_function_type_long to take...
Ian Lance Taylor
2
-1
/
+6
2018-01-03
Add support for MODE_VECTOR_BOOL
Richard Sandiford
2
-1
/
+15
2018-01-03
poly_int: TYPE_VECTOR_SUBPARTS
Richard Sandiford
2
-1
/
+8
2018-01-03
Update copyright years.
Jakub Jelinek
14
-14
/
+16
2018-01-03
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
2
-1
/
+5
2017-12-22
compiler: do not propagate address-taken of a slice element to the slice
Ian Lance Taylor
3
-3
/
+10
2017-12-22
compiler: bring escape analysis mostly in line with gc compiler
Ian Lance Taylor
7
-516
/
+888
2017-12-22
compiler: improve escape analysis diagnostics
Ian Lance Taylor
5
-47
/
+97
2017-12-16
os: pass -s to hostname on AIX
Ian Lance Taylor
1
-1
/
+1
2017-12-16
syscall: emulate Flock on AIX
Ian Lance Taylor
1
-1
/
+1
2017-12-12
go-lang.c (TARGET_AIX): Define if not defined.
Tony Reix
2
-1
/
+11
2017-12-06
libgo: remove -fplan9-extensions from CFLAGS
Ian Lance Taylor
1
-1
/
+1
2017-12-06
compiler: handle set-and-use-temp in nilcheck code
Ian Lance Taylor
2
-3
/
+16
2017-12-05
compiler: no nil check needed for closure var dereferences
Ian Lance Taylor
2
-3
/
+4
2017-12-02
runtime: export cgoCheck functions
Ian Lance Taylor
1
-1
/
+1
2017-12-02
compiler: avoid GCC middle-end control warnings
Ian Lance Taylor
7
-13
/
+45
2017-12-01
compiler: introduce size threshold for nil checks
Than McIntosh
13
-81
/
+220
2017-11-30
compiler: don't make map zero value constant
Ian Lance Taylor
2
-4
/
+4
2017-11-28
tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.
Jakub Jelinek
2
-2
/
+7
2017-11-23
cmd/go, go/internal/gccgoimporter: pass -X to ar on AIX
Ian Lance Taylor
1
-1
/
+1
2017-11-22
compiler: make comparison operator() methods const
Ian Lance Taylor
4
-4
/
+4
2017-11-22
libgo: don't use grep -q in mksigtab.sh
Ian Lance Taylor
1
-1
/
+1
2017-11-21
libgo: fix makefile buglet
Ian Lance Taylor
1
-1
/
+1
2017-11-21
compiler: report error for ++/-- applied to a non-numeric type
Ian Lance Taylor
2
-1
/
+6
2017-11-15
compiler: remove LHS/RHS context determination for var exprs
Than McIntosh
11
-154
/
+34
[next]