aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/pgen_test.go
AgeCommit message (Expand)Author
2020-08-25cmd/compile: don't allow go:notinheap on the heap or stackKeith Randall
2020-08-23cmd/compile: make Haspointers a method instead of a functionKeith Randall
2018-10-04cmd/compile: merge TPTR32 and TPTR64 as TPTRMatthew Dempsky
2017-04-27cmd/compile: move Used from gc.Node to gc.NameJosh Bleecher Snyder
2017-04-26cmd/compile: move Node.Class to flagsJosh Bleecher Snyder
2017-04-07cmd/compile: factor out Pkg, Sym, and Type into package typesRobert Griesemer
2017-03-30cmd/compile: remove Type haspointers cachesJosh Bleecher Snyder
2017-03-03cmd/compile: pack bool fields in Node, Name, Func and Type structs to bitsetsAliaksandr Valialkin
2016-04-06cmd/compile: shrink gc.Type in halfJosh Bleecher Snyder
2016-03-10cmd/compile: remove NodeList typeIan Lance Taylor
2016-03-03cmd/compile: remove listsortIan Lance Taylor
2016-02-22cmd/compile: make cmpstackvarlt properly asymmetricMatthew Dempsky
2015-09-20cmd/compile/internal/gc: eliminate stringsCompare for stackvar sortingHåvard Haugen
2015-09-17cmd/compile/internal/gc: add unit test for cmpstackvarHåvard Haugen