index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
inline
Age
Commit message (
Expand
)
Author
2021-09-02
cmd/compile: workaround inlining of closures with range statements
Leonard Wang
2021-07-04
[dev.typeparams] cmd/compile: set Func.ClosureCalled in escape analysis
Matthew Dempsky
2021-07-03
[dev.typeparams] cmd/compile: flatten OINLCALL in walk
Matthew Dempsky
2021-06-27
[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUE
Cuong Manh Le
2021-06-26
[dev.typeparams] cmd/compile: rewrite method calls during typecheck
Cuong Manh Le
2021-06-12
[dev.typeparams] cmd/compile: simplify NewClosureFunc
Matthew Dempsky
2021-06-12
[dev.typeparams] cmd/compile: refactor closure construction
Matthew Dempsky
2021-06-05
[dev.typeparams] cmd/compile: refactor export writing
Matthew Dempsky
2021-05-27
[dev.typeparams] cmd/compile/internal/inline: refactor mkinlcall
Matthew Dempsky
2021-05-26
[dev.typeparams] cmd/compile: inlining tweaks for toolstash
Matthew Dempsky
2021-05-26
[dev.typeparams] cmd/compile: simplify inlining variadic calls
Matthew Dempsky
2021-05-25
[dev.typeparams] all: merge master (f22ec51) into dev.typeparams
Matthew Dempsky
2021-05-24
[dev.typeparams] cmd/compile: fix case where we were copying a raw Node
Dan Scales
2021-05-18
cmd/compile: don't emit inltree for closure within body of inlined func
Than McIntosh
2021-05-07
cmd/compile: improving the documentation of various fields and functions
Dan Scales
2021-05-05
cmd/compile: do not substitute OGOTO inside a closure when inlining
Cuong Manh Le
2021-04-26
cmd/compile: workaround inlining of closures with type switches
Matthew Dempsky
2021-04-23
cmd/compile: set correct Defn for inlined vars
Cuong Manh Le
2021-04-14
cmd/compile: set types properly for imported funcs with closures
Dan Scales
2021-04-10
cmd/compile: include typecheck information in export/import
Keith Randall
2021-04-09
cmd/compile: don't set Ntype in noder2 anymore
Dan Scales
2021-02-26
cmd/compile: deal with closures in generic functions and instantiated functio...
Dan Scales
2021-02-26
cmd/compile: fix missing descend in Addrtaken for closures.
Dan Scales
2021-02-25
cmd/compile: declare inlined result params early for empty returns
Matthew Dempsky
2021-02-24
cmd/compile: disable inlining functions with closures for now
Dan Scales
2021-02-24
cmd/compile: reduce inline cost of OCONVOP
Egon Elbre
2021-01-28
[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...
Dan Scales
2021-01-24
[dev.typeparams] all: merge dev.regabi (063c72f) into dev.typeparams
Matthew Dempsky
2021-01-22
[dev.typeparams] all: merge dev.regabi (7e0a81d) into dev.typeparams
Matthew Dempsky
2021-01-23
[dev.regabi] cmd/compile: scan body of closure in tooHairy to check for disal...
Dan Scales
2021-01-21
[dev.regabi] cmd/compile: replace ir.Name map with ir.NameSet in inlining
Baokun Lee
2021-01-21
[dev.regabi] cmd/compile: use ir.DoChildren directly in inlining
Baokun Lee
2021-01-20
[dev.regabi] cmd/compile: exporting, importing, and inlining functions with O...
Dan Scales
2021-01-18
[dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...
Matthew Dempsky
2021-01-17
[dev.regabi] cmd/compile: add ir.TailCallStmt
Matthew Dempsky
2021-01-16
[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...
Dan Scales
2021-01-14
[dev.regabi] cmd/compile: move more PAUTOHEAP to SSA construction
Matthew Dempsky
2021-01-04
[dev.regabi] cmd/compile: remove Name.Class_ accessors
Matthew Dempsky
2021-01-03
[dev.regabi] cmd/compile: remove a couple CloneName calls
Matthew Dempsky
2021-01-02
[dev.regabi] cmd/compile: remove Nodes.Set [generated]
Matthew Dempsky
2021-01-02
[dev.regabi] cmd/compile: remove {Ptr,Set}Init from Node interface
Matthew Dempsky
2021-01-01
[dev.regabi] cmd/compile: refactor redundant type conversion [generated]
Cuong Manh Le
2021-01-01
[dev.regabi] cmd/compile: use *ir.Name where possible in inl.go
Cuong Manh Le
2021-01-01
[dev.regabi] cmd/compile: simplify inlining of closures
Matthew Dempsky
2020-12-30
[dev.regabi] cmd/compile: change ir.DoChildren to use bool result type
Matthew Dempsky
2020-12-30
[dev.regabi] cmd/compile: use *ir.Name for Decl.X
Cuong Manh Le
2020-12-29
[dev.regabi] cmd/compile: move new addrtaken bit back to the old name
Keith Randall
2020-12-29
[dev.regabi] cmd/compile: remove original addrtaken bit
Keith Randall
2020-12-29
[dev.regabi] cmd/compile: separate out address taken computation from typeche...
Keith Randall
2020-12-29
[dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]
Matthew Dempsky
[prev]
[next]