- 43c87aa cmd/6g, cmd/8g, liblink: improve handling of float constants by Josh Bleecher Snyder · 10 years ago
- e6d3511 Revert "liblink, cmd/ld, runtime: remove stackguard1" by Russ Cox · 10 years ago
- 281ae92 liblink: fix encoding of SETcc for amd64 by Shenghou Ma · 10 years ago
- ab0535a liblink, cmd/ld, runtime: remove stackguard1 by Shenghou Ma · 10 years ago
- 6c78443 liblink: code for debugging bad returns by Austin Clements · 10 years ago
- ab9ec2e liblink: remove class from %#D formatter on 6l by Austin Clements · 10 years ago
- 9b1b0a4 liblink: fail for too-large register offset constants by Austin Clements · 10 years ago
- b21e936 liblink: generate correct code for MOVD $-n(Rm), x on ppc64 by Austin Clements · 10 years ago
- 7a4a64e runtime: faster aeshash implementation by Keith Randall · 10 years ago
- 09d92b6 all: power64 is now ppc64 by Russ Cox · 10 years ago
- e04c8b0 [dev.cc] liblink: don't patch jumps to jumps to symbols by Austin Clements · 10 years ago
- 6f755f2 [dev.cc] 9l: make R_CALLPOWER like ELF's R_PPC64_REL24 by Austin Clements · 10 years ago
- 2f28916 [dev.cc] liblink: fix warnings on Plan 9 by David du Colombier · 10 years ago
- 7b59645 [dev.cc] liblink: fix Solaris build some more by Austin Clements · 10 years ago
- 754de8d [dev.cc] all: merge dev.power64 (f57928630b36) into dev.cc by Russ Cox · 10 years ago
- 1f420c1 [dev.cc] liblink: fix warnings on Plan 9 by David du Colombier · 10 years ago
- 7904e95 [dev.power64] liblink: fix Solaris build by Austin Clements · 10 years ago dev.power64
- 1222cc4 [dev.power64] 6g,9g: formatters for Prog and Addr details by Austin Clements · 10 years ago
- 3e80463 [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc by Russ Cox · 10 years ago
- e088e16 [dev.cc] runtime: convert Solaris port to Go by Aram Hăvărneanu · 10 years ago
- 0185ba7 [dev.cc] liblink: resolve bss vs other conflict regardless of order found by Russ Cox · 10 years ago
- 473bfae [dev.power64] liblink: fix printing of branch targets by Austin Clements · 10 years ago
- c2364b5 [dev.power64] liblink: emit wrapper code in correct place by Austin Clements · 10 years ago
- 6be0c8a [dev.power64] liblink: fix lost branch target by Austin Clements · 10 years ago
- 32c75a2 [dev.power64] liblink: power64 fixes and ports of changes by Austin Clements · 10 years ago
- 11ec8ab [dev.power64] liblink: print line numbers in disassembly on power64 by Austin Clements · 10 years ago
- f0bd539 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
- 2bd616b build: merge the great pkg/ rename into dev.power64 by Austin Clements · 10 years ago
- 3208250 [dev.power64] build: merge default into dev.power64 by Austin Clements · 10 years ago
- 5e6bd29 liblink: require DATA lines to be ordered by offset, with no overlap by Russ Cox · 10 years ago
- 0b36211 liblink: generate MRC replacement in liblink, not tls_arm by Dave Cheney · 10 years ago
- df781cc liblink: fix cmd/ld -X flag by Russ Cox · 10 years ago
- 193daab cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects by Russ Cox · 10 years ago
- cbf97d91 liblink, sync/atomic: fix arm build by Russ Cox · 10 years ago
- 653fb6d liblink: make GO_ARGS the default for functions beginning with · by Russ Cox · 10 years ago
- 99f7df0 cmd/gc: turn Go prototypes into ptr liveness maps for assembly functions by Russ Cox · 10 years ago
- 15b76ad runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames by Russ Cox · 10 years ago
- c81a0ed liblink, runtime: diagnose and fix C code running on Go stack by Russ Cox · 10 years ago
- 220a6de build: adjustments for move from src/pkg to src by Russ Cox · 10 years ago
- fb818ea liblink: fix arm wrapper prologue by Russ Cox · 10 years ago
- 8a7597f runtime: fix nacl/amd64p32 build by Russ Cox · 10 years ago
- e8d65b9 liblink: fix arm build errors by Russ Cox · 10 years ago
- 8473695 runtime: fix panic/wrapper/recover math by Russ Cox · 10 years ago
- 0bb14d7 cmd/ld: diagnose Go calling C by Russ Cox · 10 years ago
- 4516a60 liblink: introduce way to avoid pc-relative addressing by Russ Cox · 10 years ago
- 04d5796 [dev.power64] liblink: recognize add instruction as adjusting SP by Russ Cox · 10 years ago
- a6feaf3 liblink: fix encoding of ASETPC in 6a, 8a by Josh Bleecher Snyder · 10 years ago
- ca85d57 liblink: use pc-relative addressing for all memory references in amd64 code by Russ Cox · 10 years ago
- d0be55a [dev.power64] liblink: fix g->panicwrap update code generation by Shenghou Ma · 10 years ago
- 4f55700 [dev.power64] liblink: fix $large(SP) for floating point load/store by Russ Cox · 10 years ago
- 76b1ddb [dev.power64] liblink: fix handling of $nnn(reg) by Russ Cox · 10 years ago
- ba9a11e [dev.power64] liblink: fix handling of MOVD with large constants by Russ Cox · 10 years ago
- f375c0e [dev.power64] liblink: rewrite MOVD $con(Ra), Rb into ADD $con, Ra, Rb; fix stack split prologue by Shenghou Ma · 10 years ago
- 05d670f [dev.power64] liblink: disable stack split for now by Shenghou Ma · 10 years ago
- f4529ad [dev.power64] liblink: support stack split, long conditional branches by Shenghou Ma · 10 years ago
- 5b0ac5f [dev.power64] liblink: handle $i64. symbols, add debug output for -S -v, show rel addend in hex for RISC arches by Shenghou Ma · 10 years ago
- 4be75c8 [dev.power64] include/link.h, liblink: convert 9l functions to liblink by Shenghou Ma · 10 years ago
- 2358603 [dev.power64] liblink: move span and asmout related function from obj9.c to asm9.c by Shenghou Ma · 10 years ago
- 117b1d4 [dev.power64] cmd/9a, cmd/9c, cmd/9l, liblink: import code from Vita Nuova. by Shenghou Ma · 10 years ago
- bbc6bb9 liblink: encode MOVBQZX as MOVZBL instead of MOVZBQ by Rui Ueyama · 10 years ago
- d69d0fe liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants. by Shenghou Ma · 10 years ago
- 08ee266 liblink: support big-endian properly by Shenghou Ma · 10 years ago
- 3c24b60 liblink: use LinkArch.textflag() to get text and dataflag by Shenghou Ma · 10 years ago
- 24db881 liblink: shorter encoding for zeroing register by Rui Ueyama · 10 years ago
- 20a5de9 liblink: warn about TLS base MRC instruction that does not write into R0. by Shenghou Ma · 10 years ago
- b916dc1 liblink: more precise literal word comparison on arm by Russ Cox · 10 years ago
- 8e0e09a liblink: remove some gotos + other fixes by Russ Cox · 10 years ago
- 055dfc2 liblink: fix precedence bug in pcdata comparison by Russ Cox · 11 years ago
- 90c146f liblink: fix warnings on Plan 9 by David du Colombier · 11 years ago
- 783bcba cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm support by Shenghou Ma · 11 years ago
- ebce794 build: annotations and modifications for c2go by Russ Cox · 11 years ago
- decd810 liblink, runtime: preliminary support for plan9/amd64 by Aram Hăvărneanu · 11 years ago
- a363480 all: add GOOS=android by David Crawshaw · 11 years ago
- 89f185f all: remove 'extern register M *m' from runtime by Russ Cox · 11 years ago
- d9c9665 liblink: fix field tracking by Russ Cox · 11 years ago
- 9b976f5 cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1 by Russ Cox · 11 years ago
- 51b72d9 runtime: use duff zero and copy to initialize memory by Keith Randall · 11 years ago
- 5e8c922 liblink, cmd/ld: reenable nosplit checking and test by Russ Cox · 11 years ago
- 58b86e5 liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj by Ian Lance Taylor · 11 years ago
- cc08d92 liblink: add leaf bit to object file format by Russ Cox · 11 years ago
- 468cf82 liblink: fix incorrect hash collision in lookup by Russ Cox · 11 years ago
- e97b3ab build: remove tmp dir names from objects, support GOROOT_FINAL again by Russ Cox · 11 years ago
- 6f8b120 cmd/ld: use TLS relocations on ELF systems in external linking mode by Russ Cox · 11 years ago
- 90093f0 liblink: introduce TLS register on 386 and amd64 by Russ Cox · 11 years ago
- 8d39e55 liblink: remove arch-specific constants from file format by Russ Cox · 11 years ago
- 0e8de61 liblink, cmd/link: add version number to object file by Russ Cox · 11 years ago
- f4ecfaa liblink: remove code that is never executed by Ian Lance Taylor · 11 years ago
- 4676fae cmd/gc, cmd/ld, runtime: compact liveness bitmaps by Russ Cox · 11 years ago
- 6c7cbf0 runtime: get rid of most uses of REP for copying/zeroing. by Keith Randall · 11 years ago
- 88f84b3 liblink, runtime: make nacl/386 binaries valid. by Rémy Oudompheng · 11 years ago
- 4e5f31a liblink: fix bad code generated for MOVFD/MOVDF when reg > 7 by Josh Bleecher Snyder · 11 years ago
- 9460cf7 liblink: fix morestack handling on amd64p32. by Rémy Oudompheng · 11 years ago
- 7772090 liblink: fix arm build by Russ Cox · 11 years ago
- c2dd33a cmd/ld: clear unused ctxt before morestack by Russ Cox · 11 years ago
- d9c6ae6 all: final merge of NaCl tree by Russ Cox · 11 years ago
- 801e40a cmd/gc: rename AFATVARDEF to AVARDEF by Russ Cox · 11 years ago
- 2cae059 cmd/cc, cmd/gc, cmd/ld: consolidate print format routines by Anthony Martin · 11 years ago
- 6ebf59b include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes. by Shenghou Ma · 11 years ago
- da7cf0b runtime: faster memclr on x86. by Keith Randall · 11 years ago
- 9ed5995 liblink, cmd/5l: restore flag_shared by Elias Naur · 11 years ago