]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/walk/order.go
cmd/compile: move FuncPC intrinsic handling to common helper
[gostls13.git] / src / cmd / compile / internal / walk / order.go
2023-11-10 Michael Prattcmd/compile: move FuncPC intrinsic handling to common...
2023-10-05 Matthew Dempskycmd/compile/internal/ir: tweak a couple names
2023-09-20 Russ Coxcmd/compile: implement range over integer
2023-09-12 Matthew Dempskycmd/compile: rename OEFACE to OMAKEFACE and remove...
2023-09-11 Matthew Dempskycmd/compile/internal/staticinit: make staticopy safe
2023-09-08 Matthew Dempskycmd/compile: cleanup uses of ir.Orig and ir.SepCopy
2023-08-29 Matthew Dempskycmd/compile: eliminate fallback code for missing -p...
2023-08-21 Matthew Dempskycmd/compile/internal/reflectdata: share hmap and hiter...
2023-08-18 Matthew Dempskycmd/compile/internal/typecheck: replace Temp calls...
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: remove ODCLCONST and ODCLTYPE
2023-06-27 Cuong Manh Lecmd/compile: fix bad order of evaluation for min/max...
2023-05-23 Matthew Dempskycmd/compile: implement min/max builtins
2023-03-07 cui flitercmd: fix mismatched symbols
2023-03-04 Matthew Dempskycmd/compile/internal/ir: explicit Pos for New{Bool...
2023-01-31 Cuong Manh Lecmd/compile: add clear(x) builtin
2023-01-27 Matthew Dempskycmd/compile: apply FixVariadicCall and FixMethodCall...
2022-10-03 cui flitercmd/compile/internal: fix a few function names on comments
2022-08-22 Keith Randallcmd/compile: remove OVARDEF and OVARLIVE
2022-08-22 Keith Randallcmd/compile: rip out support for OVARKILL from compiler...
2022-08-18 Keith Randallcmd/compile: stop using VARKILL
2022-08-11 David Chasecmd/compile: avoid copying Pos from ONAME when creating...
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-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-08 Keith Randallcmd/compile: fix libfuzzer instrumentation line number
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-30 Matthew Dempsky[dev.unified] cmd/compile/internal/walk: fix typo in...
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 for...
2022-06-21 Matthew Dempsky[dev.unified] cmd/compile: extract rtype code from...
2022-05-20 Khaled Yakdancmd/compile, cmd/link: use libFuzzer 8-bit instead...
2022-05-16 Matthew Dempskycmd/compile/internal/ir: more idiomatic DynamicType...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-01 Keith Randallcmd/compile: include all entries in map literal hint...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-22 Roland Shoemakerinternal/fuzz,cmd/compile: don't add race instrumentati...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-17 Dan Scalescmd/compile: fix import/export of Init and Def fields.
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-27 Matthew Dempskycmd/compile: unexport Type.Width and Type.Align [generated]
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: simplify interface conver...
2021-07-29 Keith Randall[dev.typeparams] cmd/compile: implement generic .(T...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-24 Keith Randall[dev.typeparams] cmd/compile: introduce OCONVIDATA op
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-07 Cuong Manh Le[dev.typeparams] cmd/compile: rename PartialCallType...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-03 Matthew Dempsky[dev.typeparams] cmd/compile: flatten OINLCALL in walk
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-27 Cuong Manh Le[dev.typeparams] cmd/compile: rename OCALLPART to OMETH...
2021-06-26 Cuong Manh Le[dev.typeparams] cmd/compile: rewrite method calls...
2021-06-25 Matthew Dempsky[dev.typeparams] cmd/compile: use Type.LinkString for...
2021-06-25 Matthew Dempsky[dev.typeparams] cmd/compile: rename types.Type.{Short...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: move call logic from...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: desugar ORECOVER into...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: remove SetClosureCalled...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: remove CallExpr.PreserveC...
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: allow typecheck of OCHECKNIL
2021-06-22 Matthew Dempsky[dev.typeparams] cmd/compile: remove special escape...
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-12 Matthew Dempsky[dev.typeparams] cmd/compile: simplify NewClosureFunc
2021-06-12 Matthew Dempsky[dev.typeparams] cmd/compile: refactor closure construction
2021-06-08 Cherry Mui[dev.typeparams] cmd/compile, runtime: always enable...
2021-06-07 Matthew Dempsky[dev.typeparams] all: merge master (8212707) into dev...
2021-06-04 Cherry Mui[dev.typeparams] cmd/compile: allow go'd closure to...
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-23 Cherry Zhangcmd/compile, internal/abi: add FuncPCABIxxx intrinsics
2021-04-23 Cherry Zhangcmd/compile: escape "go" wrapper closure everywhere
2021-04-23 Than McIntoshcmd/compile: fix bug in defer wrapping
2021-04-20 Cherry Zhangcmd/compile: preserve pointerness when creating map...
2021-04-16 Russ Coxinternal/buildcfg: move build configuration out of...
2021-04-13 Cherry Zhangcmd/compile: always zero the temporary in mapKeyTemp
2021-04-13 Cherry Zhangcmd/compile: make map functions ABI insensitive
2021-04-12 Cherry Zhangcmd/compile: make interface conversion function selecti...
2021-03-30 Cherry Zhangcmd/compile: wrap defer/go call with results
2021-03-30 Cherry Zhangcmd/compile: be sure to wrap defer/go calls with arguments
2021-03-30 Cherry Zhangcmd/compile: check deferred nil interface call before...
2021-03-25 Than McIntoshcmd/compile: fix defer desugar keepalive arg handling...
2021-03-23 Than McIntoshcmd/compile: wrap/desugar defer calls for register abi
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
next