提交历史

作者 SHA1 备注 提交日期
  Duncan P. N. Exon Smith fbf768a4d3 Support: Implement StreamingMemoryObject::getPointer 9 年之前
  Duncan P. N. Exon Smith d49b92d802 Revert "Bitcode: Collect all MDString records into a single blob" 9 年之前
  Duncan P. N. Exon Smith d7084fcebd Bitcode: Collect all MDString records into a single blob 9 年之前
  Alexander Kornienko cd52a7a381 Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 10 年之前
  Alexander Kornienko cf0db29df2 Fixed/added namespace ending comments using clang-tidy. NFC 10 年之前
  Rafael Espindola 4a4558e436 Use std::unique_ptr to manage the DataStreamer in bitcode parsing. 10 年之前
  Derek Schuff 493bc7e300 Fix StreamingMemoryObject to respect known object size. 10 年之前
  Benjamin Kramer df93f4bb0b Purge unused includes throughout libSupport. 10 年之前
  Aaron Ballman 66981fe208 Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. 10 年之前
  Aaron Ballman dbe68adeb2 Fixing -Wtype-limits warnings with the asserts (the expression would always evaluate to true). Also fixing a -Wcast-qual warning, where the cast expression isn't required. 10 年之前
  Rafael Espindola 509156a4ab Read 64 bits at a time in the bitcode reader. 10 年之前
  Rafael Espindola ea3c2111f4 Use the return of readBytes to find out if we are at the end of the stream. 10 年之前
  Rafael Espindola d0ab58245f Return the number of read bytes in MemoryObject::readBytes. 10 年之前
  Rafael Espindola d0518569ec Merge StreamableMemoryObject into MemoryObject. 10 年之前