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
/
clang
/
lib
/
Basic
/
VirtualFileSystem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for LLVM API change
David Blaikie
2014-11-19
1
-1
/
+1
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-49
/
+34
*
Update for llvm API change.
Rafael Espindola
2014-08-27
1
-1
/
+1
*
Update for llvm api changes.
Rafael Espindola
2014-08-17
1
-1
/
+1
*
Convert a few ownership comments with std::unique_ptr.
Rafael Espindola
2014-08-17
1
-8
/
+7
*
VirtualFileSystem: Correctly generate the mapping for an empty VFS
Justin Bogner
2014-07-15
1
-23
/
+22
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-3
/
+8
*
Add vfs::recursive_directory_iterator
Ben Langmuir
2014-06-25
1
-0
/
+35
*
Add directory_iterator for (non-recursive) iteration of VFS directories
Ben Langmuir
2014-06-24
1
-7
/
+191
*
Update for llvm api change.
Rafael Espindola
2014-06-13
1
-12
/
+13
*
Refer to error_code with the std prefix.
Rafael Espindola
2014-06-12
1
-39
/
+41
*
Add a std:: prefix in cases where ADL would have failed on windows.
Rafael Espindola
2014-06-12
1
-8
/
+8
*
Use generic_category from the std namespace.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Errno should use generic_category.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-12
/
+12
*
Use make_error_code in preparation for making errc an enum class.
Rafael Espindola
2014-05-31
1
-8
/
+8
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-3
/
+3
*
Stopgap fix for finding module for a file mapped in the VFS
Ben Langmuir
2014-05-23
1
-2
/
+4
*
VirtualFileSystem: Fix a few directory traversal bugs in VFSWriter
Justin Bogner
2014-05-21
1
-81
/
+92
*
VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedIn
Justin Bogner
2014-05-20
1
-1
/
+10
*
VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping files
Justin Bogner
2014-05-20
1
-0
/
+116
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-08
1
-19
/
+19
*
[Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening...
Argyrios Kyrtzidis
2014-05-05
1
-5
/
+9
*
[C++11] Avoid implicit conversion of ArrayRef to std::vector and use move sem...
Benjamin Kramer
2014-03-10
1
-5
/
+1
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-10
/
+10
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Attempt to re-enable the VFS unittests on Windows
Ben Langmuir
2014-03-05
1
-2
/
+4
*
Support relative paths in VFSFromYAML
Ben Langmuir
2014-03-04
1
-3
/
+10
*
[C++11] Use std::atomic instead of LLVM's.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-8
/
+8
*
[C++11] Switch from the llvm_move macro to directly calling std::move.
Chandler Carruth
2014-03-02
1
-3
/
+3
*
Move private classes into anonymous namespaces.
Benjamin Kramer
2014-03-01
1
-0
/
+4
*
Reapply fixed "Honour 'use-external-names' in FileManager"
Ben Langmuir
2014-02-28
1
-8
/
+29
*
Revert "Honour 'use-external-names' in FileManager"
Ben Langmuir
2014-02-27
1
-29
/
+8
*
Honour 'use-external-names' in FileManager
Ben Langmuir
2014-02-27
1
-8
/
+29
*
Add a 'use-external-names' option to VFS overlay files
Ben Langmuir
2014-02-27
1
-15
/
+46
*
Add a driver option -ivfsoverlay
Ben Langmuir
2014-02-25
1
-1
/
+1
*
Allow multi-component paths in VFS file nodes
Ben Langmuir
2014-02-25
1
-20
/
+31
*
Pass through context for DiagHandler in VFS
Ben Langmuir
2014-02-24
1
-2
/
+5
*
Silence a warning from r201905
Ben Langmuir
2014-02-22
1
-0
/
+1
*
Add a VFSFromYAML class and a parser to create it
Ben Langmuir
2014-02-21
1
-4
/
+576
*
Recommit virtual file system
Ben Langmuir
2014-02-20
1
-0
/
+193
*
Reverting the virtual file system implementation, because it triggers an asse...
Juergen Ributzka
2014-02-20
1
-193
/
+0
*
Reduce verbosity in the virtual file system using LLVM.h
Ben Langmuir
2014-02-19
1
-8
/
+6
*
Remove typo from r201618
Ben Langmuir
2014-02-19
1
-1
/
+1
*
Add an OverlayFileSystem class
Ben Langmuir
2014-02-19
1
-0
/
+33
*
Initial implementation of virtual file system
Ben Langmuir
2014-02-19
1
-0
/
+162