index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
VirtualFileSystem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
VFS: Avoid some unnecessary std::string copies
Duncan P. N. Exon Smith
2019-02-23
1
-12
/
+12
*
Reapply [VFS] Allow multiple RealFileSystem instances with independent CWDs.
Sam McCall
2019-02-14
1
-30
/
+73
*
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
-1
/
+2
*
[VFS] Move RedirectingFileSystem interface into header (NFC)
Jonas Devlieghere
2019-01-15
1
-339
/
+166
*
Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs."
Amara Emerson
2019-01-14
1
-73
/
+30
*
[VFS] Fix unused variable warning. NFC
Sam McCall
2019-01-14
1
-1
/
+1
*
[VFS] Allow multiple RealFileSystem instances with independent CWDs.
Sam McCall
2019-01-14
1
-30
/
+73
*
Add vtable anchor to classes.
Richard Trieu
2018-12-29
1
-0
/
+2
*
[VFS] Implement `RedirectingFileSystem::getRealPath`.
Volodymyr Sapsai
2018-11-16
1
-4
/
+29
*
Revert "[VFS] Add "expand tilde" argument to getRealPath."
Sam McCall
2018-11-09
1
-14
/
+13
*
[VFS] Add "expand tilde" argument to getRealPath.
Jonas Devlieghere
2018-11-09
1
-13
/
+14
*
Extend virtual file system with `isLocal` method
Jonas Devlieghere
2018-11-08
1
-0
/
+25
*
[VFS] Add support for "no_push" to VFS recursive iterators.
Jonas Devlieghere
2018-10-31
1
-12
/
+17
*
Add parens to fix incorrect assert check.
Erich Keane
2018-10-29
1
-1
/
+1
*
[VFS] Add property 'fallthrough' that controls fallback to real file system.
Volodymyr Sapsai
2018-10-26
1
-15
/
+99
*
[VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.
Volodymyr Sapsai
2018-10-24
1
-22
/
+2
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-0
/
+2121