]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/test/inl_test.go
runtime: implement experiment to replace heap bitmap with alloc headers
[gostls13.git] / src / cmd / compile / internal / test / inl_test.go
2023-11-09 Michael Anthony... runtime: implement experiment to replace heap bitmap...
2023-10-06 Keith Randallcmd/compile: add a cache to interface type switches
2023-09-04 Egon Elbreruntime: introduce nextslicecap
2023-05-05 Than McIntoshcmd/compile: allow more inlining of functions that...
2023-04-17 Michael KnyszekRevert "cmd/compile: allow more inlining of functions...
2023-04-17 Than McIntoshcmd/compile: allow more inlining of functions that...
2023-04-14 Than McIntoshRevert "cmd/compile: allow more inlining of functions...
2023-04-07 Than McIntoshcmd/compile: allow more inlining of functions that...
2023-04-03 Than McIntoshcmd/compile/internal/test: skip testpoint due to revert...
2023-03-31 Austin Clementssync: implement OnceFunc, OnceValue, and OnceValues
2023-02-17 Keith Randallruntime: remove the restriction that write barrier...
2023-01-31 Cuong Manh Lecmd/compile: cleanup atomic.Pointer[T] inline test
2023-01-25 Matthew Dempskycmd: remove GOEXPERIMENT=nounified knob
2023-01-23 qmuntalutf16: reduce utf16.Decode allocations
2022-11-15 Bryan C. Millscmd/compile: use testenv.Command instead of exec.Comman...
2022-10-18 Youlin Fengruntime: replace all uses of CtzXX with TrailingZerosXX
2022-10-10 Than McIntoshcmd/compile: tweak inliners handling of coverage counte...
2022-09-06 Cuong Manh Leall: make sure *Pointer[T]'s methods are inlined as...
2022-09-02 Austin Clementsruntime: replace stkframe.arglen/argmap with methods
2022-08-16 Keith Randallruntime: redo heap bitmap
2022-08-09 Keith RandallRevert "runtime: redo heap bitmap"
2022-08-08 Keith Randallruntime: redo heap bitmap
2022-05-18 Cherry Muicmd/compile/internal/test: make TestIntendedInlining...
2022-05-13 Xiaodong Liucmd/compile/internal: fix test error on loong64
2022-05-04 Russ Coxsync/atomic: add typed atomic values
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-21 Joe Tsaireflect: make more Value methods inlineable
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-18 Joe Tsaireflect: make Value.MapRange inlineable
2022-04-12 Bryan MillsRevert "cmd/compile/internal: fix test error on loong64"
2022-04-12 Xiaodong Liucmd/compile/internal: fix test error on loong64
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-06 Josh Bleecher Snydercmd/compile: add runtime.funcspdelta to intended inlini...
2021-09-27 Fabio Falzoireflect: add Value.{CanInt, CanUint, CanFloat, CanComplex}
2021-09-27 Josh Bleecher Snyderruntime: move entry method from _func to funcInfo
2021-09-27 Josh Bleecher Snyderruntime: convert _func.entry to a method
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-28 Joe Tsaiunicode/utf8: add AppendRune
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-11 Cherry Mui[dev.typeparams] runtime: simplify defer record allocation
2021-06-08 Cherry Mui[dev.typeparams] runtime: remove variadic defer/go...
2021-06-07 Matthew Dempsky[dev.typeparams] all: merge master (8212707) into dev...
2021-06-01 Cherry Mui[dev.typeparams] all: merge master (2725522) into dev...
2021-05-25 Matthew Dempsky[dev.typeparams] all: merge master (f22ec51) into dev...
2021-05-21 Cherry Mui[dev.typeparams] runtime: replace funcPC with internal...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-12 Meng Zhuoruntime: using wyhash for memhashFallback on 64bit...
2021-03-15 Josh Bleecher Snydernet: use mid-stack inlining with ReadFromUDP to avoid...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-26 Matthew Dempsky[dev.regabi] all: merge master (bf0f7c9) into dev.regabi
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2020-12-28 Matthew Dempsky[dev.regabi] all: merge master (1d78139) into dev.regabi
2020-12-23 Russ Cox[dev.typeparams] all: merge dev.regabi (37f138d) into...
2020-12-23 Russ Cox[dev.regabi] cmd/compile: split out package test [gener...