| Commit message (Expand) | Author | Age | Files | Lines |
| * | Initial implementation of -fmacro-prefix-map and -ffile-prefix-map | Dan McGregor | 2019-11-26 | 1 | -9/+32 |
| * | [Path] Fix bug in make_absolute logic | Jonas Devlieghere | 2019-08-06 | 1 | -3/+3 |
| * | [Path] Set FD to -1 in moved-from TempFile | Jonas Devlieghere | 2019-06-11 | 1 | -0/+1 |
| * | Assigning to a local object in a return statement prevents copy elision. NFC. | David Blaikie | 2019-04-25 | 1 | -1/+2 |
| * | Revert using fcopyfile(3) to implement sys::fs::copy_file(Twine, int) on macOS | Adrian Prantl | 2019-04-24 | 1 | -2/+2 |
| * | Implement sys::fs::copy_file using the macOS copyfile(3) API | Adrian Prantl | 2019-04-18 | 1 | -0/+2 |
| * | Revert Implement sys::fs::copy_file using the macOS copyfile(3) API to suppor... | Adrian Prantl | 2019-04-18 | 1 | -2/+0 |
| * | Implement sys::fs::copy_file using the macOS copyfile(3) API | Adrian Prantl | 2019-04-18 | 1 | -0/+2 |
| * | [llvm-objcopy] Make .build-id linking atomic | Jake Ehrlich | 2019-03-18 | 1 | -26/+27 |
| * | [Support] Fix TempFile::discard to not leave behind temporary files | Andrew Ng | 2019-02-14 | 1 | -13/+14 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Support] Remove error return value from one overload of fs::make_absolute | Pavel Labath | 2019-01-16 | 1 | -17/+16 |
| * | Use llvm::copy. NFC | Fangrui Song | 2018-11-17 | 1 | -1/+1 |
| * | Remove dead function user_cache_directory() | Nico Weber | 2018-09-18 | 1 | -12/+0 |
| * | [Support] sys::fs::directory_entry includes the file_type. | Kristina Brooks | 2018-09-12 | 1 | -6/+7 |
| * | [Windows FS] Allow moving files in TempFile::keep | Jeremy Morse | 2018-08-03 | 1 | -1/+9 |
| * | [Support] [NFC] change comment about retries in createUniqueEntity | Bob Haarman | 2018-08-02 | 1 | -2/+4 |
| * | [Support] fix TempFile infinite loop and permission denied errors | Bob Haarman | 2018-08-02 | 1 | -35/+42 |
| * | [dsymutil] Simplify temporary file handling. | Jonas Devlieghere | 2018-07-29 | 1 | -3/+7 |
| * | Fix typo in lib/Support/Path.cpp to test commit access | Vladimir Stefanovic | 2018-07-03 | 1 | -1/+1 |
| * | Add a flag to FileOutputBuffer that allows modification. | Zachary Turner | 2018-06-28 | 1 | -12/+31 |
| * | LTO: Keep file handles open for memory mapped files. | Peter Collingbourne | 2018-06-13 | 1 | -3/+5 |
| * | [FileSystem] Split up the OpenFlags enumeration. | Zachary Turner | 2018-06-07 | 1 | -7/+8 |
| * | [FileSystem] Remove OpenFlags param from several functions. | Zachary Turner | 2018-06-05 | 1 | -14/+16 |
| * | Revert 332508 as it caused problems in the clang test suite. | Greg Clayton | 2018-05-16 | 1 | -4/+0 |
| * | Fix llvm::sys::path::remove_dots() to return "." instead of an empty path. | Greg Clayton | 2018-05-16 | 1 | -0/+4 |
| * | [Support/Path] Make handling of paths like "///" consistent | Pavel Labath | 2018-05-09 | 1 | -24/+28 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -6/+6 |
| * | Changed createTemporaryFile without FD to actually create a file. | Ilya Biryukov | 2018-03-19 | 1 | -7/+32 |
| * | Delete temp file if rename fails. | Rafael Espindola | 2017-12-05 | 1 | -0/+6 |
| * | Use FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows. | Rafael Espindola | 2017-11-28 | 1 | -3/+22 |
| * | Move code. NFC. | Rafael Espindola | 2017-11-28 | 1 | -83/+85 |
| * | Add OpenFlags to the create(Unique|Temporary)File interfaces. | Rafael Espindola | 2017-11-27 | 1 | -14/+20 |
| * | Allow TempFile::discard to be called twice. | Rafael Espindola | 2017-11-22 | 1 | -0/+6 |
| * | Convert another use of createUniqueFile to TempFile::create. | Rafael Espindola | 2017-11-16 | 1 | -0/+16 |
| * | Use TempFile in lto caching. | Rafael Espindola | 2017-11-15 | 1 | -5/+12 |
| * | Add a move assignment operator to TempFile. NFC. | Rafael Espindola | 2017-11-14 | 1 | -1/+3 |
| * | Create a TempFile class. | Rafael Espindola | 2017-11-13 | 1 | -0/+53 |
| * | Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil... | Peter Collingbourne | 2017-10-10 | 1 | -11/+8 |
| * | [Path] Sink predicate computations to their uses. NFCI. | Benjamin Kramer | 2017-08-09 | 1 | -5/+4 |
| * | Support/Path.cpp: Prune unused "llvm/BinaryFormat". | NAKAMURA Takumi | 2017-07-17 | 1 | -2/+0 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -174/+2 |
| * | Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through. | Galina Kistanova | 2017-05-23 | 1 | -0/+1 |
| * | Add a function to MD5 a file's contents. | Zachary Turner | 2017-03-20 | 1 | -2/+33 |
| * | [Support] Support both Windows and Posix paths on both platforms. | Zachary Turner | 2017-03-16 | 1 | -223/+202 |
| * | [Support] Add support for getting file system permissions on Windows and impl... | James Henderson | 2017-03-16 | 1 | -0/+8 |
| * | Reverting r297617 because it broke some bots: | Aaron Ballman | 2017-03-13 | 1 | -14/+6 |
| * | Add support for getting file system permissions and implement sys::fs::permis... | Aaron Ballman | 2017-03-13 | 1 | -6/+14 |
| * | [Support] Add llvm::sys::fs::remove_directories. | Zachary Turner | 2017-03-08 | 1 | -1/+1 |