Home | History | Annotate | only in /external/swiftshader/third_party/subzero/pnacl-llvm
Up to higher level directory
NameDateSize
DataStream.cpp21-Aug-20182.7K
include/21-Aug-2018
MemoryObject.cpp21-Aug-2018440
NaClBitcodeDecoders.cpp21-Aug-20186.2K
NaClBitcodeHeader.cpp21-Aug-201810.9K
NaClBitcodeParser.cpp21-Aug-20184.8K
NaClBitCodes.cpp21-Aug-20183.8K
NaClBitstreamReader.cpp21-Aug-201814K
README.txt21-Aug-2018421
StreamingMemoryObject.cpp21-Aug-20184.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