| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/5a, cmd/5l: add MULW{T,B} and MULAW{T,B} support for ARM | Shenghou Ma | 2012-06-08 | 1 | -0/+1 |
* | cmd/6l: loop alignment, disabled | Russ Cox | 2012-06-01 | 1 | -0/+1 |
* | runtime/pprof: support OS X CPU profiling | Russ Cox | 2012-02-28 | 1 | -9/+14 |
* | ld: add NOPTRBSS for large, pointer-free uninitialized data | Russ Cox | 2012-02-21 | 1 | -1/+1 |
* | 5a, 5c, 5g, 5l: fix build for Linux/ARM. | Shenghou Ma | 2012-02-19 | 1 | -1/+1 |
* | 8a, 8l: add EMMS instruction | Evan Shaw | 2012-02-17 | 1 | -0/+1 |
* | build: delete make paraphernalia | Russ Cox | 2012-02-06 | 1 | -63/+4 |
* | libmach: add stubs for Plan 9 | Anthony Martin | 2012-01-31 | 1 | -0/+72 |
* | libmach: cross compiling support | Shenghou Ma | 2012-01-20 | 1 | -3/+3 |
* | os: OS-dependent bits to support NetBSD. | Christopher Nielsen | 2011-12-15 | 1 | -0/+46 |
* | libmach: fix for Plan 9 build | Lucio De Re | 2011-11-18 | 5 | -31/+33 |
* | libmach: fix incorrect use of memset | Dave Cheney | 2011-09-01 | 1 | -2/+2 |
* | libmach: support reading symbols from Windows .exe for nm | Mateusz Czapli?ski | 2011-08-29 | 1 | -0/+168 |
* | build: fix unused parameters | Russ Cox | 2011-08-25 | 4 | -15/+38 |
* | libmach: stubs for openbsd | Joel Sing | 2011-07-29 | 1 | -0/+46 |
* | build: fixes for mingw-w64 | Wei Guangjing | 2011-07-25 | 1 | -1/+1 |
* | runtime/cgo: check for errors from pthread_create | Albert Strasheim | 2011-06-28 | 1 | -2/+11 |
* | libmach: fix disassembly of FCMOVcc and FCOMI | Anthony Martin | 2011-06-23 | 1 | -6/+48 |
* | libmach: fix tracing on linux (for cov) | Anthony Martin | 2011-06-22 | 1 | -6/+17 |
* | libmach: use the standardized format for designated initializers. | Jeffrey M Hodges | 2011-06-06 | 2 | -852/+852 |
* | pkg: spelling tweaks, I-Z | Robert Hencke | 2011-05-30 | 1 | -1/+1 |
* | libmach: fix warnings. | Dave Cheney | 2011-04-14 | 1 | -1/+1 |
* | for GCC4.6: fix a bunch of set-and-not-used errors. | Rob Pike | 2011-04-14 | 1 | -2/+0 |
* | libmach: fix the windows build. | Rob Pike | 2011-04-13 | 1 | -0/+8 |
* | libmach: fix freebsd compiler errors | Russ Cox | 2011-04-13 | 1 | -0/+5 |
* | lib9, libmach: Change GOOS references to GOHOSTOS | Evan Shaw | 2011-03-15 | 1 | -1/+1 |
* | libmach: correct string comparison to revive 6cov on darwin | Dave Cheney | 2011-03-14 | 1 | -1/+1 |
* | gc, ld: detect stale or incompatible object files | Russ Cox | 2011-02-03 | 1 | -22/+24 |
* | libmach: detail for darwin errors | Russ Cox | 2010-11-05 | 1 | -2/+9 |
* | 5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbols | Russ Cox | 2010-10-19 | 1 | -29/+27 |
* | various: appease the ubuntu gcc monster | Russ Cox | 2010-09-28 | 1 | -2/+4 |
* | libmach: fix build on arm host | Russ Cox | 2010-09-15 | 1 | -25/+26 |
* | libmach: fix whitespace. | Nigel Tao | 2010-09-12 | 1 | -1/+1 |
* | libmach: fix new thread race with Linux | Russ Cox | 2010-09-11 | 1 | -5/+11 |
* | build: $GOBIN defaults to $GOROOT/bin | Russ Cox | 2010-08-24 | 1 | -15/+3 |
* | libmach: implement register fetch for 32-bit x86 kernel | Russ Cox | 2010-08-20 | 1 | -9/+31 |
* | cov and prof: implement windows version (just function stubs and build mods) | Joe Poirier | 2010-07-30 | 2 | -0/+63 |
* | libmach: correct handling of .5 files with D_REGREG addresses | Russ Cox | 2010-07-22 | 1 | -0/+3 |
* | 6a: assemble CMPPD as 6l expects | Russ Cox | 2010-07-01 | 1 | -3/+10 |
* | libmach: skip __nl_symbol_ptr section on OS X | Russ Cox | 2010-05-24 | 1 | -0/+2 |
* | rename GOOS=mingw to GOOS=windows | Alex Brainman | 2010-04-29 | 1 | -1/+1 |
* | libmach: disassemble MOVLQZX correctly | Russ Cox | 2010-04-26 | 1 | -2/+6 |
* | gc: implement panic and recover | Russ Cox | 2010-03-31 | 1 | -2/+0 |
* | libmach: more info when memory reads fail on Darwin | Russ Cox | 2010-03-20 | 1 | -2/+4 |
* | 8a/8l: Added FCMOVcc instructions | Evan Shaw | 2010-02-18 | 1 | -0/+8 |
* | libmach: Add disassembly for newly implemented opcodes | Evan Shaw | 2010-01-06 | 1 | -0/+4 |
* | libmach: fix disassembly of MOVLQSX | Russ Cox | 2009-12-04 | 1 | -1/+1 |
* | Ports of lib9, libbio and libmach to Windows. | Hector Chu | 2009-11-30 | 1 | -0/+5 |
* | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 2009-11-23 | 1 | -3/+3 |
* | two more if(h<0) that gcc 4.3 -O2 miscompiles | Russ Cox | 2009-11-23 | 1 | -3/+1 |