]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssagen/ssa.go
[dev.unified] all: merge master (462b78f) into dev.unified
[gostls13.git] / src / cmd / compile / internal / ssagen / ssa.go
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-25 Keith Randallcmd/compile: fix blank label code
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-21 Matthew Dempsky[dev.unified] cmd/compile: avoid reflectType in ssagen
2022-05-16 Matthew Dempskycmd/compile: remove base.Ctxt.Pkgpath fallback paths
2022-05-16 Matthew Dempskycmd/compile/internal/ir: more idiomatic DynamicType...
2022-05-12 Xiaodong Liucmd/compile/internal/ssagen: enable intrinsic operation...
2022-05-11 David Chasecmd/compile: convert merge to use appl. bal. trees...
2022-05-11 Cuong Manh Lecmd/compile,runtime: open code unsafe.Slice
2022-05-10 Paul E. Murphycmd/compile: lower Add64/Sub64 into ssa on PPC64
2022-05-05 Lynn Bogercmd/compile/internal: intrinsify publicationBarrier...
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-28 Wayne Zuocmd/compile: intrinsify math/big.mulWW on MIPS64(LE...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-19 Austin Clementscmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSi...
2022-04-14 Keith Randallcmd/compile: implement jump tables
2022-04-13 Jorropocmd/compile: remove unused offset calculation in ssagen...
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-31 Wayne Zuocmd/compile: clean up arm64 32bit pointer in Reverse
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-21 Cherry Muicmd/compile: remove regabi magic names
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-01 Keith Randallcmd/compile: use bool->uint8 op instead of copy
2022-02-11 Cherry Muicmd/compile, runtime: use unwrapped PC for goroutine...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-16 Keith Randallcmd/compile: upgrade ssa to do (int or float) -> complex
2021-12-08 David Chasecmd/compile: try to preserve IsStmt marks from OpConvert
2021-11-11 Than McIntoshcmd/compile: include register-resident output params...
2021-11-06 hanprocmd/compile: avoid adding LECall to the entry block...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-27 Cherry Muicmd/compile, runtime: track argument stack slot liveness
2021-10-25 fanzha02cmd/compile: add -asan option
2021-10-18 Lynn Bogercmd/compile/internal/ssagen: set BitLen32 as intrinsic...
2021-10-05 Archana Rcmd/compile: add prefetch intrinsic support on PPC64
2021-10-05 nimelehincmd/compile: don't emit unnecessary amd64 extension...
2021-10-04 Cherry Muicmd/compile: set opendefer info symbol as content-addre...
2021-10-04 Ruslan Andreevcmd/compile: intrinsify publicationBarrier
2021-09-27 Keith Randallcmd/compile: leave dictionary argument out of traceback...
2021-09-27 nimelehincmd/compile: clean up remnants of amd64p32 in OnesCount
2021-09-23 Matthew Dempskycmd/compile: fix unsafe.Add with small-size offsets...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-20 David Chasecmd/compile: extend dump-to-file to handle "genssa...
2021-09-17 Cherry Muicmd/compile: SSA ".this" variable
2021-09-17 Cherry Muicmd/compile: restore tail call for method wrappers
2021-09-10 Michael Mundaycmd/compile: add support for Abs and Copysign intrinsic...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-09 Cuong Manh Lecmd/compile: move checkptr alignment to SSA generation
2021-09-09 Cuong Manh Lecmd/compile: fold handling OCONV logic to separate...
2021-09-07 Ruslan Andreevcmd/compile: add prefetch intrinsic support
2021-09-02 Cherry Muicmd/compile: correct a comment in uint64Tofloat
2021-09-01 Michael Mundaycmd/{asm,compile}: add fused multiply-add support on...
2021-08-31 Keith Randallcmd/compile: use the zero value for results of impossib...
2021-08-27 Matthew Dempskycmd/compile: unexport Type.Width and Type.Align [generated]
2021-08-26 Michael Matloob[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgo
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-25 Cuong Manh Lecmd/compile: fix checkptr false positive for (*[Big...
2021-08-17 Meng Zhuocmd/compile: lowered MulUintptr on riscv64
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-16 Meng Zhuocmd/compile: intrinsify Mul64 on riscv64
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-03 Austin Clements[dev.typeparams] runtime,cmd/compile,cmd/link: replace...
2021-08-03 Cherry Mui[dev.typeparams] cmd/compile: make softfloat mode work...
2021-07-30 Austin Clements[dev.typeparams] Revert "[dev.typeparams] runtime,cmd...
2021-07-30 Gerrit Code ReviewMerge "[dev.cmdgo] all: merge master (9eee0ed) into...
2021-07-30 Austin Clements[dev.typeparams] runtime,cmd/compile,cmd/link: replace...
2021-07-29 Keith Randall[dev.typeparams] cmd/compile: implement generic .(T...
2021-07-28 Jay Conrod[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Cherry Muicmd/compile: do not change field offset in ABI analysis
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-19 Cherry Muicmd/compile: fix off-by-one error in traceback argument...
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-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-26 Cuong Manh Le[dev.typeparams] cmd/compile: remove OCALLMETH Fatals...
2021-06-25 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (37f9a8f...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] cmd/compile: catch another mis-used...
2021-06-24 Cuong Manh Lecmd/compile: fix wrong type in SSA generation for OSLIC...
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-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-16 Matthew Dempsky[dev.typeparams] cmd/compile: simplify SSA devirtualization
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-09 Cherry Mui[dev.typeparams] cmd/compile, runtime: simplify opendef...
2021-06-09 Cherry Mui[dev.typeparams] cmd/compile: simplify openDeferSave
2021-06-08 Cherry Mui[dev.typeparams] cmd/compile, runtime: remove _defer...
2021-06-08 Cherry Mui[dev.typeparams] cmd/compile, runtime: remove the siz...
2021-06-08 Cherry Mui[dev.typeparams] cmd/compile: remove variadic defer...
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...
next