[all-commits] [llvm/llvm-project] 9130e4: Add DXContainer

Chris B via All-commits all-commits at lists.llvm.org
Tue Mar 29 12:34:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9130e471fe82afc51b5e691f1620aea09c8fbf2e
      https://github.com/llvm/llvm-project/commit/9130e471fe82afc51b5e691f1620aea09c8fbf2e
  Author: Chris Bieneman <cbieneman at microsoft.com>
  Date:   2022-03-29 (Tue, 29 Mar 2022)

  Changed paths:
    M llvm/include/llvm/ADT/Triple.h
    M llvm/include/llvm/MC/MCContext.h
    M llvm/include/llvm/MC/TargetRegistry.h
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/lib/Support/Triple.cpp
    M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/unittests/ADT/TripleTest.cpp

  Log Message:
  -----------
  Add DXContainer

DXIL is wrapped in a container format defined by the DirectX 11
specification. Codebases differ in calling this format either DXBC or
DXILContainer.

Since eventually we want to add support for DXBC as a target
architecture and the format is used by DXBC and DXIL, I've termed it
DXContainer here.

Most of the changes in this patch are just adding cases to switch
statements to address warnings.

Reviewed By: pete

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




More information about the All-commits mailing list