aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa
AgeCommit message (Expand)Author
2023-01-26cmd/compile: improve register overwrite decision for resultInArg0 opsKeith Randall
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-25Revert "cmd/compile: improve register overwrite decision for resultInArg0 ops"Keith Randall
2023-01-25cmd/compile: improve register overwrite decision for resultInArg0 opsKeith Randall
2023-01-24Revert "cmd/compile: teach prove about bitwise OR operation"Keith Randall
2023-01-23cmd/compile: teach prove about unsigned division, modulus and rshJorropo
2023-01-23cmd/compile: make loopbce handle 8, 16 and 32 bit induction variablesJakub Ciolek
2023-01-21test: test that we schedule OpArgIntReg earlyKeith Randall
2023-01-20cmd/compile: ensure register args come before on-stack args in scheduleKeith Randall
2023-01-20cmd/compile: use a boolean as a avoid clobbering flags mov markerJakub Ciolek
2023-01-20cmd/compile: AMD64v3 remove unnecessary TEST comparision in isPowerOfTwoJorropo
2023-01-20cmd/compile: rewrite empty makeslice to zerobase pointerJorropo
2023-01-20cmd/compile: improve scheduling passKeith Randall
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-19cmd/compile: add memory argument to GetCallerSPKeith Randall
2023-01-19cmd/compile: add anchored version of SPKeith Randall
2023-01-19cmd/compile/internal/ssa: generate code via a //go:generate directiveDmitri Shuralyov
2023-01-17cmd/dist: make toolchain build reproducibleRuss Cox
2023-01-17cmd/compile: ensure temp register mask isn't emptyKeith Randall
2023-01-09cmd/compile: prevent IsNewObject from taking quadratic timeKeith Randall
2022-12-17cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...Guoqi Chen
2022-12-11cmd/compile: fix conditional move rule on PPC64Keith Randall
2022-12-09cmd/compile: fix conditional select ruleKeith Randall
2022-12-05cmd/compile: clean up amd64 opcode commentsKeith Randall
2022-12-03all: fix some comments for methodcui fliter
2022-11-30cmd/compile: disallow CMOV optimization with ptr arithmetic as an argKeith Randall
2022-11-18all: add missing periods in commentscui fliter
2022-11-18cmd/compile: fix wrong optimization for eliding Not in PhiWayne Zuo
2022-11-17cmd/compile: teach regalloc about temporary registersKeith Randall
2022-11-16cmd/compile: elide unnecessary Not in Phi block controlsJakub Ciolek
2022-11-15cmd/compile: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-15cmd/compile: add testing-flag guard to package-is-collected assertDavid Chase
2022-11-15cmd/compile: remove manually implemented popcount in _gen/main.goJorropo
2022-11-14cmd/compile: merge zero constant ISEL in PPC64 lateLower passPaul E. Murphy
2022-11-11all: fix problematic commentscui fliter
2022-11-11cmd/compile: remove output registers limit for MUL/DIV on loong64Wayne Zuo
2022-11-10cmd/compile: teach prove about signed domain relations of constant integer Phi'sJakub Ciolek
2022-11-10cmd/compile: add ability to hash-debug on file:line, including inliningDavid Chase
2022-11-09all: add missing copyright headercui fliter
2022-11-09cmd/compile: enable brachelim pass on loong64Wayne Zuo
2022-11-03cmd/compile/internal/ssa: re-adjust CarryChainTail scheduling priorityPaul E. Murphy
2022-11-03cmd/compile: add debug-hash flag for fused-multiply-addDavid Chase
2022-11-03cmd/compile: remove issueSpillliu-xuewen
2022-11-02cmd/compile: renovate GOSSAHASHDavid Chase
2022-10-31cmd/compile: add cache of sizeable objects so they can be reusedKeith Randall
2022-10-31cmd/compile: separate out sparsemaps that need positionKeith Randall
2022-10-31cmd/compile: add rule for post-decomposed growslice optimizationKeith Randall
2022-10-29cmd/compile: enable address folding for global symbols of shared libraryerifan01
2022-10-29cmd/compile: add missing tail calls flag for linux/loong64Guoqi Chen
2022-10-28cmd/compile: emit DIEs for zero sized variablesAlessandro Arzilli