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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-07
compiler: stack allocate storage for temp slices.
Ian Lance Taylor
3
-24
/
+144
2016-10-06
go-gcc.cc (Gcc_backend::stack_allocation_expression): Clear the returned memory.
Chris Manghane
2
-0
/
+8
2016-10-06
escape: Avoid allocation of varargs parameter.
Ian Lance Taylor
2
-2
/
+32
2016-10-03
re PR go/77809 ("_LITTLE_ENDIAN" redefined)
Ian Lance Taylor
1
-1
/
+1
2016-09-30
runtime: copy internal locking code from Go 1.7 runtime
Ian Lance Taylor
3
-1
/
+21
2016-09-29
runtime: copy runtime.go and runtime1.go from Go 1.7
Ian Lance Taylor
1
-1
/
+1
2016-09-28
libgo: fix for runtime/check failure with "-O0 -g"
Ian Lance Taylor
1
-1
/
+1
2016-09-27
libgo: separate mksysinfo inputs into separate Makefile targets
Ian Lance Taylor
1
-1
/
+1
2016-09-27
compiler: avoid call duplication during order eval.
Ian Lance Taylor
2
-8
/
+19
2016-09-27
compiler: add src information to AST dumps (part 1 of 2).
Than McIntosh
5
-28
/
+88
2016-09-23
internal/syscall/unix: add getrandom syscall for MIPS and SPARC
Ian Lance Taylor
1
-1
/
+1
2016-09-23
compiler: better abstraction layer for diagnostics.
Than McIntosh
22
-846
/
+1217
2016-09-23
re PR go/77701 (suspicious code in go/go-gcc.cc)
Chris Manghane
2
-4
/
+10
2016-09-22
compiler: compile runtime.getcaller{pc,sp} into builtin functions
Ian Lance Taylor
7
-26
/
+108
2016-09-22
gofrontend: add missing break in Builtin_call_expression::do_flatten
Ian Lance Taylor
2
-1
/
+2
2016-09-21
compiler, runtime: replace hashmap code with Go 1.7 hashmap
Ian Lance Taylor
13
-753
/
+1049
2016-09-20
syscall: build export_unix_test.go on solaris
Ian Lance Taylor
1
-1
/
+1
2016-09-20
re PR go/77625 (go/gofrontend/ast-dump.cc:169:42: error: ‘new’ of type â€...
Ian Lance Taylor
2
-6
/
+6
2016-09-20
re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature ...
Ian Lance Taylor
1
-1
/
+1
2016-09-14
libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)
Ian Lance Taylor
1
-1
/
+1
2016-09-11
runtime/internal/sys: new package, API copied from Go 1.7
Ian Lance Taylor
3
-1
/
+28
2016-09-10
libgo: update to Go 1.7.1 release
Ian Lance Taylor
1
-1
/
+1
2016-09-10
runtime/internal/atomic: new package, API copied from Go 1.7
Ian Lance Taylor
1
-1
/
+1
2016-09-10
go-backend.c (go_trampoline_info): Remove.
Ian Lance Taylor
3
-11
/
+5
2016-09-10
compiler: code cleanup (unused header file)
Ian Lance Taylor
2
-3
/
+2
2016-09-09
compiler: increase buffer size to avoid -Wformat-length warning
Ian Lance Taylor
3
-9
/
+2
2016-09-09
compiler: add abstraction layer for sha1 checksums.
Than McIntosh
7
-18
/
+124
2016-09-09
compiler: break dependence on hex_value
Ian Lance Taylor
3
-16
/
+65
2016-09-09
runtime: use alignof to check alignment of ucontext_t
Ian Lance Taylor
1
-1
/
+1
2016-09-09
runtime: remove remaining use of MAKECONTEXT_STACK_TOP macro
Ian Lance Taylor
1
-1
/
+1
2016-09-09
runtime: align ucontext_t argument to 16 byte boundary
Ian Lance Taylor
1
-1
/
+1
2016-09-05
ChangeLog formatting fixes.
Jakub Jelinek
1
-1
/
+1
2016-09-01
c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...
Martin Sebor
2
-1
/
+8
2016-08-31
runtime: make gsignal stack at least SIGSTKSZ bytes
Ian Lance Taylor
1
-1
/
+1
2016-08-30
runtime: use -fgo-c-header to build C header file
Ian Lance Taylor
1
-1
/
+1
2016-08-30
compiler: add -fgo-c-header=FILE to create a C header
Ian Lance Taylor
11
-27
/
+525
2016-08-23
compiler: revamp scheme for ordering calls to import init fcns.
Ian Lance Taylor
7
-160
/
+538
2016-08-22
compiler: don't permit P.M if P is a pointer type
Ian Lance Taylor
2
-3
/
+5
2016-08-15
cmd/go: ignore errors from go/build for standard packages
Ian Lance Taylor
1
-1
/
+1
2016-08-13
libgo: don't unset in shell script
Ian Lance Taylor
1
-1
/
+1
2016-08-13
crypto/aes, hash/crc32: ignore s390x specific files for now
Ian Lance Taylor
1
-1
/
+1
2016-08-13
syscall: remove exec_solaris_test.go
Ian Lance Taylor
1
-1
/
+1
2016-08-11
os: fix build tags for dir_regfile.go
Ian Lance Taylor
1
-1
/
+1
2016-08-10
compiler: annotate or fix fall through cases in switch statements
Ian Lance Taylor
3
-1
/
+4
2016-08-10
gccgo.texi (Invoking gccgo): Document -fgo-optimize-allocs and -fgo-debug-escae.
Ian Lance Taylor
2
-13
/
+87
2016-08-10
compiler: implement go:noinline and go:nosplit directives
Ian Lance Taylor
3
-3
/
+9
2016-08-09
compiler: implement go:linkname compiler directive
Ian Lance Taylor
6
-10
/
+126
2016-08-09
mksysinfo.sh: always define CLONE_NEWNET
Ian Lance Taylor
1
-1
/
+1
2016-08-09
compiler: rewrite compiler directive support
Ian Lance Taylor
7
-87
/
+298
2016-08-08
text/template: reduce maxExecDepth for gccgo further
Ian Lance Taylor
1
-1
/
+1
[next]