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
/
lldb
/
source
/
Host
/
windows
/
FileSystem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various build fixes for lldb on MinGW
Haibo Huang
2019-08-06
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[FileSystme] Move ::open abstraction into FileSystem.
Jonas Devlieghere
2018-11-02
1
-0
/
+9
*
[Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178
Aleksandr Urakov
2018-11-02
1
-1
/
+1
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+6
*
Resubmit "Delete the remainder of platform specific code in FileSpec."
Zachary Turner
2017-03-22
1
-0
/
+1
*
Revert "Delete the remainder of platform specific code in FileSpec."
Pavel Labath
2017-03-22
1
-1
/
+0
*
Delete the remainder of platform specific code in FileSpec.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Resubmit r298334 after fixing OSX build errors.
Zachary Turner
2017-03-21
1
-87
/
+0
*
Revert r298334 until Zachary has a chance to fix the buildbot failure
Jason Molenda
2017-03-21
1
-0
/
+87
*
Delete various lldb FileSystem functions.
Zachary Turner
2017-03-21
1
-87
/
+0
*
Remove FileSystem::Get/SetFilePermissions
Zachary Turner
2017-03-19
1
-28
/
+0
*
Remove FileSystem::MakeDirectory.
Zachary Turner
2017-03-19
1
-15
/
+0
*
Remove LLDB's recursive directory deletion function.
Zachary Turner
2017-03-09
1
-34
/
+0
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-225
/
+193
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-24
/
+96
*
Make uses of /dev/null portable across OSes.
Zachary Turner
2015-10-14
1
-0
/
+3
*
Moved ResolveSymbolicLink() to the FileSystem where it belongs, thanks
Sean Callanan
2015-09-18
1
-0
/
+6
*
Remove unused modules from module cache.
Oleksiy Vyalov
2015-09-18
1
-0
/
+23
*
Implement FileSystem::GetPermissions for Windows. Differential Revision: http...
Adrian McCarthy
2015-07-17
1
-1
/
+19
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-18
/
+23
*
Use hard links to link sysroot files within ModuleCache.
Oleksiy Vyalov
2015-05-08
1
-0
/
+9
*
Use llvm::sys::fs::create_directories to create new directory on Windows.
Oleksiy Vyalov
2015-04-10
1
-2
/
+7
*
Avoid crashing by not mmap'ing files on network mounted file systems.
Greg Clayton
2015-02-23
1
-0
/
+12
*
Introduce FileSystem::CalculateMD5AsString that supports any platform and mak...
Oleksiy Vyalov
2015-02-20
1
-6
/
+0
*
Fix some posix assumptions related to running shell commands.
Zachary Turner
2014-12-08
1
-1
/
+1
*
Reverting r223548 which broke running in the shell on OS X.
Jim Ingham
2014-12-06
1
-1
/
+1
*
Fix some posix assumptions related to running shell commands.
Zachary Turner
2014-12-06
1
-1
/
+1
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
1
-0
/
+146