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
/
gc
/
syntax.go
Age
Commit message (
Expand
)
Author
2020-11-25
[dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: clean up flag handling [generated]
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: add Node field getters and setters
Russ Cox
2020-11-25
[dev.regabi] cmd/compile: replace Val with go/constant.Value
Matthew Dempsky
2020-11-24
[dev.regabi] cmd/compile: introduce OMETHEXPR instead of overloading ONAME
Russ Cox
2020-11-24
[dev.regabi] cmd/compile: add OMETHEXPR
Russ Cox
2020-11-24
[dev.regabi] cmd/compile: clean up Node.Func
Russ Cox
2020-11-24
[dev.regabi] cmd/compile: refactor type/value assertions
Matthew Dempsky
2020-11-24
[dev.regabi] cmd/compile: replace CTNIL with ONIL
Matthew Dempsky
2020-11-24
[dev.regabi] cmd/compile: add (unused) ONIL constant
Matthew Dempsky
2020-11-24
[dev.regabi] cmd/compile/internal/gc: add MethodName for getting referenced m...
Matthew Dempsky
2020-11-13
cmd/compile: update comments only for Node types and some functions
Dan Scales
2020-10-31
cmd/compile: fmt improvements for AST nodes and some comments on AST nodes
Dan Scales
2020-10-27
cmd/compile: defer lowering OANDNOT until SSA
Cuong Manh Le
2020-10-23
cmd/compile: add //go:embed support
Russ Cox
2020-10-22
cmd/compile: make gc debug flags collector a struct
Alberto Donizetti
2020-10-21
cmd/compile/internal/gc: fix comments
hk
2020-09-18
cmd/compile: more comprehensive tests for #24991
Matthew Dempsky
2020-09-13
cmd/compile: remove nodeNeedsWrapper flag
Cuong Manh Le
2020-09-13
cmd/compile: attach OVARLIVE nodes to OCALLxxx
Cuong Manh Le
2020-09-09
cmd/compile: fix mishandling of unsafe-uintptr arguments in go/defer
Cuong Manh Le
2020-08-20
cmd/compile: fix checkptr handling of &^
Matthew Dempsky
2020-05-07
cmd/compile: optimize make+copy pattern to avoid memclr
Martin Möhrmann
2020-04-23
cmd/compile: remove ODDDARG
Matthew Dempsky
2020-04-23
cmd/compile: use fixVariadicCall in escape analysis
Matthew Dempsky
2020-04-21
cmd/compile: detect and diagnose invalid //go: directive placement
Russ Cox
2020-04-20
cmd/compile: clarify Node.NonNil and Node.Bounded
Josh Bleecher Snyder
2020-04-10
cmd/compile: use a Sym type instead of interface{} for symbolic offsets
Keith Randall
2020-02-26
cmd/compile: mark Lsyms as readonly earlier
Josh Bleecher Snyder
2019-11-12
cmd/compile: enable optimizer logging for inline-related events
David Chase
2019-11-05
cmd/compile, cmd/link: add coverage instrumentation for libfuzzer
Matthew Dempsky
2019-10-24
cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...
Dan Scales
2019-10-16
Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...
Bryan C. Mills
2019-10-16
cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...
Dan Scales
2019-10-14
cmd/compile: move some ONAME-specific flags from Node to Name
Matthew Dempsky
2019-10-13
cmd/compile: remove Addable flag
Matthew Dempsky
2019-10-08
cmd/compile: split n.Noescape() into separate uses
Matthew Dempsky
2019-09-28
cmd/compile: use Node.Right for OAS2* nodes (cleanup)
Mohit Verma
2019-09-18
cmd/compile: remove toolstash bandage
Matthew Dempsky
2019-09-18
cmd/compile: remove OCASE and rename OXCASE to OCASE
Matthew Dempsky
2019-09-12
cmd/compile: allow iota inside function in a ConstSpec
Cuong Manh Le
2019-09-08
all: fix typos
Ainar Garipov
2019-05-29
cmd/compile: sort OAS2* declarations
Matthew Dempsky
2019-05-29
cmd/compile: fix package initialization ordering
Matthew Dempsky
2019-05-21
cmd/compile: clarify the difference between types.Sym and obj.LSym
LE Manh Cuong
2019-04-08
cmd/compile: add ORESULT, remove OINDREGSP
Josh Bleecher Snyder
2019-03-20
cmd/compile: port callnew to ssa conversion
Josh Bleecher Snyder
2018-12-28
cmd/compile,runtime: redo mid-stack inlining tracebacks
Keith Randall
[next]