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
/
cmd
/
6l
/
obj.c
Age
Commit message (
Expand
)
Author
2009-08-12
mechanism for putting go types into 6.out symbol table.
Russ Cox
2009-08-12
delete heuristic left over from incremental compilation
Russ Cox
2009-08-07
remove 8.out before creating it.
Russ Cox
2009-07-21
make 6l produce dynamically linked binaries (although they are fully statical...
Rob Pike
2009-07-20
6l cleanup: last set of magic numbers for elf64 moved to ld/elf64*.
Rob Pike
2009-07-17
First steps towards cleaner support for ELF64 in 6l.
Rob Pike
2009-07-07
the ld-supplied typestrings are now obsolete
Russ Cox
2009-06-06
move src/runtime -> src/lib/runtime;
Russ Cox
2009-06-05
more build refinements:
Russ Cox
2009-06-02
8l fixes, cut and paste from 6l.
Russ Cox
2009-04-30
change 6l library directory flag to -L,
Russ Cox
2009-04-17
add -P pkgdir option to 6l to have it look first in pkgdir for a package.
Rob Pike
2009-04-08
yet another attempt at auto-linking
Russ Cox
2009-03-24
move darwin specific code into runtime/darwin/
Russ Cox
2009-03-20
don't need two names for the same function (vputl and llputl).
Russ Cox
2009-02-05
heuristic to stop pulling .6 in from .a
Russ Cox
2009-01-30
keep line number history even when
Russ Cox
2009-01-21
delete unused code and data from 6.outs.
Russ Cox
2009-01-20
6l: do not link in objects from an archive just for init functions.
Russ Cox
2009-01-20
6l: ignore undefined symbols in gotypesigs.
Russ Cox
2008-11-23
delete stack mark strings
Russ Cox
2008-11-13
* 6l:
Russ Cox
2008-11-05
6g interface changes:
Russ Cox
2008-11-03
6l: generate gotypesigs on demand.
Russ Cox
2008-10-21
6l: invent gotypestrings if needed
Russ Cox
2008-10-20
6l:
Russ Cox
2008-10-20
use Biobuf not fd for reading objects.
Russ Cox
2008-09-08
go linux x86-64 kernel fixes:
Russ Cox
2008-08-03
make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.
Russ Cox
2008-07-09
redefinition fix for autolib: if first ATEXT is already defined, skip this file
Rob Pike
2008-07-09
enable autolib
Rob Pike
2008-06-25
runtime needs runtime.c
Rob Pike
2008-06-25
put a makefile into runtime
Rob Pike
2008-06-21
add signal handling and traceback support therein.
Rob Pike
2008-06-18
stack offset
Ken Thompson
2008-06-18
stack offseet table marker
Ken Thompson
2008-06-15
add support for debugging in MACH binaries
Rob Pike
2008-06-09
new elf header
Ken Thompson
2008-06-05
goos garch
Ken Thompson
2008-06-05
goos goarch
Ken Thompson
2008-06-04
Add compiler source to new directory structure
Rob Pike
[prev]