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
/
llvm
/
lib
/
Support
/
Unix
/
Path.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make home_directory look in the password database in addition to $HOME.
Zachary Turner
2017-03-22
1
-5
/
+11
*
[Support] Fill the file_status struct with link count.
Zachary Turner
2017-03-20
1
-4
/
+7
*
Fix linux build.
Zachary Turner
2017-03-16
1
-1
/
+2
*
[Support] Add support for getting file system permissions on Windows and impl...
James Henderson
2017-03-16
1
-1
/
+10
*
Reverting r297617 because it broke some bots:
Aaron Ballman
2017-03-13
1
-15
/
+6
*
Add support for getting file system permissions and implement sys::fs::permis...
Aaron Ballman
2017-03-13
1
-6
/
+15
*
Add llvm::sys::fs::real_path.
Zachary Turner
2017-03-10
1
-1
/
+63
*
fix build on Cygwin
Nuno Lopes
2017-03-09
1
-0
/
+3
*
[Support] Add llvm::sys::fs::remove_directories.
Zachary Turner
2017-03-08
1
-2
/
+43
*
[fs] Make sure to check S_ISLNK() in fillStatus.
Zachary Turner
2017-03-07
1
-0
/
+2
*
[Support] Add the option to not follow symlinks on stat.
Zachary Turner
2017-03-07
1
-2
/
+2
*
[Support] Re-add the special OSX flags on mmap.
Zachary Turner
2017-02-22
1
-0
/
+19
*
[Support] Provide linux/magic.h fallback for older kernels
Michal Gorny
2017-02-22
1
-0
/
+15
*
Try to fix the buildbot on OSX.
Zachary Turner
2017-02-21
1
-16
/
+0
*
Try to fix Android build.
Zachary Turner
2017-02-21
1
-1
/
+3
*
[Support] Add a function to check if a file resides locally.
Zachary Turner
2017-02-21
1
-3
/
+63
*
Fix LLDB Android AArch64 GCC debug info build
Omair Javaid
2017-02-02
1
-1
/
+1
*
[Support] Use O_CLOEXEC only when declared
Pavel Labath
2017-01-24
1
-2
/
+20
*
[Support] Add sys::fs::set_current_path() (aka chdir)
Pavel Labath
2017-01-24
1
-0
/
+10
*
raw_fd_ostream: Make file handles non-inheritable by default
Pavel Labath
2017-01-18
1
-2
/
+2
*
[ThinLTO] Add an API to trigger file-based API for returning objects to the l...
Mehdi Amini
2016-12-14
1
-0
/
+13
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
[Chrono] Fix !HAVE_FUTIMENS build
Pavel Labath
2016-10-24
1
-1
/
+2
*
Remove TimeValue usage from llvm/Support
Pavel Labath
2016-10-24
1
-15
/
+7
*
Add AIX support to Path.inc, Host.h, and CMake.
Chandler Carruth
2016-07-19
1
-2
/
+3
*
Use posix_fallocate instead of ftruncate.
Rafael Espindola
2016-07-19
1
-0
/
+9
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-13
1
-1
/
+86
*
Revert commit r271704, a patch that enables warnings for non-portable #includ...
Taewook Oh
2016-06-04
1
-86
/
+1
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-03
1
-1
/
+86
*
Fix missing include on OpenBSD
Mehdi Amini
2016-04-08
1
-0
/
+1
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
1
-30
/
+11
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
1
-11
/
+30
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-04-01
1
-1
/
+31
*
Revert "Add disk_space() to llvm::fs"
Mehdi Amini
2016-04-01
1
-31
/
+1
*
Use const ref instead of value for Twine in the disk_space() API
Mehdi Amini
2016-03-31
1
-1
/
+1
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-03-31
1
-1
/
+31
*
Revert "Add disk_space() to llvm::fs"
Mehdi Amini
2016-03-31
1
-31
/
+1
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-03-31
1
-1
/
+31
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
1
-2
/
+9
*
Revert "Add lastAccessedTime to file_status"
Mehdi Amini
2016-03-25
1
-9
/
+2
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
1
-2
/
+9
*
Fix typo: XDS -> XDG
Sean Silva
2016-03-24
1
-3
/
+3
*
Use static instead of anonymous namespace for helper functions. NFC.
Pawel Bylica
2015-11-02
1
-5
/
+2
*
[Support] Extend sys::path with user_cache_directory function.
Pawel Bylica
2015-11-02
1
-21
/
+53
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-20
/
+20
*
ScanDirForExecutable on Windows fails to find executables with the "exe" exte...
Reid Kleckner
2015-09-10
1
-0
/
+4
*
Thread premissions through sys::fs::create_director{y|ies}
Frederic Riss
2015-08-06
1
-2
/
+3
*
Remove unnecessary StringRef->std::string conversion.
Alexey Samsonov
2014-12-29
1
-1
/
+1
*
MAP_FILE is the default. We don't need to add it.
Rafael Espindola
2014-12-12
1
-3
/
+0
*
Move the resize file feature from mapped_file_region to the only user.
Rafael Espindola
2014-12-12
1
-13
/
+1
[next]