| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -4/+4 |
| * | [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe... | Eugene Zelenko | 2018-03-28 | 1 | -2/+5 |
| * | [VFS] Replace TimeValue usage with std::chrono | Pavel Labath | 2016-11-09 | 1 | -1/+1 |
| * | Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC) | Mehdi Amini | 2016-10-11 | 1 | -2/+2 |
| * | [cleanup] Remove some unused #ifdef's | Sean Silva | 2015-06-11 | 1 | -11/+0 |
| * | Make VFS and FileManager match the current MemoryBuffer API. | Benjamin Kramer | 2014-10-26 | 1 | -5/+4 |
| * | Improve memory ownership of vfs::Files in the FileSystemStatCache by using st... | David Blaikie | 2014-07-08 | 1 | -8/+5 |
| * | Fix memory leak in FileSystemStatCache. | Manuel Klimek | 2014-07-07 | 1 | -0/+1 |
| * | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
| * | Stopgap fix for finding module for a file mapped in the VFS | Ben Langmuir | 2014-05-23 | 1 | -0/+1 |
| * | [C++11] Use 'nullptr'. | Craig Topper | 2014-05-08 | 1 | -2/+2 |
| * | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -1/+1 |
| * | Change OwningPtr::take() to OwningPtr::release(). | Ahmed Charles | 2014-03-07 | 1 | -1/+1 |
| * | Reapply fixed "Honour 'use-external-names' in FileManager" | Ben Langmuir | 2014-02-28 | 1 | -0/+1 |
| * | Revert "Honour 'use-external-names' in FileManager" | Ben Langmuir | 2014-02-27 | 1 | -1/+0 |
| * | Honour 'use-external-names' in FileManager | Ben Langmuir | 2014-02-27 | 1 | -0/+1 |
| * | Recommit virtual file system | Ben Langmuir | 2014-02-20 | 1 | -21/+23 |
| * | Reverting the virtual file system implementation, because it triggers an asse... | Juergen Ributzka | 2014-02-20 | 1 | -23/+21 |
| * | Initial implementation of virtual file system | Ben Langmuir | 2014-02-19 | 1 | -21/+23 |
| * | Use llvm::sys::fs::UniqueID for windows and unix. | Rafael Espindola | 2013-08-01 | 1 | -16/+32 |
| * | Update for llvm API change. | Rafael Espindola | 2013-07-16 | 1 | -8/+4 |
| * | Extend stat query APIs to explicitly specify if the query is for | Argyrios Kyrtzidis | 2012-12-11 | 1 | -9/+11 |
| * | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+2 |
| * | Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. | Michael J. Spencer | 2010-12-17 | 1 | -1/+1 |
| * | attempt to fix a buildbot failure, apparently apache fails to build. | Chris Lattner | 2010-12-02 | 1 | -1/+1 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| * | Fix 2 problems with Chris Lattner's FileManager redesign on Windows. | Francois Pichet | 2010-11-24 | 1 | -1/+1 |
| * | The final result of all this refactoring: instead of doing stat immediately | Chris Lattner | 2010-11-23 | 1 | -3/+38 |
| * | if we succeed in opening a directory but expected a file, ensure we don't | Chris Lattner | 2010-11-23 | 1 | -1/+22 |
| * | change the 'is directory' indicator to be a null-or-not | Chris Lattner | 2010-11-23 | 1 | -2/+28 |
| * | replicate a terrible hack to fix a build error on VC++ | Chris Lattner | 2010-11-23 | 1 | -0/+4 |
| * | simplify the cache miss handling code, eliminating CacheMissing. | Chris Lattner | 2010-11-23 | 1 | -6/+1 |
| * | r120013 dropped passing in the precomputed file size to | Chris Lattner | 2010-11-23 | 1 | -1/+0 |
| * | PCH files only cache successful stats. Remove the code that reads/writes | Chris Lattner | 2010-11-23 | 1 | -1/+1 |
| * | rework the stat cache, pulling it out of FileManager.h into | Chris Lattner | 2010-11-23 | 1 | -0/+40 |