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
*
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
*
[VFS] Move default values to in-class member initialization. NFC
Bruno Cardoso Lopes
2016-04-13
1
-3
/
+3
*
[VFS] Handle empty entries in directory traversal
Bruno Cardoso Lopes
2016-03-30
1
-8
/
+13
*
Check if a path is already absolute before trying to make it so.
Bob Wilson
2016-03-26
1
-0
/
+3
*
Reapply [2] [VFS] Add 'overlay-relative' field to YAML files
Bruno Cardoso Lopes
2016-03-20
1
-18
/
+95
*
Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"
Bruno Cardoso Lopes
2016-03-17
1
-95
/
+18
*
Reapply [VFS] Add 'overlay-relative' field to YAML files
Bruno Cardoso Lopes
2016-03-17
1
-18
/
+95
*
Reapply [2]: [VFS] Add support for handling path traversals
Bruno Cardoso Lopes
2016-03-17
1
-16
/
+64
*
Revert r263617, "Reapply: [VFS] Add support for handling path traversals"
NAKAMURA Takumi
2016-03-16
1
-64
/
+16
*
Reapply: [VFS] Add support for handling path traversals
Bruno Cardoso Lopes
2016-03-16
1
-16
/
+64
*
[VFS] Switch from close to SafelyCloseFileDescriptor
David Majnemer
2016-03-04
1
-13
/
+3
*
Revert "[VFS] Add support for handling path traversals"
Bruno Cardoso Lopes
2016-02-23
1
-39
/
+15
*
Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...
Bruno Cardoso Lopes
2016-02-23
1
-98
/
+19
*
[VFS] Add 'overlay-relative' field to YAML files
Bruno Cardoso Lopes
2016-02-22
1
-19
/
+98
*
[VFS] Add support for handling path traversals
Bruno Cardoso Lopes
2016-02-22
1
-15
/
+39
*
[vfs] Normalize working directory if requested.
Benjamin Kramer
2016-01-09
1
-0
/
+17
*
[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
[next]