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] Optionally call signal handlers when a function wrapped by the the ...
Alexandre Ganea
2020-01-11
1
-0
/
+16
*
[Support][NFC] Make some helper functions "static" in Memory.inc
Bruno Ricci
2020-01-09
1
-5
/
+1
*
[Signal] Allow one-shot SIGPIPE handler to be reached
Vedant Kumar
2019-12-04
1
-5
/
+5
*
[Signal] Allow llvm clients to opt into one-shot SIGPIPE handling
Vedant Kumar
2019-11-18
1
-4
/
+20
*
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
*
Revert "Disable exit-on-SIGPIPE in lldb"
Vedant Kumar
2019-10-24
1
-13
/
+1
*
Reland "[Support] Add a way to run a function on a detached thread""
Sam McCall
2019-10-23
2
-26
/
+46
*
Revert "[Support] Add a way to run a function on a detached thread"
Sam McCall
2019-10-23
2
-46
/
+26
*
[Support] Add a way to run a function on a detached thread
Sam McCall
2019-10-23
2
-26
/
+46
*
Disable exit-on-SIGPIPE in lldb
Vedant Kumar
2019-10-18
1
-1
/
+13
*
[Alignment][NFC] Move and type functions from MathExtras to Alignment
Guillaume Chatelet
2019-10-14
1
-3
/
+3
*
[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
[next]