]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/noder/reader.go
cmd/compile/internal/noder: handle unsafe.Sizeof, etc in unified IR
[gostls13.git] / src / cmd / compile / internal / noder / reader.go
2023-09-11 Matthew Dempskycmd/compile/internal/noder: handle unsafe.Sizeof, etc...
2023-09-11 Matthew Dempskycmd/compile/internal/ir: add Type param to NewBasicLit
2023-09-08 Than McIntoshcmd/compile: write "properties" to export data for...
2023-09-08 Matthew Dempskycmd/compile: cleanup uses of ir.Orig and ir.SepCopy
2023-09-08 Matthew Dempskycmd/compile/internal/noder: stop preserving original...
2023-08-29 Matthew Dempskycmd/compile/internal/ir: drop Inl.Body
2023-08-26 Cuong Manh Lecmd/compile: un-hide closure func in init function
2023-08-24 Matthew Dempskycmd/compile: create "init" function during noding
2023-08-23 Matthew Dempskycmd/compile/internal/noder: elide statically known...
2023-08-22 Matthew Dempskycmd/compile/internal/types: simplify iterating all...
2023-08-22 Matthew Dempskycmd/compile/internal/types: overhaul and simplify API
2023-08-20 Matthew Dempskycmd/compile/internal/typecheck: add selector helpers
2023-08-20 Matthew Dempskycmd/compile/internal/typecheck: add NewMethodExpr helper
2023-08-18 Matthew Dempskycmd/compile/internal/ir: remove Ntype
2023-08-18 Matthew Dempskycmd/compile: remove some uses of ir.CurFunc
2023-08-17 Matthew Dempskycmd/compile/internal/typecheck: normalize go/defer...
2023-08-17 Matthew Dempskycmd/compile/internal/noder: remove inlined closure...
2023-08-17 Matthew Dempskycmd/compile: cleanup Func construction
2023-08-17 Matthew Dempskycmd/compile: always construct typechecked closures
2023-08-17 Matthew Dempskycmd/compile/internal/ir: add typ parameter to NewNameAt
2023-08-15 Matthew Dempskycmd/compile: improve ir.StaticValue and extract ir...
2023-08-11 Matthew Dempskycmd/compile: simplify asmhdr and plugin exports handling
2023-08-11 Matthew Dempskycmd/compile: cleanup ir.Package
2023-08-11 Matthew Dempskycmd/compile: move early deadcode into unified writer
2023-08-11 Matthew Dempskycmd/compile: make use of types2.InitOrder
2023-08-08 David Chasecmd/compile: use new for loop semantics for Go 1.22...
2023-06-23 Cuong Manh Lecmd/compile: scanning closures body when visiting wrapp...
2023-05-19 Keith Randallcmd/compile: constant-fold loads from constant dictiona...
2023-05-16 Matthew Dempskycmd/compile/internal/noder: suppress unionType consiste...
2023-04-28 Chressie HimpelRevert "cmd/compile: constant-fold loads from constant...
2023-04-27 Keith Randallcmd/compile: constant-fold loads from constant dictiona...
2023-03-06 David Chasecmd/compile: add flag to FOR/RANGE to preserve loop...
2023-03-06 David Chasecmd/compile: experimental loop iterator capture semanti...
2023-03-02 Evan Phoenixall: implement wasmimport directive
2023-03-01 Matthew Dempskycmd/compile: relax overly strict assertion
2023-02-28 David Chasecmd/compile: preserve full inlined location for ir...
2023-02-27 Matthew Dempskycmd/compile/internal/noder: correct positions for synth...
2023-01-26 Matthew Dempskycmd/compile/internal/types: remove unneeded functionality
2023-01-26 Matthew Dempskycmd/compile/internal/noder: stop creating TUNION types
2023-01-25 Matthew Dempskycmd: remove GOEXPERIMENT=nounified knob
2023-01-17 Russ Coxcmd/dist: make toolchain build reproducible
2022-11-08 Matthew Dempskycmd/compile: fix transitive inlining of generic functions
2022-10-31 Michael Prattcmd/compile/internal/pgo: remove most global state
2022-09-07 Matthew Dempskycmd/compile/internal/noder: fix type switch case vars...
2022-09-03 Matthew Dempskycmd/compile/internal/noder: optimize itabs section...
2022-09-02 Matthew Dempskycmd/compile/internal/noder: allow OCONVNOP for identica...
2022-09-02 Cuong Manh Lecmd/compile: remove go:notinheap pragma
2022-08-31 Matthew Dempskycmd/compile: use HaveInlineBody for unified IR
2022-08-30 Cuong Manh Lecmd/compile: fix unified IR shapifying recursive instan...
2022-08-25 Matthew Dempskycmd/compile/internal/noder: fix inlined function litera...
2022-08-23 Matthew Dempskycmd/compile: fix unified IR's pointer-shaping
2022-08-23 Matthew Dempskycmd/compile: fix reflect naming of local generic types
2022-08-18 Matthew Dempskycmd/compile/internal/noder: set ir.Name.DictIndex for...
2022-08-18 Matthew Dempskycmd/compile/internal/noder: pointer shaping for unified IR
2022-08-18 Matthew Dempskycmd/compile/internal/noder: shape-based stenciling...
2022-08-10 Matthew Dempskycmd/compile/internal/noder: explicit receiver expressio...
2022-08-10 Matthew Dempskycmd/compile/internal/noder: prune unified IR's dictiona...
2022-08-10 Matthew Dempskycmd/compile/internal/noder: explicitly handle separate...
2022-08-10 Matthew Dempskycmd/compile/internal/noder: explicitly handle function...
2022-08-09 Cuong Manh Lecmd/compile: do not write implicit conversion for appen...
2022-08-08 Cuong Manh Lecmd/compile: treat constants to type parameter conversi...
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-08-03 Matthew Dempsky[dev.unified] cmd/compile: start using runtime dictionaries
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: implement simple inline...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: allow inlining to fail grace...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: extract nil handling from...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: write iface conversion RTTI...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: write RTTI into unified...
2022-07-25 Matthew Dempsky[dev.unified] cmd/compile: add method expressions to...
2022-07-25 Matthew Dempsky[dev.unified] cmd/compile: remove obsolete RTTI wiring
2022-07-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: simplify...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: explicit...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: preserve...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: wire RTTI...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: prefer *At...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-12 Matthew Dempskyinternal/pkgbits: change EnableSync into a dynamic...
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-06-30 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: refactor...
2022-06-27 Cuong Manh Le[dev.unified] cmd/compile: drop package height from...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: start writing...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile: special case f(g()) calls...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile: plumb rtype through OSWITCH...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile: plumb rtype through for...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile: start setting RType fields...
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-14 Matthew Dempsky[dev.unified] cmd/compile: more Unified IR docs and...
2022-06-09 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: stop handling...
2022-06-09 Cuong Manh Le[dev.unified] cmd/compile: set base.Pos when process...
2022-06-09 Cuong Manh Le[dev.unified] cmd/compile: fix unified IR don't report...
2022-06-07 Cuong Manh Le[dev.unified] cmd/compile: visit LHS before RHS/X in...
2022-06-06 Cuong Manh Le[dev.unified] cmd/compile: fix missing method value...
2022-06-06 Cuong Manh Le[dev.unified] cmd/compile: remove package height
2022-06-06 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: push exprBlan...
2022-06-06 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: add optExpr...
next