1. 1b30ea2 [Support] Improve readNativeFile(Slice) interface by Pavel Labath · 6 years ago
  2. 51d7398 Recommit "MemoryBuffer: Add a missing error-check to getOpenFileImpl" by Pavel Labath · 6 years ago
  3. 11d9e46 Revert "MemoryBuffer: Add a missing error-check to getOpenFileImpl" by Pavel Labath · 6 years ago
  4. 46bfdb9 MemoryBuffer: Add a missing error-check to getOpenFileImpl by Pavel Labath · 6 years ago
  5. cc418a3 [Support] Move llvm::MemoryBuffer to sys::fs::file_t by Reid Kleckner · 6 years ago
  6. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  7. 38a77ae [Support] Pacify -Wsign-compare in unit test. by Benjamin Kramer · 8 years ago
  8. adad330 [Support] Add WriteThroughMemoryBuffer. by Zachary Turner · 8 years ago
  9. 9aaf5d3 [Support] Add WritableMemoryBuffer::getNewMemBuffer by Pavel Labath · 8 years ago
  10. f13411e [Support] Remove MemoryBuffer::getNewUninitMemBuffer by Pavel Labath · 8 years ago
  11. 605636d [Support] Add WritableMemoryBuffer class by Pavel Labath · 8 years ago
  12. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  13. 75e557f Try to fix some temp file leaks in SupportTests, PR18335 by Reid Kleckner · 9 years ago
  14. a21af73 Remove excess white space by Rafael Espindola · 10 years ago
  15. fd12349 Add MemoryBufferRef(MemoryBuffer&) constructor. by Rafael Espindola · 10 years ago
  16. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  17. 7c3f6ac [Support] Add MemoryBuffer::getFileSlice() by Nick Kledzik · 11 years ago
  18. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  19. c049c65 Remove the last uses of 'using std::error_code' by Rafael Espindola · 11 years ago
  20. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  21. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  22. b85bc4e Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests. by Craig Topper · 11 years ago
  23. fba0664 [C++11] Add overloads for externally used OwningPtr functions. by Ahmed Charles · 12 years ago
  24. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  25. 1d19c8f Change MemoryBuffer::getFile to take a Twine. by Rafael Espindola · 12 years ago
  26. 415fb58 MemoryBufer: add a test: check that a file with size that is a multiple of the by Dmitri Gribenko · 12 years ago
  27. 7b5d4f9 [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must contain Offset when Offset >= 65536. by NAKAMURA Takumi · 12 years ago
  28. edf7615 Whitespace. by NAKAMURA Takumi · 12 years ago
  29. 2f493c7 Suppress MemoryBufferTest.cpp on win32 for now. Investigating. by NAKAMURA Takumi · 12 years ago
  30. 774cf31 MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is greater than 8000. by NAKAMURA Takumi · 12 years ago
  31. bb506fc Refactor the unit test for MemoryBuffer::getOpenFileSlice by Eli Bendersky · 12 years ago
  32. 3d2ac2e Split getOpenFile into getOpenFile and getOpenFileSlice. by Rafael Espindola · 12 years ago
  33. f288626 Add a simple unit test for MemoryBuffer::getOpenFile by Eli Bendersky · 12 years ago
  34. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  35. 5e7d792 Adding MCJIT and MemoryBuffer unit tests by Andrew Kaylor · 13 years ago