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
/
Signals.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support] Optionally call signal handlers when a function wrapped by the the ...
Alexandre Ganea
2020-01-11
1
-0
/
+16
*
[Signal] Allow one-shot SIGPIPE handler to be reached
Vedant Kumar
2019-12-04
1
-5
/
+5
*
[Signal] Allow llvm clients to opt into one-shot SIGPIPE handling
Vedant Kumar
2019-11-18
1
-4
/
+20
*
Revert "Disable exit-on-SIGPIPE in lldb"
Vedant Kumar
2019-10-24
1
-13
/
+1
*
Disable exit-on-SIGPIPE in lldb
Vedant Kumar
2019-10-18
1
-1
/
+13
*
Replace llvm::MutexGuard/UniqueLock with their standard equivalents
Benjamin Kramer
2019-08-07
1
-1
/
+0
*
Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)
Jordan Rose
2019-07-12
1
-14
/
+53
*
[llvm] [Support] Clean PrintStackTrace() ptr arithmetic up
Michal Gorny
2019-07-02
1
-5
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] exit with custom return code for SIGPIPE
Nick Desaulniers
2018-10-12
1
-0
/
+5
*
Fix namespaces. No functionality change.
Benjamin Kramer
2018-06-16
1
-0
/
+2
*
Signal handling should be signal-safe
JF Bastien
2018-05-16
1
-73
/
+161
*
Revert "Signal handling should be signal-safe"
JF Bastien
2018-05-16
1
-161
/
+73
*
Signal handling should be signal-safe
JF Bastien
2018-05-16
1
-73
/
+161
*
[NFC] pull a function into its own lambda
JF Bastien
2018-05-15
1
-19
/
+21
*
[NFC] Update comments
JF Bastien
2018-05-15
1
-20
/
+19
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-20
1
-1
/
+1
*
Revert r325224 "Report fatal error in the case of out of memory"
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
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
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
*
Fix LLDB Android AArch64 GCC debug info build
Omair Javaid
2017-02-02
1
-1
/
+1
*
Revert "Use _Unwind_Backtrace on Apple platforms."
Bob Wilson
2017-01-06
1
-1
/
+1
*
Use _Unwind_Backtrace on Apple platforms.
Bob Wilson
2016-11-14
1
-1
/
+1
*
fix build on cygwin
Nuno Lopes
2016-10-06
1
-1
/
+1
*
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
*
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
*
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
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-2
/
+7
*
[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 "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
1
-29
/
+24
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
1
-24
/
+29
*
Use array_lengthof instead of manually calculating it. NFC
Craig Topper
2015-12-01
1
-3
/
+2
[next]