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
/
libgo
/
runtime
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-11
libgo/runtime: Change std::abort to abort.
Ian Lance Taylor
1
-1
/
+1
2011-06-14
Change builtin make to runtime call at lowering time.
Ian Lance Taylor
1
-0
/
+57
2011-06-14
Change builtin make to runtime call at lowering time.
Ian Lance Taylor
6
-9
/
+21
2011-06-11
Use backend interface for map descriptors.
Ian Lance Taylor
3
-6
/
+6
2011-05-24
libgo: Make os.setenv_c work on systems without setenv.
Ian Lance Taylor
1
-4
/
+20
2011-05-20
Update to current version of Go library.
Ian Lance Taylor
32
-143
/
+458
2011-05-06
More uses of backend interface for types.
Ian Lance Taylor
6
-12
/
+16
2011-04-18
libgo: Fix append declaration.
Ian Lance Taylor
1
-1
/
+1
2011-04-13
Unify handling of runtime support functions.
Ian Lance Taylor
15
-68
/
+75
2011-04-05
libgo: Use MAP_FIXED if necessary to grab arena.
Ian Lance Taylor
1
-0
/
+23
2011-04-04
libgo: Always initialize semaphores.
Rainer Orth
4
-0
/
+14
2011-03-27
Add runtime profiling infrastructure, not yet working.
Ian Lance Taylor
6
-38
/
+582
2011-03-27
Remove closedchan function.
Ian Lance Taylor
1
-11
/
+0
2011-03-25
Remove closed function. Fix tuple receive in select.
Ian Lance Taylor
6
-41
/
+23
2011-03-24
Update to current version of Go library.
Ian Lance Taylor
6
-26
/
+51
2011-03-24
Tuple receives indicate whether channel is closed.
Ian Lance Taylor
4
-15
/
+30
2011-03-23
Send on a closed channel panics.
Ian Lance Taylor
9
-66
/
+32
2011-03-16
Don't catch LIBPROF in Go code.
Ian Lance Taylor
1
-3
/
+0
2011-03-16
Update to current version of Go library (revision 94d654be2064).
Ian Lance Taylor
26
-678
/
+982
2011-03-09
re PR go/48019 (Need to handle EINTR in libgo testsuite)
Ian Lance Taylor
1
-2
/
+7
2011-03-09
re PR go/47910 (typo in __go_map_next_prime)
Ian Lance Taylor
1
-1
/
+1
2011-03-07
Permit garbage collection on any compiler generated memory allocation.
Ian Lance Taylor
1
-1
/
+1
2011-03-07
Avoid race condition manipulating heap when goroutine exits.
Ian Lance Taylor
1
-8
/
+15
2011-02-22
Permit comparing non-empty interfaces with empty interfaces.
Ian Lance Taylor
1
-0
/
+32
2011-02-04
Implement __sync_fetch_and_add_4 if necessary.
Ian Lance Taylor
1
-0
/
+32
2011-02-03
Check whether we are using setjmp/longjmp exceptions.
Ian Lance Taylor
1
-1
/
+1
2011-02-01
Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.
Ian Lance Taylor
1
-1
/
+1
2011-02-01
Add __sync_bool_compare_and_swap_4 for targets which don't have it.
Ian Lance Taylor
1
-0
/
+36
2011-01-29
re PR go/47515 (Issues porting libgo to IRIX 6.5)
Ian Lance Taylor
2
-1
/
+30
2011-01-22
Avoid crash when M structure free just before thread exit.
Ian Lance Taylor
2
-6
/
+17
2011-01-22
libgo: Adjust deadlock avoidance.
Ian Lance Taylor
1
-9
/
+9
2011-01-22
Avoid deadlock creating new thread.
Ian Lance Taylor
1
-0
/
+8
2011-01-21
Avoid deadlock when finalizer lock is held during gc.
Ian Lance Taylor
3
-2
/
+41
2011-01-21
Remove the types float and complex.
Ian Lance Taylor
7
-45
/
+48
2011-01-11
Add file missed in previous commit.
Ian Lance Taylor
1
-0
/
+42
2011-01-05
re PR go/46959 (M68K Not Supported by Go)
Ian Lance Taylor
1
-17
/
+2
2011-01-05
re PR go/46958 (ARM Go Does Not Compile (__builtin_return_address))
Ian Lance Taylor
1
-1
/
+1
2010-12-17
Rework locking code to split stack much less.
Ian Lance Taylor
8
-31
/
+83
2010-12-17
Avoid always splitting the stack when calling append and copy.
Ian Lance Taylor
2
-19
/
+45
2010-12-14
Better error message if malloc gets a SIGSEGV.
Ian Lance Taylor
1
-0
/
+6
2010-12-14
Release cache while holding thread lock.
Ian Lance Taylor
1
-5
/
+4
2010-12-03
Add Go frontend, libgo library, and Go testsuite.
Ian Lance Taylor
115
-0
/
+12060