aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal
AgeCommit message (Expand)Author
2021-08-09[dev.boringcrypto.go1.15] all: merge go1.15.15 into dev.boringcrypto.go1.15dev.boringcrypto.go1.15Filippo Valsorda
2021-08-02[release-branch.go1.15] cmd/compile: mark R16, R17 clobbered for non-standard...Cherry Zhang
2021-04-21[dev.boringcrypto.go1.15] all: merge go1.15.11 into dev.boringcrypto.go1.15Filippo Valsorda
2021-03-31[release-branch.go1.15] cmd/compile: disable shortcircuit optimization for in...Keith Randall
2021-03-23[dev.boringcrypto.go1.15] all: merge go1.15.10 into dev.boringcrypto.go1.15Filippo Valsorda
2021-03-01[release-branch.go1.15] cmd/compile: fix escape analysis of heap-allocated re...Matthew Dempsky
2021-03-01[release-branch.go1.15] cmd/compile: do not assume TST and TEQ set V on armJason A. Donenfeld
2021-02-05[dev.boringcrypto.go1.15] all: merge go1.15.8 into dev.boringcrypto.go1.15Dmitri Shuralyov
2021-01-21[release-branch.go1.15] cmd/compile: don't short-circuit copies whose source ...Keith Randall
2021-01-20[dev.boringcrypto.go1.15] all: merge go1.15.7 into dev.boringcrypto.go1.15Roland Shoemaker
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
2020-12-07[dev.boringcrypto.go1.15] all: merge go1.15.6 into dev.boringcrypto.go1.15Filippo Valsorda
2020-12-03[release-branch.go1.15] cmd/compile: sign extend consant folding properlyKeith Randall
2020-11-13[dev.boringcrypto.go1.15] all: merge go1.15.5 into dev.boringcrypto.go1.15Filippo Valsorda
2020-10-27[release-branch.go1.15] cmd/compile: fix storeType to handle pointers to go:n...Keith Randall
2020-10-27[release-branch.go1.15] cmd/compile, runtime: store pointers to go:notinheap ...Keith Randall
2020-10-16[dev.boringcrypto.go1.15] all: merge go1.15.3 into dev.boringcrypto.go1.15Filippo Valsorda
2020-10-14[release-branch.go1.15] cmd/compile: fix left shift constant folding ruleKeith Randall
2020-10-12[release-branch.go1.15] cmd/compile: export notinheap annotation to object fileKeith Randall
2020-10-09[release-branch.go1.15] cmd/compile: propagate go:notinheap implicitlyKeith Randall
2020-10-09[release-branch.go1.15] cmd/compile: make go:notinheap error message friendli...Keith Randall
2020-10-09[release-branch.go1.15] cmd/compile: allow aliases to go:notinheap typesKeith Randall
2020-10-09[release-branch.go1.15] cmd/compile: don't allow go:notinheap on the heap or ...Keith Randall
2020-10-09[release-branch.go1.15] cmd/compile: make Haspointers a method instead of a f...Keith Randall
2020-10-05[release-branch.go1.15] cmd/compile: fix live variable computation for deferr...Keith Randall
2020-10-01[release-branch.go1.15] cmd/compile: prevent 387+float32+pie from clobbering ...Keith Randall
2020-09-10[dev.boringcrypto.go1.15] all: merge go1.15.2 into dev.boringcrypto.go1.15Filippo Valsorda
2020-09-03[release-branch.go1.15] cmd/compile, runtime: mark R12 clobbered for write ba...Cherry Zhang
2020-08-21[release-branch.go1.15] cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-08-21cmd/compile: correct type of CvtBoolToUint8 valuesJosh Bleecher Snyder
2020-08-17[dev.boringcrypto.go1.15] all: merge go1.15 into dev.boringcrypto.go1.15Filippo Valsorda
2020-07-30cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if ...Cholerae Hu
2020-07-27cmd/compile: add floating point load+op operations to addressing modes passKeith Randall
2020-07-09[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-06-25cmd/compile: remove check that Zero's arg has the correct base typeKeith Randall
2020-06-18cmd/compile: redo flag constant ops for arm64Keith Randall
2020-06-18cmd/compile: redo flag constant ops for armKeith Randall
2020-06-18cmd/compile: mark s390x int <-> float conversions as clobbering flagsMichael Munday
2020-06-17cmd/compile: mark block control instruction unsafe in "all unsafe" functionsCherry Zhang
2020-06-15cmd/compile: fix ordering problems in struct equalityKeith Randall
2020-06-12cmd/compile/internal/ssa: skip TestNexting with old Delve on linux/386Dmitri Shuralyov
2020-06-10cmd/compile: always tighten and de-duplicate tuple selectorsMichael Munday
2020-06-09cmd/compile: ARM comparisons with 0 incorrect on overflowXiangdong Ji
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-06-05cmd/compile/internal: gofmtTobias Klauser
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-06-03Revert "cmd/compile: improve equality algs for arrays of interfaces"Keith Randall
2020-06-03Revert "cmd/compile: improve generated eq algs for structs containing interfa...Keith Randall
2020-05-29cmd/compile: add test case for issue 38068Than McIntosh
2020-05-29cmd/compile: fix incorrect rewriting to if conditionXiangdong Ji