[all-commits] [llvm/llvm-project] 9b4f74: [ms] [llvm-ml] Implement support for PROC NEAR/FAR...

Eric Astor via All-commits all-commits at lists.llvm.org
Fri May 2 15:10:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b4f747827489c5969ff903c728e65c545f58eaa
      https://github.com/llvm/llvm-project/commit/9b4f747827489c5969ff903c728e65c545f58eaa
  Author: Eric Astor <epastor at google.com>
  Date:   2025-05-02 (Fri, 02 May 2025)

  Changed paths:
    A llvm/include/llvm/MC/MCParser/MCMasmParser.h
    M llvm/include/llvm/MC/MCSymbolCOFF.h
    M llvm/lib/MC/MCParser/COFFMasmParser.cpp
    M llvm/lib/MC/MCParser/MasmParser.cpp
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
    A llvm/test/tools/llvm-ml/proc_distance.asm

  Log Message:
  -----------
  [ms] [llvm-ml] Implement support for PROC NEAR/FAR (#131707)

Matches ML.EXE by translating "ret" instructions inside a `PROC FAR` to "retf", and automatically prepending a `push cs` to all near calls to a `PROC FAR`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list