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 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
*
HAVE_UNWIND_BACKTRACE -> HAVE__UNWIND_BACKTRACE
Joerg Sonnenberger
2016-09-29
1
-4
/
+4
*
Add an c++ itanium demangler to llvm.
Rafael Espindola
2016-09-06
1
-8
/
+2
*
Implement getRandomBytes() function
Eugene Leviant
2016-08-26
1
-0
/
+4
*
Preserve a pointer to the newly allocated signal stack as well. That too
Chandler Carruth
2016-08-24
1
-4
/
+6
*
Increase the size of the sigaltstack used by LLVM signal handlers. 8KB is not
Richard Smith
2016-08-24
1
-1
/
+1
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Add AIX support to Path.inc, Host.h, and CMake.
Chandler Carruth
2016-07-19
1
-2
/
+3
*
Use posix_fallocate instead of ftruncate.
Rafael Espindola
2016-07-19
1
-0
/
+9
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-13
1
-1
/
+86
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-2
/
+7
*
Revert commit r271704, a patch that enables warnings for non-portable #includ...
Taewook Oh
2016-06-04
1
-86
/
+1
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-03
1
-1
/
+86
*
[Support] Reapply cleanup r270643
Gerolf Hoflehner
2016-05-25
1
-39
/
+0
*
[Support] revert previous commit r270643
Gerolf Hoflehner
2016-05-25
1
-0
/
+39
*
[Support] Cleanup of an ancient Darwin work-around in Signals.inc (PR26174)
Gerolf Hoflehner
2016-05-25
1
-39
/
+0
*
Enable use of sigaltstack for signal handlers when available. With this,
Richard Smith
2016-05-23
1
-1
/
+1
*
Fix implicit type conversion. NFC.
Chris Bieneman
2016-05-21
1
-1
/
+1
*
Switch from the linux-specific 'struct sigaltstack' to POSIX's 'stack_t'. This
Richard Smith
2016-05-20
1
-2
/
+2
*
Add a configure-time check for the existence of sigaltstack. It seems that some
Richard Smith
2016-05-20
1
-2
/
+4
*
Reinstate r269992 (reverting r270267), but restricted to cases where glibc is
Richard Smith
2016-05-20
1
-4
/
+59
*
Create a sigaltstack when we register our signal handlers. Otherwise we'd very
Richard Smith
2016-05-20
1
-0
/
+31
*
Revert "Work around a glibc bug: backtrace() spuriously fails if..."
Chris Bieneman
2016-05-20
1
-51
/
+4
*
Work around a glibc bug: backtrace() spuriously fails if
Richard Smith
2016-05-18
1
-4
/
+51
*
Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...
Mehdi Amini
2016-05-14
1
-5
/
+0
*
Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...
Mehdi Amini
2016-05-14
1
-0
/
+5
*
[Support] Creation of minidump after compiler crash on Windows
Leny Kholodov
2016-05-04
1
-0
/
+2
*
Fix missing include on OpenBSD
Mehdi Amini
2016-04-08
1
-0
/
+1
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
6
-115
/
+64
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
6
-64
/
+115
[next]