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
*
[NFC][VFS] Fix typos in comments.
Volodymyr Sapsai
2018-08-08
1
-2
/
+2
*
[VFS] Unify iteration code for VFSFromYamlDirIterImpl, NFC intended.
Volodymyr Sapsai
2018-08-07
1
-19
/
+10
*
[VFS] Emit an error when entry at root level uses a relative path.
Volodymyr Sapsai
2018-08-07
1
-3
/
+15
*
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...
Simon Marchi
2018-08-06
1
-14
/
+51
*
Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Stat...
Reid Kleckner
2018-07-26
1
-51
/
+14
*
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...
Simon Marchi
2018-07-26
1
-14
/
+51
*
Revert "[VFS] Cleanups to VFS interfaces."
Jordan Rupprecht
2018-07-24
1
-19
/
+18
*
[VFS] Cleanups to VFS interfaces.
Sam McCall
2018-07-24
1
-18
/
+19
*
Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...
Eric Liu
2018-07-11
1
-56
/
+16
*
[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...
Simon Marchi
2018-07-11
1
-16
/
+56
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-1
/
+2
*
[VFS] Implement getRealPath in InMemoryFileSystem.
Eric Liu
2018-05-24
1
-0
/
+13
*
[VFS] Implement getRealPath for OverlayFileSystem.
Eric Liu
2018-05-18
1
-0
/
+9
*
Add vfs::FileSystem::getRealPath
Eric Liu
2018-05-17
1
-0
/
+13
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-14
/
+14
*
s/LLVM_ON_WIN32/_WIN32/, clang
Nico Weber
2018-04-27
1
-2
/
+2
*
Fixes errors with FS iterators caused by https://reviews.llvm.org/D44960
Max Moroz
2018-04-04
1
-6
/
+8
*
[Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...
Eugene Zelenko
2018-03-28
1
-97
/
+180
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-2
/
+2
*
[VirtualFileSystem] Support creating directories then adding files inside
Ben Hamilton
2017-11-16
1
-3
/
+9
*
[VirtualFileSystem] InMemoryFileSystem::addFile(): Type and Perms
Ben Hamilton
2017-11-09
1
-13
/
+27
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
1
-2
/
+2
*
[vfs] Assert that the status is known in equivalent().
Benjamin Kramer
2017-07-20
1
-0
/
+1
*
Reapply [VFS] Ignore broken symlinks in the directory iterator.
Juergen Ributzka
2017-03-14
1
-5
/
+2
*
Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator."
Juergen Ributzka
2017-03-11
1
-2
/
+5
*
Reapply [VFS] Ignore broken symlinks in the directory iterator.
Juergen Ributzka
2017-03-10
1
-5
/
+2
*
Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator."
Juergen Ributzka
2017-03-10
1
-2
/
+5
*
[VFS] Remove the Path variable from RealFSDirIter. NFC.
Juergen Ributzka
2017-03-10
1
-3
/
+1
*
[VFS] Ignore broken symlinks in the directory iterator.
Juergen Ributzka
2017-03-10
1
-5
/
+2
*
Replace use of chdir with llvm::sys::fs::set_current_path
Pavel Labath
2017-01-24
1
-12
/
+1
*
[CrashReproducer] Add support for merging -ivfsoverlay
Bruno Cardoso Lopes
2016-12-22
1
-3
/
+44
*
[VFS] Replace TimeValue usage with std::chrono
Pavel Labath
2016-11-09
1
-13
/
+14
*
Reapply [VFS] Skip non existent files from the VFS tree
Bruno Cardoso Lopes
2016-08-12
1
-8
/
+26
*
Revert "[VFS] Skip non existent files from the VFS tree"
Bruno Cardoso Lopes
2016-08-12
1
-26
/
+8
*
[VFS] Skip non existent files from the VFS tree
Bruno Cardoso Lopes
2016-08-12
1
-8
/
+26
*
[VFS] Add 'ignore-non-existent-contents' field to YAML files
Bruno Cardoso Lopes
2016-08-12
1
-2
/
+24
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
1
-4
/
+12
*
Revert r272562 for build bot failure (clang-x86-win2008-selfhost)
Taewook Oh
2016-06-13
1
-12
/
+4
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
1
-4
/
+12
*
Add some std::move where the value is only read otherwise.
Benjamin Kramer
2016-06-12
1
-3
/
+4
*
Revert commit r271708
Taewook Oh
2016-06-04
1
-12
/
+4
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-03
1
-4
/
+12
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-3
/
+4
*
[VFS] Reapply #2: Reconstruct the VFS overlay tree for more accurate lookup
Bruno Cardoso Lopes
2016-05-12
1
-1
/
+80
*
Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accu...
Bruno Cardoso Lopes
2016-05-12
1
-80
/
+1
*
[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookup
Bruno Cardoso Lopes
2016-05-12
1
-1
/
+80
*
Hopefully bring llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast back to life
Sean Silva
2016-05-11
1
-80
/
+1
*
[VFS] Reconstruct the VFS overlay tree for more accurate lookup
Bruno Cardoso Lopes
2016-05-10
1
-1
/
+80
*
[VFS] Add dump methods to the VFS overlay tree
Bruno Cardoso Lopes
2016-05-06
1
-0
/
+24
*
[CrashReproducer] Setup 'use-external-names' in YAML files.
Bruno Cardoso Lopes
2016-04-13
1
-4
/
+9
[next]