index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liblink
/
asm8.c
Age
Commit message (
Expand
)
Author
2015-02-26
liblink: delete unused code
Russ Cox
2015-02-05
[dev.cc] cmd/internal/obj: reconvert from liblink
Russ Cox
2015-02-03
liblink: define fixed A-numbers for common instructions
Russ Cox
2015-02-03
liblink: the zero Prog is now valid and ready for use
Russ Cox
2015-02-03
liblink: remove dead computation of p->back in span6/span8
Russ Cox
2015-02-03
liblink: use same TEXT $frame-arg encoding for all architectures
Russ Cox
2015-01-30
cmd/8a, cmd/8g, cmd/8l, liblink: update for portable Prog, Addr
Russ Cox
2015-01-26
liblink: arrange for Prog* argument in vaddr
Russ Cox
2014-12-11
runtime: faster aeshash implementation
Keith Randall
2014-09-08
build: adjustments for move from src/pkg to src
Russ Cox
2014-08-18
liblink: fix encoding of ASETPC in 6a, 8a
Josh Bleecher Snyder
2014-07-21
liblink: remove some gotos + other fixes
Russ Cox
2014-07-02
build: annotations and modifications for c2go
Russ Cox
2014-07-02
liblink, runtime: preliminary support for plan9/amd64
Aram Hăvărneanu
2014-05-20
liblink: fix field tracking
Russ Cox
2014-04-16
liblink, cmd/ld: reenable nosplit checking and test
Russ Cox
2014-04-15
cmd/ld: use TLS relocations on ELF systems in external linking mode
Russ Cox
2014-04-15
liblink: introduce TLS register on 386 and amd64
Russ Cox
2014-04-14
liblink: remove arch-specific constants from file format
Russ Cox
2014-04-07
liblink: remove code that is never executed
Ian Lance Taylor
2014-04-01
runtime: get rid of most uses of REP for copying/zeroing.
Keith Randall
2014-02-27
all: final merge of NaCl tree
Russ Cox
2014-02-13
cmd/gc: rename AFATVARDEF to AVARDEF
Russ Cox
2014-02-06
runtime: faster memclr on x86.
Keith Randall
2013-12-18
liblink: fix Plan 9 warnings
David du Colombier
2013-12-16
cmd/ld: move instruction selection + layout into compilers, assemblers
Russ Cox
2013-12-08
liblink: create new library based on linker code
Russ Cox