[all-commits] [llvm/llvm-project] c65e9e: [ms] [llvm-ml] Add MASM hex float support

Eric Astor via All-commits all-commits at lists.llvm.org
Tue Sep 29 13:58:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c65e9e71eb7612b297a8bfd3e74759d55cfc7bf4
      https://github.com/llvm/llvm-project/commit/c65e9e71eb7612b297a8bfd3e74759d55cfc7bf4
  Author: Eric Astor <epastor at google.com>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M llvm/include/llvm/MC/MCParser/MCAsmLexer.h
    M llvm/lib/MC/MCParser/AsmLexer.cpp
    M llvm/lib/MC/MCParser/MasmParser.cpp
    M llvm/test/tools/llvm-ml/builtin_types.test
    M llvm/tools/llvm-mc/llvm-mc.cpp
    M llvm/tools/llvm-ml/llvm-ml.cpp

  Log Message:
  -----------
  [ms] [llvm-ml] Add MASM hex float support

Implement MASM's syntax for specifying floats in raw hexadecimal bytes.

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D87401




More information about the All-commits mailing list