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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support] Improve readNativeFile(Slice) interface
Pavel Labath
2019-08-22
1
-33
/
+17
*
[Support] Replace sys::Mutex with their standard equivalents.
Benjamin Kramer
2019-08-19
1
-3
/
+2
*
[Support] Base RWMutex on std::shared_timed_mutex (C++14)
Benjamin Kramer
2019-08-15
1
-50
/
+0
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[Support][NFC] Fix error message for posix_spawn_file_actions_addopen failed ...
Jan Korous
2019-08-14
1
-1
/
+1
*
Support: Remove needless allocation when getMainExecutable() calls readlink()
Nico Weber
2019-08-07
1
-4
/
+4
*
[Support] Base SmartMutex on std::recursive_mutex
Benjamin Kramer
2019-08-07
1
-42
/
+0
*
Replace llvm::MutexGuard/UniqueLock with their standard equivalents
Benjamin Kramer
2019-08-07
2
-3
/
+2
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
2
-4
/
+4
*
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
*
Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)
Jordan Rose
2019-07-12
1
-14
/
+53
*
[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
*
Remove some autoconf references from docs and comments
Sven van Haastregt
2019-07-03
1
-1
/
+1
*
getMainExecutable: handle realpath() failure, falling back to getprogpath().
Sam McCall
2019-07-02
1
-10
/
+10
*
[llvm] [Support] Clean PrintStackTrace() ptr arithmetic up
Michal Gorny
2019-07-02
1
-5
/
+2
*
[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
*
[PowerPC] Set PROT_READ flag for MF_EXEC to prevent segfaults on PPC machines
Nemanja Ivanovic
2019-06-03
1
-3
/
+2
*
[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...
Lang Hames
2019-05-20
1
-10
/
+12
*
Fixes for builds that require strict X/Open and POSIX compatiblity
Xing Xue
2019-05-16
3
-11
/
+39
*
[Support] Add error handling to sys::Process::getPageSize().
Lang Hames
2019-05-08
3
-4
/
+7
*
Guard __builtin_available() with __has_builtin to support older host compilers.
Adrian Prantl
2019-05-07
1
-1
/
+2
*
[Support] Don't check MAP_ANONYMOUS, just use MAP_ANON
Fangrui Song
2019-05-02
1
-8
/
+1
*
Try to use /proc on FreeBSD for getExecutablePath
David Chisnall
2019-04-29
1
-1
/
+14
*
posix_spawn should retry upon EINTR
JF Bastien
2019-04-24
1
-6
/
+10
*
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
*
[llvm][Support] Provide interface to set thread priorities
Kadir Cetinkaya
2019-04-16
1
-0
/
+39
*
[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
*
Use AIX version detection at LLVM run-time
Hubert Tong
2019-03-13
1
-0
/
+17
*
[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
*
Fix non-Windows platforms build break introduced by r355065. Fixes:
Alexandre Ganea
2019-02-28
1
-0
/
+1
*
[Memory] Add basic support for large/huge memory pages
Alexandre Ganea
2019-02-28
1
-1
/
+2
*
Add OpenBSD support to be able to get the thread name
Brad Smith
2019-02-07
1
-0
/
+6
*
build: Remove the cmake check for malloc.h.
Peter Collingbourne
2019-02-06
1
-4
/
+1
*
MemoryBlock: Do not automatically extend a given size to a multiple of page s...
Rui Ueyama
2019-01-23
1
-6
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
14
-56
/
+42
*
[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
[next]