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
...
*
Silence warning about unused private variable.
Zachary Turner
2018-02-15
1
-1
/
+3
*
[Support] Use realpath(3) instead of trying to open a file.
Davide Italiano
2018-01-09
1
-6
/
+6
*
[Support/UNIX] posix_fallocate() can fail with EINVAL.
Davide Italiano
2017-11-07
1
-1
/
+1
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
1
-7
/
+13
*
[Support] mapped_file_region::size() returns size_t
Roman Lebedev
2017-09-27
1
-1
/
+1
*
[Support] mapped_file_region: store size as size_t
Roman Lebedev
2017-09-27
1
-7
/
+1
*
[Support] Remove getPathFromOpenFD, it was unused
Reid Kleckner
2017-08-04
1
-47
/
+0
*
Remove Bitrig: LLVM Changes
Erich Keane
2017-07-21
1
-7
/
+6
*
Recommit "[Support] Add RetryAfterSignal helper function"
Pavel Labath
2017-06-29
1
-8
/
+4
*
Revert "[Support] Add RetryAfterSignal helper function" and subsequent fix
Pavel Labath
2017-06-22
1
-4
/
+8
*
[Support] Add RetryAfterSignal helper function
Pavel Labath
2017-06-21
1
-8
/
+4
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Solaris] Fix PR33228 - llvm::sys::fs::is_local_impl done right
Kamil Rytarowski
2017-06-01
1
-0
/
+5
*
Revert r303015, because it has the unintended side effect of breaking
Dimitry Andric
2017-05-17
1
-24
/
+6
*
Fix DynamicLibraryTest.cpp on FreeBSD and NetBSD
Dimitry Andric
2017-05-14
1
-6
/
+24
*
If posix_fallocate returns EOPNOTSUPP, fallback to ftruncate.
Joerg Sonnenberger
2017-05-05
1
-4
/
+5
*
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
[prev]
[next]