- 13485be cmd/internal/gc: convert Val.U to interface{} by Josh Bleecher Snyder · 10 years ago
- 3c06cff cmd/internal/gc: explicitly set zero bool Val by Josh Bleecher Snyder · 10 years ago
- ba57781 cmd/5g, etc: prepare Node.Val to be unexported by Josh Bleecher Snyder · 10 years ago
- 0112f6f cmd/5g, etc: prepare to unexport gc.Mp* by Josh Bleecher Snyder · 10 years ago
- 85a1577 math/big, cmd/internal/gc/big: fix vet detected printf problem by Shenghou Ma · 10 years ago
- b3fb0fd cmd/internal/gc: fix vet detected printf problems by Shenghou Ma · 10 years ago
- d447279 cmd/internal/gc: optimize slice + write barrier by Russ Cox · 10 years ago
- 99475df cmd/internal/gc: avoid spurious div-zero errors by Robert Griesemer · 10 years ago
- 5ed4bb6 cmd/5g: fix build by Russ Cox · 10 years ago
- 8552047 cmd/internal/gc: optimize append + write barrier by Russ Cox · 10 years ago
- f8d14fc cmd/internal/gc: add backend ginscmp function to emit a comparison by Russ Cox · 10 years ago
- 18d98bc cmd/internal/gc: avoid turning 'x = f()' into 'tmp = f(); x = tmp' for simple x by Russ Cox · 10 years ago
- 3f209ab cmd/internal/gc: detect bad append(f()) during type check by Russ Cox · 10 years ago
- 7c0db1b cmd/gc: do not display ~b identifiers in error messages by Didier Spezia · 10 years ago
- fc595b7 cmd/internal/gc: mark panicindex calls as not returning by Russ Cox · 10 years ago
- dcf6e20 cmd/internal/gc: drop unused Reslice field from Node by Russ Cox · 10 years ago
- c70b4b5 cmd/internal/gc: show register dump before crashing on register left allocated by Russ Cox · 10 years ago
- 351897d cmd/internal/gc: emit branches in -g mode by Russ Cox · 10 years ago
- 54af9a3 runtime: reintroduce ``dead'' space during GC scan by Russ Cox · 10 years ago
- 6d8a147 runtime: use 1-bit pointer bitmaps in type representation by Russ Cox · 10 years ago
- a3dfcf5 cmd/internal/gc: unsafe.Pointer constants may only be converted to uintptr by Josh Bleecher Snyder · 10 years ago
- d4bb72b cmd/internal/gc: improve "type *X has no field or method M" message by David Chase · 10 years ago
- 8fb55f9 Revert "cmd/internal: disable OSQRT on GOARM=5" by Minux Ma · 10 years ago
- ceefebd runtime: rename ptrsize to ptrdata by Russ Cox · 10 years ago
- 3120adc cmd/internal: disable OSQRT on GOARM=5 by Joel Sing · 10 years ago
- 135389d cmd/internal/gc: Use shifts for powers-of-two indexing by Keith Randall · 10 years ago
- 98a9d36 runtime: add pointer size to type structure by Austin Clements · 10 years ago
- d5ff441 cmd/internal/gc,ld: use new flag syntax by Rob Pike · 10 years ago
- 931328b cmd/internal/gc: fix build on big endian systems by Shenghou Ma · 10 years ago
- 8d16253 cmd/internal/obj: remove Biobuf unget by Dave Cheney · 10 years ago
- 8a072ad cmd/internal/gc,ld: use new flag argument syntax by Didier Spezia · 10 years ago
- 4d0f3a1 cmd/internal/gc, runtime: use 1-bit bitmap for stack frames, data, bss by Russ Cox · 10 years ago
- e9ab343 cmd/internal/obj: clean up Biobuf by Dave Cheney · 10 years ago
- bc44b81 cmd/internal/gc: Toughen escape analysis against some bugs. by David Chase · 10 years ago
- 7fbb1b3 cmd/internal/gc: improve flow of input params to output params by David Chase · 10 years ago
- e64764c cmd/internal/gc: cache commonly used Ptrto types by Josh Bleecher Snyder · 10 years ago
- 2b7505e cmd/internal/gc: fix write barrier fast path on RISC architectures by Shenghou Ma · 10 years ago
- e7dd288 cmd/internal/gc, cmd/[56789]g: rename stackcopy to blockcopy by Shenghou Ma · 10 years ago
- 2a73559 cmd/internal/gc: emit typedmemmove write barrier from sgen by Russ Cox · 10 years ago
- 653d560 cmd/internal/gc: inline writeBarrierEnabled check before calling writebarrierptr by Russ Cox · 10 years ago
- 2050f57 runtime: change unused argument in fat write barriers from pointer to scalar by Russ Cox · 10 years ago
- 6c328ef cmd/internal/gc: accept comma-separated list of name=value for -d by Russ Cox · 10 years ago
- 0f0bc0f cmd/internal/gc: use MOV R0, R1 instead of LEA 0(R0), R1 in Agen by Russ Cox · 10 years ago
- 0ad4f8b cmd/internal/gc: emit write barriers at lower level by Russ Cox · 10 years ago
- 00d4a6b cmd/internal/gc, cmd/internal/ld: add memprofilerate flag by Josh Bleecher Snyder · 10 years ago
- 029c7bb cmd/internal/gc, cmd/internal/ld, cmd/internal/obj: teach compiler about local symbols by Michael Hudson-Doyle · 10 years ago
- 9406f68 cmd/internal/gc: add and test write barrier debug output by Russ Cox · 10 years ago
- 04829a4 cmd/9g, etc: remove // fallthrough comments by Josh Bleecher Snyder · 10 years ago
- c231228 cmd/internal/gc: remove /*untyped*/ comments by Josh Bleecher Snyder · 10 years ago
- ac1cdd1 cmd/5g, etc, cmd/internal/gc, cmd/internal/obj, etc: coalesce bool2int implementations by Michael Hudson-Doyle · 10 years ago
- 88c08b0 cmd/internal: C->Go printf cleanup by Brad Fitzpatrick · 10 years ago
- e7ffafd cmd/internal/obj: remove useless Trimpath field and fix users by Matthew Dempsky · 10 years ago
- 35b1dcc cmd/internal/gc: clean up componentgen by Russ Cox · 10 years ago
- b92a0a8 cmd/internal/gc, cmd/go: fix value of importpath symbol by Michael Hudson-Doyle · 10 years ago
- 951f74c cmd/...: fix vet issues and cull dead code by Josh Bleecher Snyder · 10 years ago
- 13cb62c cmd/internal/gc, cmd/6g: generate boolean values without jumps by Josh Bleecher Snyder · 10 years ago
- 17228f4 cmd/internal/gc: make use of new String methods in prints by Russ Cox · 10 years ago
- 96c91fa cmd/internal/gc: add String methods to *Mpint, *Mpflt, *Node, *NodeList, *Sym, *Type by Russ Cox · 10 years ago
- a5e48cf cmd/internal/gc: fix node print by Russ Cox · 10 years ago
- 4a7e5bc cmd/internal/gc: clean up bgen by Josh Bleecher Snyder · 10 years ago
- 2f0828ef reflect, cmd/internal/gc: look for pointer types by string before synthesizing by Michael Hudson-Doyle · 10 years ago
- e040fd4 cmd/internal/gc: registerize more in 7g and 9g by Josh Bleecher Snyder · 10 years ago
- e1c1fa2 reflect: add FuncOf function by Dave Day · 10 years ago
- 5ed90cb cmd/internal/gc, cmd/gc: move Reg from Val to Node by Josh Bleecher Snyder · 10 years ago
- 888d44d cmd/internal/gc, cmd/7g: use zero register in Componentgen by Dave Cheney · 10 years ago
- e7fe9f5 cmd/internal/gc: convert Bval to bool by Josh Bleecher Snyder · 10 years ago
- 24f246c cmd/gc: fix crash during escape analysis by Dmitry Vyukov · 10 years ago
- 08c4348 cmd/gc: fix handling of OGETG in race mode by Dmitry Vyukov · 10 years ago
- 4b21be4 cmd/internal/gc: clean up Componentgen by Dave Cheney · 10 years ago
- 84207a2 cmd/internal/obj/x86, cmd/internal/ld, cmd/6l: 6g/asm -dynlink accesses global data via a GOT by Michael Hudson-Doyle · 10 years ago
- 878a86a cmd/gc: fix escape analysis of closures by Dmitry Vyukov · 10 years ago
- 6f6512b cmd/internal/gc, etc: remove dead code by Michael Hudson-Doyle · 10 years ago
- bb418a5 cmd/internal/gc: use approx. float formatting in error messages by Robert Griesemer · 10 years ago
- d3252a2 cmd/internal/gc: fix race build (again) by Dave Cheney · 10 years ago
- d6b4069 cmd/internal/gc: fix race build by Dave Cheney · 10 years ago
- 92c826b cmd/internal/gc: inline runtime.getg by Russ Cox · 10 years ago
- 75883ba cmd/internal/gc: convert yet more Node fields to bools by Josh Bleecher Snyder · 10 years ago
- e7d9f81 cmd/internal/gc, cmd/yacc: implement "expecting" syntax error messages by Matthew Dempsky · 10 years ago
- da5ebec cmd/internal/gc/big: update vendored version of math/big by Robert Griesemer · 10 years ago
- debe12c net/http, math/big, cmd/internal/gc/big: replaced errors.New(fmt.Sprintf(...)) in favour fmt.Errorf() by Igor Dolzhikov · 10 years ago
- 764c751 math, cmd/internal/gc, cmd/7g: enable SQRT inlining, add assembly implementation by Shenghou Ma · 10 years ago
- 8b2503d cmd/internal/gc: fix race build by Shenghou Ma · 10 years ago
- 4f2a730 cmd/internal/gc, cmd/yacc: restore remaining custom error messages by Matthew Dempsky · 10 years ago
- 0c9f3e4 cmd/internal/gc: destutter array initializers by Matthew Dempsky · 10 years ago
- a51d5f2 cmd/internal/gc: use 512 bits (rather than 464) for multi-precision arithmetic by Robert Griesemer · 10 years ago
- 14bbab4 cmd/internal/gc/big: gofmt vendored code by Josh Bleecher Snyder · 10 years ago
- 92dba0d cmd/internal/gc: use hardware instruction for math.Sqrt (amd64/arm) by Russ Cox · 10 years ago
- 5750b71 cmd/internal/gc: move fix and flt functions into respective files (cleanups) by Robert Griesemer · 10 years ago
- 5bb89eb cmd/internal/gc: use big.Float to represent Mpflt bits by Robert Griesemer · 10 years ago
- 4da157a cmd/dist, cmd/internal/gc: switch gc from math/big to vendored math/big by Robert Griesemer · 10 years ago
- dec6859 cmd/internal/gc/big: updated vendored version of math/big (fix build) by Robert Griesemer · 10 years ago
- 398bf9d cmd/internal/gc, cmd/yacc: restore custom syntax error messages by Matthew Dempsky · 10 years ago
- e5a0d63 cmd/internal/gc/big: vendored math/big for use by gc by Robert Griesemer · 10 years ago
- a1bb303 cmd/yacc: generate arrays instead of slices where possible by Matthew Dempsky · 10 years ago
- 01d005c cmd/8g, cmd/internal/gc: clean up GO386 handling by Dave Cheney · 10 years ago
- 102b806 cmd/internal/gc: make class uint8 throughout by Josh Bleecher Snyder · 10 years ago
- 3ed9e4c cmd/internal/gc: unembed Node.Func by Josh Bleecher Snyder · 10 years ago
- 57279ba cmd/internal/gc: separate func-only Node fields by Josh Bleecher Snyder · 10 years ago
- b09925b cmd/5g etc: merge simple case expressions onto fewer lines by Josh Bleecher Snyder · 10 years ago
- 94410c7 cmd/gc: teach componentgen about string constants by Josh Bleecher Snyder · 10 years ago