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
*
[Support] Add error handling to sys::Process::getPageSize().
Lang Hames
2019-05-08
1
-1
/
+1
*
Guard __builtin_available() with __has_builtin to support older host compilers.
Adrian Prantl
2019-05-07
1
-1
/
+2
*
Try to use /proc on FreeBSD for getExecutablePath
David Chisnall
2019-04-29
1
-1
/
+14
*
Revert using fcopyfile(3) to implement sys::fs::copy_file(Twine, int) on macOS
Adrian Prantl
2019-04-24
1
-20
/
+4
*
Implement sys::fs::copy_file using the macOS copyfile(3) API
Adrian Prantl
2019-04-18
1
-0
/
+48
*
Revert Implement sys::fs::copy_file using the macOS copyfile(3) API to suppor...
Adrian Prantl
2019-04-18
1
-51
/
+0
*
Implement sys::fs::copy_file using the macOS copyfile(3) API
Adrian Prantl
2019-04-18
1
-0
/
+51
*
[Support] On AIX, Check ENOTSUP on posix_fallocate instead of EOPNOTSUPP
Hubert Tong
2019-04-04
1
-1
/
+6
*
[Support] Implement is_local_impl with AIX mntctl
Hubert Tong
2019-03-29
1
-3
/
+45
*
[Support] Treat truncation of fullpath as error
Jonas Hahnfeld
2019-03-13
1
-1
/
+5
*
[llvm] [Support] Revert "Reimplement getMainExecutable() using sysctl on NetBSD"
Michal Gorny
2019-03-04
1
-18
/
+2
*
[llvm] [Support] Reimplement getMainExecutable() using sysctl on NetBSD
Michal Gorny
2019-03-03
1
-2
/
+18
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] Fix GNU/kFreeBSD build
Eli Friedman
2018-12-18
1
-1
/
+1
*
[Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::fil...
Argyrios Kyrtzidis
2018-11-26
1
-5
/
+16
*
[FileSystem] Add expand_tilde function
Jonas Devlieghere
2018-11-13
1
-0
/
+12
*
Fix DragonFlyBSD build
David Carlier
2018-11-10
1
-1
/
+3
*
Commit missing comment edit and use correct cast to fix std::min overload
Reid Kleckner
2018-10-23
1
-5
/
+5
*
[hurd] Make getMainExecutable get the real binary path
Reid Kleckner
2018-10-23
1
-7
/
+27
*
Add support for GNU Hurd in Path.inc and other places
Sylvestre Ledru
2018-10-23
1
-3
/
+8
*
Remove dead function user_cache_directory()
Nico Weber
2018-09-18
1
-23
/
+0
*
[Support] sys::fs::directory_entry includes the file_type.
Kristina Brooks
2018-09-12
1
-33
/
+46
*
Use a lambda for calls to ::open in RetryAfterSignal
Hans Wennborg
2018-08-27
1
-2
/
+4
*
[Support] NFC: Allow modifying access/modification times independently in sys...
Jordan Rupprecht
2018-08-13
1
-4
/
+9
*
[Support] Build fix for Haiku when checking for a local filesystem
Tim Northover
2018-07-18
1
-0
/
+3
*
LTO: Keep file handles open for memory mapped files.
Peter Collingbourne
2018-06-13
1
-2
/
+1
*
Fix build errors on some configurations
Pavel Labath
2018-06-11
1
-1
/
+1
*
Cleanup. NFC
Fangrui Song
2018-06-10
1
-1
/
+1
*
Add a file open flag that disables O_CLOEXEC.
Zachary Turner
2018-06-08
1
-4
/
+7
*
Expose a single global file open function.
Zachary Turner
2018-06-07
1
-35
/
+14
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-44
/
+81
*
[Support] Add functions that operate on native file handles on Windows.
Zachary Turner
2018-06-04
1
-0
/
+26
*
[Support] Support building LLVM for Fuchsia
Petr Hosek
2018-05-03
1
-0
/
+3
*
Remove HAVE_DIRENT_H.
Nico Weber
2018-04-02
1
-17
/
+2
*
[Support] Add WriteThroughMemoryBuffer.
Zachary Turner
2018-03-08
1
-1
/
+1
*
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
[next]