Home | History | Annotate | only in /external/swiftshader/third_party/subzero/pnacl-llvm
Up to higher level directory
NameDateSize
DataStream.cpp06-Dec-20172.7K
include/06-Dec-2017
MemoryObject.cpp06-Dec-2017440
NaClBitcodeDecoders.cpp06-Dec-20176.2K
NaClBitcodeHeader.cpp06-Dec-201710.9K
NaClBitcodeParser.cpp06-Dec-20174.8K
NaClBitCodes.cpp06-Dec-20173.8K
NaClBitstreamReader.cpp06-Dec-201714K
README.txt06-Dec-2017421
StreamingMemoryObject.cpp06-Dec-20174.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