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
*
Avoid duplicate exe_path definition on recent FreeBSD
Ed Maste
2019-11-18
1
-1
/
+0
*
On FreeBSD use AT_EXECPATH from ELF auxiliary vectors for getExecutablePath
Ed Maste
2019-11-14
1
-5
/
+41
*
[Support] Use /proc/self/exe for GNU Hurd
kristina
2019-11-01
1
-1
/
+1
*
[Support] Improve readNativeFile(Slice) interface
Pavel Labath
2019-08-22
1
-33
/
+17
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Support: Remove needless allocation when getMainExecutable() calls readlink()
Nico Weber
2019-08-07
1
-4
/
+4
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-3
/
+3
*
Fix macOS build after r358716
Yi Kong
2019-07-26
1
-1
/
+1
*
FileSystem: Check for DTTOIF alone, not _DIRENT_HAVE_D_TYPE
Jordan Rose
2019-07-18
1
-1
/
+4
*
[llvm-objcopy] Don't change permissions of non-regular output files
Fangrui Song
2019-07-11
1
-5
/
+7
*
[Support] Move llvm::MemoryBuffer to sys::fs::file_t
Reid Kleckner
2019-07-10
1
-2
/
+47
*
getMainExecutable: handle realpath() failure, falling back to getprogpath().
Sam McCall
2019-07-02
1
-10
/
+10
*
[Support] Add fs::getUmask() function and change fs::setPermissions
Alex Brachet
2019-06-28
1
-1
/
+13
*
[Support] Fix build under Emscripten
Keno Fischer
2019-06-23
1
-0
/
+3
*
Fixes for builds that require strict X/Open and POSIX compatiblity
Xing Xue
2019-05-16
1
-7
/
+8
*
[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
[next]