aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj
AgeCommit message (Expand)Author
2024-09-04cmd: use 20 bytes hash when possibleCuong Manh Le
2024-09-04cmd: do not use notsha256Cuong Manh Le
2024-09-04cmd/internal/obj: drop NOFRAME TODOMichael Pratt
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2024-08-23cmd/internal/obj/loong64: add support for instructions BSTRPICK.{W/D} and BST...Xiaolin Zhao
2024-08-20src: fix typosAlexander Cyon
2024-08-15cmd/internal/obj/loong64: add testcases for assemblerlimeidan
2024-08-14cmd/internal/obj/arm64: Emit UDF instruction for undefined Prog nodesSebastian Nickolls
2024-08-13cmd/link, runtime: support library mode on wasip1Cherry Mui
2024-08-12cmd/internal/obj/wasm: handle stack unwinding in wasmexportCherry Mui
2024-08-09cmd/compile: add basic wasmexport supportCherry Mui
2024-08-06cmd/internal/obj: minor refactor of wasmimport codeCherry Mui
2024-08-03cmd/internal/obj/loong64: add FLDX,FSTX,LDX.STX instructions supportGuoqi Chen
2024-08-03cmd/internal/obj/loong64: add support for instructions FTINT{RM/RP/RZ/RNE}.{W...Xiaolin Zhao
2024-08-03cmd/internal/obj/loong64: add support for instructions FFINT.{S/D}.{W/L} and ...Xiaolin Zhao
2024-08-03cmd/internal/obj/loong64: add support for instructions FCOPYSIGN.{S/D} and FC...Xiaolin Zhao
2024-08-02cmd/internal/obj/loong64: adjust the order of class nameslimeidan
2024-08-02cmd/internal/obj/loong64: add support for instructions F{MAX/NIN}.{S/D}Xiaolin Zhao
2024-08-02cmd/internal/obj/loong64: add support for MOV{GR2FCSR/FCSR2GR/FR2CF/CF2FR} in...Xiaolin Zhao
2024-08-01cmd/internal/obj/loong64: remove Class C_LEXT and C_SEXTlimeidan
2024-08-01cmd/internal/obj/loong64: optimize the code logic of jump instructionslimeidan
2024-08-01cmd/internal/obj/loong64: merge two branch classes into onelimeidan
2024-08-01cmd/internal/obj/loong64: reclassify three-register operation instructions an...limeidan
2024-07-31cmd/internal/obj/loong64: optimize instruction implementationlimeidan
2024-07-31cmd/internal/obj/loong64: remove case 17 in func asmoutlimeidan
2024-07-31cmd/internal/obj/loong64: rename Class to represent the external symbol addresslimeidan
2024-07-30cmd/internal/obj/loong64, cmd/asm: remove useless instructionslimeidan
2024-07-30cmd/internal/obj/loong64: remove unuseless functionslimeidan
2024-07-30cmd/internal/obj/loong64: fixed operand assignment error for BFPT/BFPF instru...limeidan
2024-07-30cmd/internal/obj: add stmt prologueEnd to DWARF for loong64limeidan
2024-07-30cmd/internal/obj/loong64: return an error when getting address of tls variablelimeidan
2024-07-29cmd/internal/obj/loong64, cmd/asm: remove invalid optab itemslimeidan
2024-07-29cmd/asm: change register type for loong64 floating-pointXiaolin Zhao
2024-07-27cmd/internal/obj/loong64: add CPUCFG instructions supportGuoqi Chen
2024-07-24cmd/internal/obj/arm64: support MSR DITRoland Shoemaker
2024-06-25cmd/internal/obj/arm64: fix return with registerJoel Sing
2024-06-24cmd/internal/obj/arm64: Enable arm64 assembler tests for cross-compiler buildsSebastian Nickolls
2024-05-22all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0Paul E. Murphy
2024-05-22cmd/internal/obj/loong64: add atomic memory access instructions supportGuoqi Chen
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-15cmd/compile, cmd/internal: fine-grained fiddling with loop alignmentDavid Chase
2024-05-15cmd/internal/obj/x86: make SEH symbols content-addressableCherry Mui
2024-05-15cmd/internal/obj: print symbol index at -S=3Cherry Mui
2024-05-15cmd/compile,cmd/asm: on PPC64, generate compares against constant 0Paul E. Murphy
2024-05-13cmd/internal/obj/loong64: improve the definition of plan9 assembly format in ...Guoqi Chen
2024-05-10cmd/compile, cmd/link: disallow linkname of some newly added internal functionsCherry Mui
2024-04-24cmd/internal/obj/ppc64: fix incorrect int to int64 conversion when checking M...Paul E. Murphy
2024-04-16cmd,crypto/elliptic: fix typos in commentsapocelipes
2024-04-15cmd/internal/obj/loong64: recheck jump offset boundary after auto-aligning lo...Guoqi Chen
2024-04-07cmd/internal/obj/riscv: check immediate for rotation instructionsJoel Sing