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
...
*
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
*
Add #include for unistd.h on Linux.
Zachary Turner
2017-03-03
1
-0
/
+1
*
[Support] Provide access to current thread name/thread id.
Zachary Turner
2017-03-03
1
-0
/
+181
*
[Support] Re-add the special OSX flags on mmap.
Zachary Turner
2017-02-22
1
-0
/
+19
*
[Support] Provide linux/magic.h fallback for older kernels
Michal Gorny
2017-02-22
1
-0
/
+15
*
Try to fix the buildbot on OSX.
Zachary Turner
2017-02-21
1
-16
/
+0
*
Try to fix Android build.
Zachary Turner
2017-02-21
1
-1
/
+3
*
[Support] Add a function to check if a file resides locally.
Zachary Turner
2017-02-21
1
-3
/
+63
*
Fix LLDB Android AArch64 GCC debug info build
Omair Javaid
2017-02-02
2
-2
/
+2
*
[Support] Use O_CLOEXEC only when declared
Pavel Labath
2017-01-24
1
-2
/
+20
*
[Support] Add sys::fs::set_current_path() (aka chdir)
Pavel Labath
2017-01-24
1
-0
/
+10
*
raw_fd_ostream: Make file handles non-inheritable by default
Pavel Labath
2017-01-18
1
-2
/
+2
*
Revert "Use _Unwind_Backtrace on Apple platforms."
Bob Wilson
2017-01-06
1
-1
/
+1
*
[ThinLTO] Add an API to trigger file-based API for returning objects to the l...
Mehdi Amini
2016-12-14
1
-0
/
+13
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Use _Unwind_Backtrace on Apple platforms.
Bob Wilson
2016-11-14
1
-1
/
+1
*
Zero-initialize chrono duration objects
Pavel Labath
2016-11-09
1
-1
/
+1
*
Correct mprotect page boundries to round up end page. Fixes PR30905.
Alina Sbirlea
2016-11-05
1
-1
/
+4
*
[Chrono] Fix !HAVE_FUTIMENS build
Pavel Labath
2016-10-24
1
-1
/
+2
*
Remove TimeValue usage from llvm/Support
Pavel Labath
2016-10-24
3
-33
/
+50
*
Reapply "Add Chrono.h - std::chrono support header"
Pavel Labath
2016-10-20
1
-54
/
+0
*
Revert "Add Chrono.h - std::chrono support header"
Pavel Labath
2016-10-19
1
-0
/
+54
*
Add Chrono.h - std::chrono support header
Pavel Labath
2016-10-19
1
-54
/
+0
*
fix build on cygwin
Nuno Lopes
2016-10-06
1
-1
/
+1
*
Deal with the (historic) MAP_ANONYMOUS vs MAP_ANON directly by using CPP
Joerg Sonnenberger
2016-09-30
1
-2
/
+2
*
Retire NEED_DEV_ZERO_FOR_MMAP. It should be needed only on outdated
Joerg Sonnenberger
2016-09-30
1
-16
/
+0
*
Turn ENABLE_CRASH_OVERRIDES into a 0/1 definition.
Joerg Sonnenberger
2016-09-30
1
-1
/
+1
*
Convert ENABLE_BACKTRACES into a 0/1 definition.
Joerg Sonnenberger
2016-09-30
1
-4
/
+4
*
Make HAVE_DECL_ARC4RANDOM always defined. Sort the entry correctly.
Joerg Sonnenberger
2016-09-29
1
-2
/
+2
[prev]
[next]