]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssagen/ssa.go
cmd/compile/internal/ssagen: fix min/max codegen, again
[gostls13.git] / src / cmd / compile / internal / ssagen / ssa.go
2023-06-28 Matthew Dempskycmd/compile/internal/ssagen: fix min/max codegen, again
2023-06-24 Keith Randallcmd/compile: fix min/max builtin code generation
2023-05-23 Matthew Dempskycmd/compile: implement min/max builtins
2023-05-18 Junxian Zhucmd/compile: intrinsify runtime/internal/atomic.{And...
2023-05-10 cui fliterall: fix a lot of comments
2023-05-09 Russ Coxcmd/compile: standardize on outer-to-inner for pos...
2023-05-08 Junxian Zhumath: optimize math.Abs on mipsx
2023-05-05 Junxian Zhumath: optimize math.Abs on mips64x
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA...
2023-04-20 Michael Prattcmd/compile: expose ir.Func to ssa
2023-03-29 Keith Randallcmd/compile: casts from slices to array pointers are...
2023-03-28 Keith Randallcmd/compile: don't assume pointer of a slice is non-nil
2023-03-14 Wayne Zuocmd/compile: instrinsify TrailingZeros{8,32,64} for 386
2023-03-09 Andy Pancmd/compile: clarify a few redundant deletions of inter...
2023-03-06 David Chasecmd/compile: add flag to FOR/RANGE to preserve loop...
2023-03-03 Keith Randallcmd/compile: ensure FuncForPC works on closures that...
2023-02-28 Cuong Manh Lecmd/compile: update documentation for ONAME node with...
2023-02-24 Keith Randallcmd/compile: batch write barrier calls
2023-02-17 Keith Randallcmd/compile: move raw writes out of write barrier code
2023-02-16 Keith Randallruntime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
2023-02-16 Keith Randallcmd/compile: detect write barrier completion differently
2023-02-08 Wayne Zuocmd/compile: intrinsify math/bits/ReverseBytes{32|64...
2023-02-06 Keith Randallcmd/compile: ensure first instruction in a function...
2023-02-03 Archana Rcmd/compile: intrinsify math/bits/ReverseBytes{16|32...
2023-01-26 Matthew Dempskycmd/compile/internal/types: remove unneeded functionality
2023-01-20 Keith Randallcmd/compile: improve scheduling pass
2023-01-19 Keith Randallcmd/compile: add memory argument to GetCallerSP
2022-12-03 cui fliterall: fix some comments for method
2022-11-23 Russ Coxcmd/compile: fix error message wording
2022-11-18 cui fliterall: add missing periods in comments
2022-10-27 Garet Hallidayruntime: add wasm bulk memory operations
2022-10-18 Youlin Fengruntime: replace all uses of CtzXX with TrailingZerosXX
2022-10-07 Wayne Zuocmd/compile: intrinsify Sub64 on loong64
2022-10-07 Wayne Zuocmd/compile: intrinsify Add64 on loong64
2022-09-27 Keith Randallcmd/compile: use stricter rule for possible partial...
2022-09-14 Emmanuel T Odekeall: remove unnecessary allocations from w.WriteString...
2022-09-07 cuiweixiecmd/compile/internal/ssagen: use strings.Builder
2022-09-01 Keith Randallcmd/compile,runtime: redo growslice calling convention
2022-08-31 cuiweixiecmd/compile: add support for unsafe.{String,StringData...
2022-08-30 Wayne Zuocmd/compile: intrinsify RotateLeft{32,64} on loong64
2022-08-27 Wayne Zuocmd/compile: intrinsify Sub64 on riscv64
2022-08-27 Wayne Zuocmd/compile: intrinsify Add64 on riscv64
2022-08-26 Cherry Muicmd/compile: align stack offset to alignment larger...
2022-08-23 Keith Randallcmd/compile: handle partially overlapping assignments
2022-08-22 Keith Randallcmd/compile: issue VarDef only for pointer-ful types
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-19 ruinancmd/compile: add intrinsic for MulUintptr on arm64
2022-08-18 Keith Randallcmd/compile: remove OFORUNTIL
2022-08-18 Keith Randallcmd/compile: rip out support for OpVarKill from ssa...
2022-08-18 Keith Randallcmd/compile: stop using VARKILL
2022-08-15 cuiweixiecmd/compile/internal/ssagen: gofmt -w -s ssa.go
2022-08-15 Wayne Zuocmd/compile,math: remove all sqrt assembly code
2022-08-10 David Chasecmd/compile: refactor GOSSAHASH debugging to make it...
2022-08-08 Keith Randallcmd/compile: optimize unsafe.Slice generated code
2022-08-08 Cuong Manh Lecmd/compile: rename types.Rnd -> types.RoundUp
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-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
next