aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile
AgeCommit message (Expand)Author
2025-07-19cmd/compile/internal/ssa: restrict architectures for TestDebugLines_74576thepudds
2025-07-18go/types: infer correct type for y in append(bytes, y...)Alan Donovan
2025-07-17cmd/compile/internal/escape: improve DWARF .debug_line numbering for literal ...thepudds
2025-07-16cmd/compile/internal/escape: speed up analyzing some functions with many clos...thepudds
2025-07-08cmd/compile: document that nosplit directive is unsafeIan Lance Taylor
2025-07-08cmd/compile: run fmt on ssaJorropo
2025-07-07cmd/compile/internal/ssa: skip EndSequence entries in TestStmtLinesqmuntal
2025-06-30cmd/compile/internal/escape: add debug hash for literal allocation optimizationsthepudds
2025-06-30cmd/compile/internal/escape: stop disabling literal allocation optimizations ...thepudds
2025-06-26cmd/compile/internal/escape: evaluate any side effects when rewriting with li...thepudds
2025-06-24go/types: add test for interface method field typeRob Findley
2025-06-23Revert "go/types, types2: don't register interface methods in Info.Types map"Robert Findley
2025-06-11cmd/compile: add up-to-date test for generated filesDavid Chase
2025-06-09cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)Paul Murphy
2025-06-09cmd/compile: relax reshaping conditionCuong Manh Le
2025-06-04Revert "cmd/compile: Enable inlining of tail calls"Cherry Mui
2025-06-04test: add another regression test for issue 73309Cuong Manh Le
2025-06-04cmd/compile: better error message when import embed packageqiulaidongfeng
2025-06-02cmd/compile/internal/noder: document quirk of string elementsMark Freeman
2025-06-02cmd/compile/internal/noder: stub type section and adjust othersMark Freeman
2025-06-02cmd/compile/internal/noder: begin filling in SectionObjMark Freeman
2025-06-02cmd/compile/internal/noder: fill in SectionNameMark Freeman
2025-05-29cmd/compile/internal/noder: rename RelIndex to match codebaseMark Freeman
2025-05-29cmd/compile: update default PGO profileCherry Mui
2025-05-28cmd/compile: do nil check before calling duff functions, on arm64 and amd64Keith Randall
2025-05-28go/types, types2: dump position stack for non-bailout panicsMark Freeman
2025-05-27cmd/compile/internal/walk: use original type for composite literals in addrTempthepudds
2025-05-22cmd/compile: do not shapify when reading reshaping exprCuong Manh Le
2025-05-22cmd/compile: fix ICE with recursive alias type parameterCuong Manh Le
2025-05-22cmd/compile: fix ICE when transforming loopvarCuong Manh Le
2025-05-21cmd/compile/internal/ssa: eliminate string copies for calls to unique.MakeJake Bailey
2025-05-21cmd/compile, unique: model data flow of non-string pointersCherry Mui
2025-05-21cmd/compile/internal/escape: make escape analysis -m=2 logs more accessiblethepudds
2025-05-21cmd/compile: fold negation into addition/subtraction on s390xJulian Zhu
2025-05-21cmd/compile: remove unused function from escape analysisKeith Randall
2025-05-21cmd/compile/internal/walk: use global zeroVal in interface conversions for ze...thepudds
2025-05-21cmd/compile/internal/walk: convert composite literals to interfaces without a...thepudds
2025-05-21cmd/compile: fix offset calculation error in memcombineJunyang Shao
2025-05-21cmd/compile/internal: intrinsify publicationBarrier on mipsxJulian Zhu
2025-05-21cmd/compile/internal: intrinsify publicationBarrier on mips64xJulian Zhu
2025-05-21cmd/compile/internal/escape: propagate constants to interface conversions to ...thepudds
2025-05-21cmd/compile/internal/escape: use an ir.ReassignOraclethepudds
2025-05-21cmd/compile: add rules about ORN and ANDNXiaolin Zhao
2025-05-20cmd/compile: fix the implementation of NORconst on loong64Xiaolin Zhao
2025-05-20cmd/compile/internal/escape: improve order of work to speed up analyzing many...thepudds
2025-05-20cmd/compile: memcombine different size storesJunyang Shao
2025-05-20internal/pkgbits: rename RelocEnt to RefTableEntryMark Freeman
2025-05-20cmd/compile/internal/noder: mark Ref[T] as a primitiveMark Freeman
2025-05-20cmd/compile: fold negation into addition/subtraction on arm64Julian Zhu
2025-05-20cmd/compile: don't instrument counter globals in internal/fuzzMateusz Poliwczak