aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/iexport.go
AgeCommit message (Expand)Author
2020-10-20cmd/compile: allowing inlining of functions with OCALLPARTDan Scales
2020-10-08cmd/compile: rename types.IdealFoo to types.UntypedFooCuong Manh Le
2020-10-08cmd/compile: use types.IdealFoo directly in predeclCuong Manh Le
2020-10-05cmd/compile: export notinheap annotation to object fileKeith Randall
2020-08-11[dev.link] cmd: remove "2", another roundCherry Zhang
2020-08-03[dev.link] cmd/compile, cmd/link: reference type symbol of defined type by indexCherry Zhang
2020-06-04[dev.link] cmd/compile: use hash of export data as fingerprintCherry Zhang
2020-05-04[dev.link] cmd: delete old object supportCherry Zhang
2020-04-24[dev.link] cmd/internal/goobj2: add index fingerprint to object fileCherry Zhang
2020-03-23[dev.link] cmd/asm, cmd/compile: add back newobj flagCherry Zhang
2020-03-13[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-03-06cmd/compile: avoid range over copy of arrayCuong Manh Le
2019-11-11[dev.link] cmd/compile, cmd/asm: delete old object file format supportCherry Zhang
2019-10-17[dev.link] cmd/compile: pass index through when re-exportingCherry Zhang
2019-10-04[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-03[dev.link] cmd/internal/obj: write object file in new formatCherry Zhang
2019-10-02[dev.link] cmd/compile, cmd/asm: assign index to symbolsCherry Zhang
2019-09-28cmd/compile: use Node.Right for OAS2* nodes (cleanup)Mohit Verma
2019-09-27cmd/compile: add column details to export dataMatthew Dempsky
2019-09-26cmd/compile: stop exporting OPTRLITMatthew Dempsky
2019-09-26cmd/compile: simplify OPTRLIT handlingMatthew Dempsky
2019-09-18cmd/compile: remove OCASE and rename OXCASE to OCASEMatthew Dempsky
2019-09-06cmd/compile: use CTNIL for pointer-typed OLITERALsMatthew Dempsky
2019-05-02sort: simplify bootstrapRuss Cox
2019-04-16all: clean up code with token.IsExportedDaniel Martí
2019-03-14cmd/compile: rewrite f(g()) for multi-value g() during typecheckMatthew Dempsky
2019-03-01Revert "cmd/compile: rewrite f(g()) for multi-value g() during typecheck"Matthew Dempsky
2019-02-28cmd/compile: rewrite f(g()) for multi-value g() during typecheckMatthew Dempsky
2018-12-18cmd/compile: increase nesting depth limit for type descriptorsRobert Griesemer
2018-11-19cmd/compile: bulk renameJosh Bleecher Snyder
2018-11-03cmd/compile/internal/gc: don't print "internal error" twiceRobert Griesemer
2018-10-27cmd/compile/internal/gc: remove toolstash hacksMatthew Dempsky
2018-10-27cmd/compile/internal/gc: represent labels as bare SymsMatthew Dempsky
2018-10-11cmd/compile/internal/gc: remove OCMPIFACE and OCMPSTRMatthew Dempsky
2018-10-04cmd/compile: merge TPTR32 and TPTR64 as TPTRMatthew Dempsky
2018-08-23cmd/compile: export the Func.Endlineno fieldYury Smolsky
2018-08-20cmd/compile/internal/gc: various minor cleanupsDaniel Martí
2018-06-19cmd/compile: fix exporting of 'for' loopsRobert Griesemer
2018-04-25cmd/compile: fix format errorRuss Cox
2018-04-24cmd/compile/internal/types: replace Type.Val with Type.ElemMatthew Dempsky
2018-04-24cmd/compile: add indexed export formatMatthew Dempsky