]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/walk/switch.go
cmd/compile: restore zero-copy string->[]byte optimization
[gostls13.git] / src / cmd / compile / internal / walk / switch.go
2023-08-18 Matthew Dempskycmd/compile: restore zero-copy string->[]byte optimization
2023-08-17 Matthew DempskyRevert "cmd/compile: enable zero-copy string->[]byte...
2023-08-17 Matthew Dempskycmd/compile: enable zero-copy string->[]byte conversions
2023-08-17 Matthew Dempskycmd/compile/internal/ir: add typ parameter to NewNameAt
2023-03-04 Matthew Dempskycmd/compile/internal/ir: explicit Pos for New{Bool...
2023-01-27 Keith Randallcmd/compile: remove go119UseJumpTables flag
2022-12-06 Keith Randallcmd/compile: turn off jump tables when spectre retpolin...
2022-08-31 Keith Randallcmd/compile: use better splitting condition for string...
2022-08-22 Keith Randallcmd/compile: rip out support for OVARKILL from compiler...
2022-08-04 Matthew Dempskyall: REVERSE MERGE dev.unified (d558507) into master
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile: plumb rtype through OSWITCH...
2022-05-16 Matthew Dempskycmd/compile/internal/ir: more idiomatic DynamicType...
2022-05-05 Matthew Dempskycmd/compile: remove ir.TypeAssertExpr.Ntype
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-15 Keith Randallcmd/compile: turn jump tables off with -N
2022-04-14 Keith Randallcmd/compile: modify switches of strings to use jump...
2022-04-14 Keith Randallcmd/compile: implement jump tables
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
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-08-09 Keith Randall[dev.typeparams] cmd/compile: implement generic type...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
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-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-16 Dan Scales[dev.regabi] cmd/compile, runtime: fix up comments...
2021-01-14 Cuong Manh Le[dev.regabi] cmd/compile: use node walked flag to preve...
2021-01-05 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (77365c5) into...
2021-01-04 Matthew Dempsky[dev.regabi] cmd/compile: fix ICE due to large uint64...
2020-12-29 Cuong Manh Le[dev.regabi] cmd/compile: use *ir.Name instead of ir...
2020-12-28 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (07569da) into...
2020-12-28 Matthew Dempsky[dev.regabi] all: merge master (1d78139) into dev.regabi
2020-12-28 Matthew Dempsky[dev.regabi] cmd/compile: use []*CaseStmt in {Select...
2020-12-28 Matthew Dempsky[dev.regabi] cmd/compile: always use a Field for ODOTPT...
2020-12-23 Matthew Dempsky[dev.regabi] cmd/compile: change CaseStmt.Vars to Var
2020-12-23 Russ Cox[dev.typeparams] all: merge dev.regabi (37f138d) into...
2020-12-23 Russ Cox[dev.regabi] cmd/compile: split up walkexpr1, walkstmt...
2020-12-23 Russ Cox[dev.regabi] cmd/compile: split out package walk [gener...