]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/inline/inl.go
all: fix typos in go file comments
[gostls13.git] / src / cmd / compile / internal / inline / inl.go
2023-01-20 Marcel Meyerall: fix typos in go file comments
2022-11-17 Cherry Muicmd/compile: simplify PGO hot caller/callee computation
2022-11-10 Cherry Muicmd/compile: adjust PGO inlining default parameters
2022-11-08 Matthew Dempskycmd/compile: fix transitive inlining of generic functions
2022-11-08 Cherry Muicmd/compile: adjust PGO debug output slightly
2022-11-08 Cherry Muicmd/compile: fix PGO line offset matching
2022-11-04 Michael Prattcmd/compile/internal/pgo: match on call line offsets
2022-11-04 Cherry Muicmd/compile: fix PGO cross-package inlining
2022-11-03 Cherry Muicmd/compile: use CDF to determine PGO inline threshold
2022-11-02 Cherry Muicmd/compile: use edge weights to decide inlineability...
2022-11-01 Michael Prattcmd/compile/internal/pgo: remove ListOfHotCallSites
2022-11-01 Than McIntoshcmd/compile: revise inliner coverage tweaks (again)
2022-10-31 Michael Prattcmd/compile/internal/pgo: remove most global state
2022-10-31 Michael Prattcmd/compile/internal/pgo: remove ConvertLine2Int
2022-10-28 Raj Barikcmd/compile: Enables PGO in Go and performs profile...
2022-10-17 ezz-nocmd/compile: fix a typo in comment
2022-10-10 Than McIntoshcmd/compile: tweak inliners handling of coverage counte...
2022-09-30 Michael Prattcmd/compile: eagerly create LSym for closures
2022-09-27 Than McIntoshcmd/compile,cmd/link: hooks for identifying coverage...
2022-09-19 Cuong Manh Lecmd/compile,sync: make accessing address of zero offset...
2022-09-15 Wayne Zuocmd/compile: make encoding/binary appends cheaper to...
2022-08-31 Matthew Dempskycmd/compile: use HaveInlineBody for unified IR
2022-08-24 Matthew Dempskycmd/compile: defer transitive inlining until after...
2022-08-18 Matthew Dempskycmd/compile: enable more inlining for unified IR
2022-08-09 Matthew Dempskycmd/compile/internal/inline: fix latent CalleeEffects...
2022-08-04 Matthew Dempskyall: REVERSE MERGE dev.unified (d558507) into master
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: allow inlining to fail grace...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-30 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: implicit...
2022-05-17 Cuong Manh Lecmd/compile: tighten the condition for inlining shape...
2022-05-14 Cuong Manh Lecmd/compile: fix inlining function has shape in type
2022-05-14 Cuong Manh Lecmd/compile: don't inline fn with shape params, but...
2022-05-05 Matthew Dempskycmd/compile: remove ir.Name.Ntype
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-28 Cuong Manh Lecmd/compile: remove go117ExportTypes constant
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-21 Michael Prattcmd/compile: add //go:uintptrkeepalive
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-25 Wayne Zuocmd/compile: enable inlining SELECT
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-24 Than McIntoshcmd/compile/internal/inline: revise closure inl positio...
2021-11-08 Heschi Kreinick[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Matthew Dempskycmd/compile: gracefully fallback when inline bodies...
2021-11-04 Dan Scalescmd/compile: don't inline fn with no shape params,...
2021-10-28 nimelehincmd/compile: allow inlining of ORANGE
2021-10-25 wdvxdrcmd/compile: use SetInit instead of *PtrInit
2021-10-25 wdvxdrcmd/compile: fix inlining labeled switch statements
2021-10-21 Dan Scalescmd/compile: fix inlining of labeled for loops
2021-10-18 wdvxdrcmd/compile: allow inlining labeled for-statement and...
2021-10-06 Josh Bleecher Snydercmd/compile: make encoding/binary loads/stores cheaper...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-17 Cherry Muicmd/compile: restore tail call for method wrappers
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-07 zikaerohcmd/compile: resolve TODO in inl.go
2021-09-02 Leonard Wangcmd/compile: workaround inlining of closures with range...
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-04 Matthew Dempsky[dev.typeparams] cmd/compile: set Func.ClosureCalled...
2021-07-03 Matthew Dempsky[dev.typeparams] cmd/compile: flatten OINLCALL in walk
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-27 Cuong Manh Le[dev.typeparams] cmd/compile: rename OCALLPART to OMETH...
2021-06-26 Cuong Manh Le[dev.typeparams] cmd/compile: rewrite method calls...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-12 Matthew Dempsky[dev.typeparams] cmd/compile: simplify NewClosureFunc
2021-06-12 Matthew Dempsky[dev.typeparams] cmd/compile: refactor closure construction
2021-06-07 Matthew Dempsky[dev.typeparams] all: merge master (8212707) into dev...
2021-06-05 Matthew Dempsky[dev.typeparams] cmd/compile: refactor export writing
2021-06-02 Katie Hockman[dev.fuzz] all: merge master (dd7ba3b) into dev.fuzz
2021-06-01 Cherry Mui[dev.typeparams] all: merge master (2725522) into dev...
2021-05-27 Matthew Dempsky[dev.typeparams] cmd/compile/internal/inline: refactor...
2021-05-26 Matthew Dempsky[dev.typeparams] cmd/compile: inlining tweaks for toolstash
2021-05-26 Matthew Dempsky[dev.typeparams] cmd/compile: simplify inlining variadi...
2021-05-25 Matthew Dempsky[dev.typeparams] all: merge master (f22ec51) into dev...
2021-05-24 Dan Scales[dev.typeparams] cmd/compile: fix case where we were...
2021-05-18 Than McIntoshcmd/compile: don't emit inltree for closure within...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-07 Dan Scalescmd/compile: improving the documentation of various...
2021-05-05 Cuong Manh Lecmd/compile: do not substitute OGOTO inside a closure...
2021-04-26 Matthew Dempskycmd/compile: workaround inlining of closures with type...
2021-04-23 Cuong Manh Lecmd/compile: set correct Defn for inlined vars
next