[all-commits] [llvm/llvm-project] 592178: [VE] Implements minimum MC layer for VE (3/4)

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Thu May 28 01:08:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5921782f744deffb5f5bfd96f6a7932a4ff75666
      https://github.com/llvm/llvm-project/commit/5921782f744deffb5f5bfd96f6a7932a4ff75666
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/ELF.h
    A llvm/include/llvm/BinaryFormat/ELFRelocs/VE.def
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/lib/Object/ELF.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    A llvm/test/tools/llvm-readobj/ELF/file-header-machine-types.test
    M llvm/tools/llvm-readobj/ELFDumper.cpp
    M llvm/unittests/Object/CMakeLists.txt
    A llvm/unittests/Object/ELFObjectFileTest.cpp
    A llvm/unittests/Object/ELFTest.cpp
    M llvm/unittests/ObjectYAML/CMakeLists.txt
    A llvm/unittests/ObjectYAML/ELFYAMLTest.cpp

  Log Message:
  -----------
  [VE] Implements minimum MC layer for VE (3/4)

Summary:
Define ELF binary code for VE and modify code where should use this new code.

Depends on D79544.

Reviewed By: jhenderson

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




More information about the All-commits mailing list