aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2021-01-23cmd/internal/obj/arm64: fix VMOVQ instruction encoding erroreric fang
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-20cmd/internal/moddeps: check content of all modules in GOROOTDmitri Shuralyov
2021-01-11cmd/internal/objfile: don't require runtime.symtab symbol for XCOFFCherry Zhang
2020-12-16cmd/internal/goobj: fix buglet in object file readerThan McIntosh
2020-12-14cmd/compile: fix incorrect shift count type with s390x rulesRuixin Bao
2020-12-10cmd/go: encode backslash and newline in response filesJeremy Faller
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-12-02cmd/asm, cmd/internal/obj/riscv: fix branch pseudo-instructionsQuey-Liang Kao
2020-12-01cmd/internal/buildid: update Mach-O code signature when rewriting buildidCherry Zhang
2020-12-01cmd/internal/buildid: exclude Mach-O code signature in hash calculationCherry Zhang
2020-12-01cmd/internal/codesign: new packageCherry Zhang
2020-12-01cmd/internal/obj/riscv: add tests for BGE/BGEU/BLT/BLTUJoel Sing
2020-11-25cmd/dist: restore GOARM=7 default for android/armElias Naur
2020-11-25cmd/internal/objabi: assume GOARM=7 on AndroidElias Naur
2020-11-25cmd/link: add relocation type R_AARCH64_LDST16_ABS_LO12_NC for arm64eric fang
2020-11-20cmd/cgo, cmd/internal/pkgpath: support gofrontend mangler v3Ian Lance Taylor
2020-11-19cmd/compile,cmd/asm: fix function pointer call perf regression on ppc64Paul E. Murphy
2020-11-17cmd/compile: clean up buggy DWARF inlined info PC rangesThan McIntosh
2020-11-12cmd/compile: do not emit an extra debug_line entry for the end of seq addrAlessandro Arzilli
2020-11-10cmd/internal/obj/s390x: fix SYNC instruction encodingMichael Munday
2020-11-06cmd/compile: optimize shift pairs and masks on s390xMichael Munday
2020-11-04cmd/internal/obj: add prologue_end DWARF stmt for ppc64Derek Parker
2020-11-04cmd/asm: fix rlwnm reg,reg,const,reg encoding on ppc64Paul E. Murphy
2020-11-04cmd/asm: rename arm64 instructions LDANDx to LDCLRxJonathan Swinney
2020-11-04cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64Joel Sing
2020-11-02cmd: remove Go115AMD64Cherry Zhang
2020-10-31cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputsMichael Matloob
2020-10-30cmd/internal/objabi, runtime: compact FUNCDATA indicesCherry Zhang
2020-10-30cmd/compile: delete register maps, completelyCherry Zhang
2020-10-30runtime, cmd: support race detector on darwin/arm64Cherry Zhang
2020-10-30reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh
2020-10-29cmd/internal/obj: use panic instead of log.Fatalf for two messagesRuss Cox
2020-10-29Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/...Joel Sing
2020-10-29Revert "reflect,runtime: use internal ABI for selected ASM routines"Than McIntosh
2020-10-29reflect,runtime: use internal ABI for selected ASM routinesThan McIntosh
2020-10-29cmd/internal/obj/arm64: add CASx/CASPx instructionsfanzha02
2020-10-29cmd/asm: add several arm64 SIMD instructionsfanzha02
2020-10-29cmd/asm: refactor some encoding functions for load/store with immediate offse...fanzha02
2020-10-28cmd/buildid: move and reuse duplicated HashToString code to cmd/internal/buil...Mikhail Fesenko
2020-10-28cmd/link: enable internal linking by default on darwin/arm64Cherry Zhang
2020-10-28cmd/compile,cmd/internal/obj/riscv,runtime: use Duff's devices on riscv64MichaƂ Derkacz
2020-10-27cmd/link,cmd/internal/obj/riscv: add TLS support for linux/riscv64Joel Sing
2020-10-27cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64Joel Sing
2020-10-26cmd/internal/obj/{arm,s390x}: make return jump print nicerCherry Zhang
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-24cmd/internal/obj/riscv: support additional register to register movesJoel Sing
2020-10-23cmd/compile: add //go:embed supportRuss Cox
2020-10-22cmd/internal/obj: use correct symbol size for Hashed64 classificationCherry Zhang
2020-10-22all: add GOOS=ios GOARCH=amd64 target for the ios simulatorElias Naur