1. 1adca7c Add a flag to FileOutputBuffer that allows modification. by Zachary Turner · 7 years ago
  2. 154a72d Fix unused private variable. by Zachary Turner · 7 years ago
  3. 1f67a3c [FileSystem] Split up the OpenFlags enumeration. by Zachary Turner · 7 years ago
  4. 712e8d2 s/LLVM_ON_WIN32/_WIN32/, llvm by Nico Weber · 7 years ago
  5. 51ebcaa Make helpers static. NFC. by Benjamin Kramer · 8 years ago
  6. 58fe67a Create a TempFile class. by Rafael Espindola · 8 years ago
  7. f6490e0 [FileOutputBuffer] Move factory methods out of their classes. by Rui Ueyama · 8 years ago
  8. 0d7a38a Convert FileOutputBuffer::commit to Error. by Rafael Espindola · 8 years ago
  9. e0df357 Convert FileOutputBuffer to Expected. NFC. by Rafael Espindola · 8 years ago
  10. a16fe65 Rewrite FileOutputBuffer as two separate classes. by Rui Ueyama · 8 years ago
  11. 23fa4de Do not remove a target file in FileOutputBuffer::create(). by Rui Ueyama · 8 years ago
  12. fed8b57 Make FileOutputBuffer fail early if you pass a directory. by Rui Ueyama · 9 years ago
  13. d4b24ed Support outputting to /dev/null. by Rafael Espindola · 9 years ago
  14. 1a4398a Fix a real temp file leak in FileOutputBuffer by Reid Kleckner · 9 years ago
  15. 7dbb577 Remove temporary file on signal. by Rafael Espindola · 10 years ago
  16. 169284a Return ErrorOr from FileOutputBuffer::create. NFC. by Rafael Espindola · 10 years ago
  17. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  18. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  19. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  20. da9bc2e Support: Improve performance of FileOutputBuffer on Windows by Rui Ueyama · 11 years ago
  21. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  22. c69f13b Move the resize file feature from mapped_file_region to the only user. by Rafael Espindola · 11 years ago
  23. 5753cf3 Remove unused feature. NFC. by Rafael Espindola · 11 years ago
  24. 7eb1f18 Remove a convoluted way of calling close by moving the call to the only caller. by Rafael Espindola · 11 years ago
  25. f55e31a unique_ptrify FileOutputBuffer::FileOutputBuffer by David Blaikie · 11 years ago
  26. b61064e Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()" by David Blaikie · 11 years ago
  27. 2a826e4 Finishing touch for the std::error_code transition. by Rafael Espindola · 11 years ago
  28. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  29. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  30. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  31. ed6882b Don't import make_error_code into the llvm namespace. by Rafael Espindola · 11 years ago
  32. 5c4f829 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  33. 03bddfe Use error_code() instead of error_code::succes() by Rafael Espindola · 11 years ago
  34. b816593 Remove last uses of OwningPtr from llvm. As far as I can tell these method versions are not used by lldb, lld, or clang. by Craig Topper · 11 years ago
  35. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 12 years ago
  36. fba0664 [C++11] Add overloads for externally used OwningPtr functions. by Ahmed Charles · 12 years ago
  37. 81e7fd0 Use the simpler version of sys::fs::remove when possible. by Rafael Espindola · 12 years ago
  38. 9a78015 Create files with the correct permission instead of changing it afterwards. by Rafael Espindola · 12 years ago
  39. c9d2e5b Add a createUniqueFile function and switch llvm's users of unique_file. by Rafael Espindola · 12 years ago
  40. 42ad29f [Support] Fix lifetime of file descriptors when using MemoryBuffer. by Michael J. Spencer · 13 years ago
  41. 7fe24f5 [Support] Make FileOutputBuffer work on Windows. by Michael J. Spencer · 13 years ago
  42. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  43. 5fce8c4 Initial commit of new FileOutputBuffer support class. by Nick Kledzik · 13 years ago