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
*
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
*
Fix detection of backtrace() availability on FreeBSD
Ed Maste
2017-04-12
1
-2
/
+2
*
Remove name space pollution from Signals.cpp
Kristof Beyls
2017-03-31
1
-3
/
+3
*
[Support] Avoid concurrency hazard in signal handler registration
Bruno Cardoso Lopes
2017-03-27
1
-5
/
+1
*
Make home_directory look in the password database in addition to $HOME.
Zachary Turner
2017-03-22
1
-5
/
+11
*
[Support] Fill the file_status struct with link count.
Zachary Turner
2017-03-20
1
-4
/
+7
*
Fix linux build.
Zachary Turner
2017-03-16
1
-1
/
+2
*
[Support] Add support for getting file system permissions on Windows and impl...
James Henderson
2017-03-16
1
-1
/
+10
*
Reverting r297617 because it broke some bots:
Aaron Ballman
2017-03-13
1
-15
/
+6
*
Add support for getting file system permissions and implement sys::fs::permis...
Aaron Ballman
2017-03-13
1
-6
/
+15
*
Add llvm::sys::fs::real_path.
Zachary Turner
2017-03-10
1
-1
/
+63
*
fix build on Cygwin
Nuno Lopes
2017-03-09
1
-0
/
+3
*
[Support] Add llvm::sys::fs::remove_directories.
Zachary Turner
2017-03-08
1
-2
/
+43
*
[fs] Make sure to check S_ISLNK() in fillStatus.
Zachary Turner
2017-03-07
1
-0
/
+2
*
[Support] Add the option to not follow symlinks on stat.
Zachary Turner
2017-03-07
1
-2
/
+2
*
Try to fix thread name truncation on non-Windows.
Zachary Turner
2017-03-04
1
-6
/
+13
*
Improve the Threading code on NetBSD
Kamil Rytarowski
2017-03-04
1
-5
/
+2
*
Truncate thread names if they're too long.
Zachary Turner
2017-03-04
1
-3
/
+27
*
Silence a warning, NFC
Krzysztof Parzyszek
2017-03-03
1
-0
/
+1
*
Detect the existence of pthread_{s,g}etname_np in libpthread on Linux
Krzysztof Parzyszek
2017-03-03
1
-0
/
+4
*
Add missing #includes for FreeBSD.
Zachary Turner
2017-03-03
1
-4
/
+9
*
Try again to appease the FreeBSD bot.
Zachary Turner
2017-03-03
1
-7
/
+2
*
Try to appease the FreeBSD bots.
Zachary Turner
2017-03-03
1
-2
/
+2
[next]