aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/inl_test.go
AgeCommit message (Expand)Author
2020-10-16compress/flate: revert a goto for-loopDaniel Martí
2020-10-15runtime: remove debugCachedWorkMichael Pratt
2020-04-13cmd/compile: update TestIntendedInlining for riscv64Joel Sing
2020-01-18cmd/compile: implement compiler for riscv64Joel Sing
2019-11-04runtime: clean up power-of-two rounding code with align functionsMichael Anthony Knyszek
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-29math/rand: devirtualize interface in lockedSourceCarlo Alberto Ferraris
2019-08-27cmd/compile: remove adjustctx from inline testLE Manh Cuong
2019-03-13encoding/base64: speed up the decoderDaniel Martí
2019-03-09cmd/compile: add pure Go math/big functions to TestIntendedInliningJosh Bleecher Snyder
2019-03-09reflect: make all flag.mustBe* methods inlinableDaniel Martí
2019-03-09cmd/compile: update TestIntendedInliningDaniel Martí
2019-02-26all: fix typos as reported by 'misspell'Leon Klingele
2018-12-01cmd/compile: add Buffer.Grow to TestIntendedInliningDaniel Martí
2018-11-21runtime: debug code to catch bad gcWork.putsAustin Clements
2018-11-09runtime: reduce linear search through pcvalue cacheJosh Bleecher Snyder
2018-10-23runtime: remove unused maxSliceCap function and maxElems arrayMartin Möhrmann
2018-10-16cmd/compile/internal/gc: inline autogenerated (*T).M wrappersIlya Tocar
2018-10-15runtime/internal/math: add multiplication with overflow checkMartin Möhrmann
2018-05-01runtime: allow inlining of stackmapdataJosh Bleecher Snyder
2018-05-01runtime: eliminate runtime.hselectMatthew Dempsky
2018-04-29runtime: add fast version of getArgInfoJosh Bleecher Snyder
2018-03-08math/big: speedup nat.setBytes for bigger slicesisharipo
2018-02-21runtime: simplify bulkBarrierPreWriteAustin Clements
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-10-20cmd/compile: skip runtime.nextFreeFast inlining test on MIPS64xCherry Zhang
2017-09-28cmd/compile: add reflect to TestIntendedInliningDaniel Martí
2017-09-25cmd/compile: add runtime GC funcs to inlining testDaniel Martí
2017-09-25regexp: make (*bitState).push inlinableIlya Tocar
2017-09-25cmd/compile: merge bytes inline test with the restDaniel Martí
2017-09-23cmd/compile: clarify adjustctxt inlining commentDaniel Martí
2017-09-22cmd/compile: add more runtime funcs to inline testDaniel Martí
2017-09-22cmd/compile: collect reasons in inlining testDaniel Martí
2017-09-20runtime: make nextFreeFast inlinableIlya Tocar
2017-09-14cmd/compile: expand inlining test to multiple pkgsDaniel Martí
2017-09-13cmd/compile: add TestIntendedInlining from runtimeDaniel Martí