Home | History | Annotate | only in /external/swiftshader/third_party/subzero/pnacl-llvm
Up to higher level directory
NameDateSize
DataStream.cpp22-Oct-20202.7K
include/22-Oct-2020
MemoryObject.cpp22-Oct-2020440
NaClBitcodeDecoders.cpp22-Oct-20206.2K
NaClBitcodeHeader.cpp22-Oct-202010.9K
NaClBitcodeParser.cpp22-Oct-20204.8K
NaClBitCodes.cpp22-Oct-20203.8K
NaClBitstreamReader.cpp22-Oct-202014K
README.txt22-Oct-2020421
StreamingMemoryObject.cpp22-Oct-20204.2K

README.txt

      1 The files in this directory are copied verbatim from the PNaCl repository.  They
      2 are ultimately needed by PNaClTranslator.cpp.
      3 
      4 Individual files are copied from:
      5 
      6 https://chromium.googlesource.com/native_client/pnacl-llvm/+/master/include/llvm/Bitcode/NaCl/
      7 https://chromium.googlesource.com/native_client/pnacl-llvm/+/master/lib/Bitcode/NaCl/Reader/
      8 
      9 Only the files needed for compiling and linking pnacl-sz are copied.
     10