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
...
*
[cmake] Improve pthread_[gs]etname_np detection code
Pavel Labath
2018-04-18
1
-2
/
+0
*
Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArguments
Rui Ueyama
2018-04-17
1
-9
/
+0
*
Remove HAVE_DIRENT_H.
Nico Weber
2018-04-02
1
-17
/
+2
*
[Support] Add WriteThroughMemoryBuffer.
Zachary Turner
2018-03-08
1
-1
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-20
1
-1
/
+1
*
Silence warning about unused private variable.
Zachary Turner
2018-02-15
1
-1
/
+3
*
Revert r325224 "Report fatal error in the case of out of memory"
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Specify namespace for realloc
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Fix off-by-one in set_thread_name which causes truncation to fail on Linux
Sam McCall
2018-02-13
1
-1
/
+2
*
Fallback option for colorized output when terminfo isn't available
Petr Hosek
2018-01-19
1
-0
/
+15
*
[Support] Use realpath(3) instead of trying to open a file.
Davide Italiano
2018-01-09
1
-6
/
+6
*
[ARM][AArch64] Workaround ARM/AArch64 peculiarity in clearing icache.
Peter Smith
2017-11-28
1
-4
/
+24
*
[Support] Support NetBSD PaX MPROTECT in sys::Memory.
Lang Hames
2017-11-16
1
-123
/
+4
*
[Support/UNIX] posix_fallocate() can fail with EINVAL.
Davide Italiano
2017-11-07
1
-1
/
+1
*
Temporary workaround for msan false positive.
Sam McCall
2017-11-02
1
-1
/
+1
*
[DynamicLibrary] Fix build on musl libc
Keno Fischer
2017-10-26
1
-1
/
+1
*
Don't try to use a non-existent header on FreeBSD/mips.
John Baldwin
2017-10-25
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
*
Convenience/safety fix for llvm::sys::Execute(And|No)Wait
Alexander Kornienko
2017-09-13
1
-6
/
+6
*
Minor style fixes in lib/Support/**/Program.(inc|cpp).
Alexander Kornienko
2017-09-06
1
-32
/
+30
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-4
/
+4
*
[Support] Remove getPathFromOpenFD, it was unused
Reid Kleckner
2017-08-04
1
-47
/
+0
*
Remove Bitrig: LLVM Changes
Erich Keane
2017-07-21
2
-9
/
+8
*
Allow clients to specify search order of DynamicLibraries.
Frederich Munch
2017-07-12
1
-0
/
+3
*
[Solaris] get rid of _RESTRICT_KYWD warning during the build
Kamil Rytarowski
2017-07-08
1
-3
/
+0
*
[Support] sys::getProcessTriple should return a macOS triple using
Alex Lorenz
2017-07-07
1
-6
/
+19
*
Recommit "[Support] Add RetryAfterSignal helper function"
Pavel Labath
2017-06-29
2
-17
/
+7
*
Revert "[Support] Add RetryAfterSignal helper function" and subsequent fix
Pavel Labath
2017-06-22
2
-7
/
+17
*
[Support] Add RetryAfterSignal helper function
Pavel Labath
2017-06-21
2
-17
/
+7
*
Support: chunk writing on Linux
Saleem Abdulrasool
2017-06-20
1
-1
/
+12
*
Implement AllocateRWX and ReleaseRWX for NetBSD
Kamil Rytarowski
2017-06-18
1
-0
/
+4
*
[CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...
NAKAMURA Takumi
2017-06-17
1
-0
/
+6
*
Support: Don't set RLIMIT_AS on child processes when applying a memory limit
David Blaikie
2017-06-12
1
-10
/
+0
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
3
-6
/
+6
*
Close DynamicLibraries in reverse order they were opened.
Frederich Munch
2017-06-05
1
-1
/
+2
*
Fix building DynamicLibrary.cpp with musl libc
Dimitry Andric
2017-06-05
1
-2
/
+2
*
[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
*
Remove spurious cast of nullptr. NFC.
Serge Guelton
2017-05-11
1
-2
/
+2
*
If posix_fallocate returns EOPNOTSUPP, fallback to ftruncate.
Joerg Sonnenberger
2017-05-05
1
-4
/
+5
*
fix build on Cygwin
Nuno Lopes
2017-05-05
1
-1
/
+1
*
Refactor DynamicLibrary so searching for a symbol will have a defined order and
Frederich Munch
2017-04-27
1
-0
/
+131
*
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...
Frederich Munch
2017-04-24
1
-131
/
+0
*
Refactor DynamicLibrary so searching for a symbol will have a defined order and
Frederich Munch
2017-04-24
1
-0
/
+131
*
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...
Frederich Munch
2017-04-24
1
-131
/
+0
*
Refactor DynamicLibrary so searching for a symbol will have a defined order and
Frederich Munch
2017-04-24
1
-0
/
+131
[prev]
[next]