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
/
libgo
/
runtime
/
mgc0.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-09
runtime: copy more of scheduler from Go 1.7 runtime
Ian Lance Taylor
1
-5
/
+19
2017-01-03
runtime: remove __go_alloc and __go_free
Ian Lance Taylor
1
-4
/
+3
2016-12-19
runtime: copy cgo support from Go 1.7 runtime
Ian Lance Taylor
1
-1
/
+0
2016-11-22
runtime: rewrite panic/defer code from C to Go
Ian Lance Taylor
1
-3
/
+12
2016-10-20
runtime: rewrite interface code into Go
Ian Lance Taylor
1
-25
/
+25
2016-10-18
runtime: copy netpoll code from Go 1.7 runtime
Ian Lance Taylor
1
-1
/
+0
2016-10-17
runtime: copy rdebug code from Go 1.7 runtime
Ian Lance Taylor
1
-5
/
+7
2016-10-15
runtime: copy runtime package time code from Go 1.7
Ian Lance Taylor
1
-1
/
+0
2016-10-14
runtime: copy mprof code from Go 1.7 runtime
Ian Lance Taylor
1
-1
/
+0
2016-10-13
runtime: copy mstats code from Go 1.7 runtime
Ian Lance Taylor
1
-106
/
+69
2016-10-12
compiler, runtime: copy string code from Go 1.7
Ian Lance Taylor
1
-13
/
+13
2016-10-10
runtime: copy channel code from Go 1.7 runtime
Ian Lance Taylor
1
-6
/
+3
2016-09-21
compiler, runtime: replace hashmap code with Go 1.7 hashmap
Ian Lance Taylor
1
-17
/
+14
2016-08-30
runtime: use -fgo-c-header to build C header file
Ian Lance Taylor
1
-26
/
+26
2015-10-31
runtime: Remove now unnecessary pad field from ParFor.
Ian Lance Taylor
1
-5
/
+45
2015-09-15
runtime: Ignore stack sizes when deciding when to GC.
Ian Lance Taylor
1
-1
/
+1
2015-01-16
compiler, reflect, runtime: Use static chain for closures.
Richard Henderson
1
-2
/
+2
2015-01-15
libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.
Ian Lance Taylor
1
-3
/
+6
2014-12-23
runtime: Remove undefined references to runtime_race*.
Ian Lance Taylor
1
-3
/
+0
2014-09-20
runtime: Restore copyright notice accidentally removed from mgc0.c.
Ian Lance Taylor
1
-1
/
+1
2014-09-03
compiler: Add precise type information on the heap.
Chris Manghane
1
-52
/
+27
2014-08-15
runtime: Don't get confused if m changes during runtime_gc.
Ian Lance Taylor
1
-0
/
+1
2014-07-19
libgo: Update to Go 1.3 release.
Ian Lance Taylor
1
-216
/
+257
2014-07-12
runtime: Merge master revision 19185.
Ian Lance Taylor
1
-7
/
+4
2014-06-06
libgo: Merge to master revision 19184.
Ian Lance Taylor
1
-461
/
+543
2014-06-04
libgo: Merge from revision 18783:00cce3a34d7e of master library.
Ian Lance Taylor
1
-202
/
+331
2014-03-03
libgo: Update to Go 1.2.1 release.
Ian Lance Taylor
1
-1
/
+4
2014-01-17
re PR go/59866 (gccgo gc work buffer is misaligned)
Ian Lance Taylor
1
-1
/
+1
2014-01-09
runtime: fix 32-bit malloc for pointers >= 0x80000000
Ian Lance Taylor
1
-8
/
+4
2013-11-14
runtime: Add netpoll code that uses select.
Ian Lance Taylor
1
-0
/
+1
2013-11-06
libgo: Update to October 24 version of master library.
Ian Lance Taylor
1
-286
/
+324
2013-09-03
compiler, runtime: Use runtime functions to pass closure value.
Ian Lance Taylor
1
-4
/
+3
2013-07-16
libgo: Update to Go 1.1.1.
Ian Lance Taylor
1
-160
/
+693
2013-06-18
compiler, runtime: Use function descriptors.
Ian Lance Taylor
1
-5
/
+5
2013-01-29
libgo: Update Go library to master revision 15489/921e53d4863c.
Ian Lance Taylor
1
-63
/
+297
2013-01-24
re PR go/46986 (Go is not supported on Darwin)
Ian Lance Taylor
1
-1
/
+1
2012-12-22
libgo: Update to revision 15193:6fdc1974457c of master library.
Ian Lance Taylor
1
-158
/
+392
2012-12-12
libgo: Update to current master library sources.
Ian Lance Taylor
1
-9
/
+37
2012-11-21
libgo: Update to current version of master library.
Ian Lance Taylor
1
-3
/
+77
2012-10-23
libgo: Update to current sources.
Ian Lance Taylor
1
-304
/
+337
2012-06-25
libgo: Update to Go 1.0.2 release.
Ian Lance Taylor
1
-1
/
+0
2012-05-25
runtime: More efficient implementation of trampolines.
Ian Lance Taylor
1
-0
/
+1
2012-05-24
runtime: Copy runtime_printf from other Go library.
Ian Lance Taylor
1
-14
/
+13
2012-05-14
libgo: Use -fgo-pkgpath.
Ian Lance Taylor
1
-1
/
+1
2012-04-20
runtime: Ignore stack sizes when deciding when to GC.
Ian Lance Taylor
1
-2
/
+9
2012-03-06
libgo: Update to weekly.2012-03-04 release.
Ian Lance Taylor
1
-8
/
+0
2012-03-02
libgo: Update to weekly.2012-02-22 release.
Ian Lance Taylor
1
-13
/
+31
2012-02-10
runtime: Save all registers on stack for GC scan.
Ian Lance Taylor
1
-0
/
+4
2012-02-09
libgo: Update to weekly.2012-02-07.
Ian Lance Taylor
1
-3
/
+4
2012-01-25
libgo: Update to weekly.2012-01-15.
Ian Lance Taylor
1
-55
/
+5
[next]