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
*
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
*
Add support for GNU Hurd in Path.inc and other places
Sylvestre Ledru
2018-10-23
1
-3
/
+8
*
[Support] exit with custom return code for SIGPIPE
Nick Desaulniers
2018-10-12
1
-0
/
+5
*
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
2
-3
/
+8
*
[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
*
Add OpenBSD support to the Threading code
Brad Smith
2018-06-23
1
-3
/
+5
*
Fix namespaces. No functionality change.
Benjamin Kramer
2018-06-16
1
-0
/
+2
*
LTO: Keep file handles open for memory mapped files.
Peter Collingbourne
2018-06-13
1
-2
/
+1
*
Refactor ExecuteAndWait to take StringRefs.
Zachary Turner
2018-06-12
1
-7
/
+28
*
Fix build errors on some configurations
Pavel Labath
2018-06-11
2
-3
/
+3
*
Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."
Zachary Turner
2018-06-10
1
-6
/
+4
*
Cleanup. NFC
Fangrui Song
2018-06-10
2
-2
/
+2
[next]