summaryrefslogtreecommitdiff
path: root/src/libmach
Commit message (Expand)AuthorAgeFilesLines
* cmd/5a, cmd/5l: add MULW{T,B} and MULAW{T,B} support for ARMShenghou Ma2012-06-081-0/+1
* cmd/6l: loop alignment, disabledRuss Cox2012-06-011-0/+1
* runtime/pprof: support OS X CPU profilingRuss Cox2012-02-281-9/+14
* ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox2012-02-211-1/+1
* 5a, 5c, 5g, 5l: fix build for Linux/ARM.Shenghou Ma2012-02-191-1/+1
* 8a, 8l: add EMMS instructionEvan Shaw2012-02-171-0/+1
* build: delete make paraphernaliaRuss Cox2012-02-061-63/+4
* libmach: add stubs for Plan 9Anthony Martin2012-01-311-0/+72
* libmach: cross compiling supportShenghou Ma2012-01-201-3/+3
* os: OS-dependent bits to support NetBSD.Christopher Nielsen2011-12-151-0/+46
* libmach: fix for Plan 9 buildLucio De Re2011-11-185-31/+33
* libmach: fix incorrect use of memsetDave Cheney2011-09-011-2/+2
* libmach: support reading symbols from Windows .exe for nmMateusz Czapli?ski2011-08-291-0/+168
* build: fix unused parametersRuss Cox2011-08-254-15/+38
* libmach: stubs for openbsdJoel Sing2011-07-291-0/+46
* build: fixes for mingw-w64Wei Guangjing2011-07-251-1/+1
* runtime/cgo: check for errors from pthread_createAlbert Strasheim2011-06-281-2/+11
* libmach: fix disassembly of FCMOVcc and FCOMIAnthony Martin2011-06-231-6/+48
* libmach: fix tracing on linux (for cov)Anthony Martin2011-06-221-6/+17
* libmach: use the standardized format for designated initializers.Jeffrey M Hodges2011-06-062-852/+852
* pkg: spelling tweaks, I-ZRobert Hencke2011-05-301-1/+1
* libmach: fix warnings.Dave Cheney2011-04-141-1/+1
* for GCC4.6: fix a bunch of set-and-not-used errors.Rob Pike2011-04-141-2/+0
* libmach: fix the windows build.Rob Pike2011-04-131-0/+8
* libmach: fix freebsd compiler errorsRuss Cox2011-04-131-0/+5
* lib9, libmach: Change GOOS references to GOHOSTOSEvan Shaw2011-03-151-1/+1
* libmach: correct string comparison to revive 6cov on darwinDave Cheney2011-03-141-1/+1
* gc, ld: detect stale or incompatible object filesRuss Cox2011-02-031-22/+24
* libmach: detail for darwin errorsRuss Cox2010-11-051-2/+9
* 5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox2010-10-191-29/+27
* various: appease the ubuntu gcc monsterRuss Cox2010-09-281-2/+4
* libmach: fix build on arm hostRuss Cox2010-09-151-25/+26
* libmach: fix whitespace.Nigel Tao2010-09-121-1/+1
* libmach: fix new thread race with LinuxRuss Cox2010-09-111-5/+11
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-15/+3
* libmach: implement register fetch for 32-bit x86 kernelRuss Cox2010-08-201-9/+31
* cov and prof: implement windows version (just function stubs and build mods)Joe Poirier2010-07-302-0/+63
* libmach: correct handling of .5 files with D_REGREG addressesRuss Cox2010-07-221-0/+3
* 6a: assemble CMPPD as 6l expectsRuss Cox2010-07-011-3/+10
* libmach: skip __nl_symbol_ptr section on OS XRuss Cox2010-05-241-0/+2
* rename GOOS=mingw to GOOS=windowsAlex Brainman2010-04-291-1/+1
* libmach: disassemble MOVLQZX correctlyRuss Cox2010-04-261-2/+6
* gc: implement panic and recoverRuss Cox2010-03-311-2/+0
* libmach: more info when memory reads fail on DarwinRuss Cox2010-03-201-2/+4
* 8a/8l: Added FCMOVcc instructionsEvan Shaw2010-02-181-0/+8
* libmach: Add disassembly for newly implemented opcodesEvan Shaw2010-01-061-0/+4
* libmach: fix disassembly of MOVLQSXRuss Cox2009-12-041-1/+1
* Ports of lib9, libbio and libmach to Windows.Hector Chu2009-11-301-0/+5
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-3/+3
* two more if(h<0) that gcc 4.3 -O2 miscompilesRuss Cox2009-11-231-3/+1