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
*
[VFS] Fix status() of opened redirected file
Ben Langmuir
2015-12-10
1
-22
/
+28
*
Use std::begin() and std::end() instead of doing the same manually. NFC
Craig Topper
2015-11-30
1
-4
/
+2
*
Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
Mike Aizatsky
2015-11-09
1
-2
/
+2
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-5
/
+5
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-5
/
+5
*
[VFS] Let the user decide if they want path normalization.
Benjamin Kramer
2015-10-12
1
-16
/
+30
*
[VFS] Don't try to be heroic with '.' in paths.
Benjamin Kramer
2015-10-12
1
-8
/
+11
*
[VFS] remove handling of '..' for now.
Benjamin Kramer
2015-10-12
1
-2
/
+2
*
[VFS] Rename RedirectingFS internals to avoid collisions with public clang cl...
Benjamin Kramer
2015-10-09
1
-24
/
+29
*
[VFS] Just normalize away .. and . in paths for in-memory file systems.
Benjamin Kramer
2015-10-09
1
-17
/
+10
*
[VFS] Port driver tool chains to VFS.
Benjamin Kramer
2015-10-07
1
-0
/
+5
*
[VFS] Refactor VFSFromYAML a bit.
Benjamin Kramer
2015-10-07
1
-60
/
+57
*
[VFS] Also drop '.' when adding files to an in-memory FS.
Benjamin Kramer
2015-10-07
1
-0
/
+7
*
[VFS] Put the incoming name in the file status to make InMemoryFS behave more...
Benjamin Kramer
2015-10-06
1
-1
/
+1
*
[VFS] Transition clang-format to use an in-memory FS.
Benjamin Kramer
2015-10-06
1
-0
/
+16
*
Remove duplicated default arguments. NFC.
Benjamin Kramer
2015-10-05
1
-10
/
+8
*
[VFS] Fix the windows build by including the right headers.
Benjamin Kramer
2015-10-05
1
-0
/
+8
*
[VFS] Fix compilation on systems where time_t is not int64_t.
Benjamin Kramer
2015-10-05
1
-4
/
+4
*
[VFS] Add working directories to every virtual file system.
Benjamin Kramer
2015-10-05
1
-8
/
+65
*
[VFS] Add an in-memory file system implementation.
Benjamin Kramer
2015-10-05
1
-0
/
+246
*
[VFS] Move class out of method so it looks less like Java.
Benjamin Kramer
2015-10-05
1
-26
/
+28
*
[VFS] Remove setName from the file interface.
Benjamin Kramer
2015-10-05
1
-36
/
+62
*
Remove a limited and somewhat questionable DenseMapInfo specialization
Chandler Carruth
2015-06-24
1
-14
/
+0
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-3
/
+3
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-2
/
+2
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
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
[next]