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
...
*
Combine ifdefs around dl_iterate_phdr in Unix/Signals.inc
Reid Kleckner
2015-11-09
1
-13
/
+8
*
Appease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.
NAKAMURA Takumi
2015-11-08
1
-0
/
+7
*
Fix OSX build after r252118 (missing parameter for findModulesAndOffsets())
Mehdi Amini
2015-11-05
1
-1
/
+2
*
Remove empty lines
Mehdi Amini
2015-11-05
1
-2
/
+2
*
[Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-host
Reid Kleckner
2015-11-05
1
-87
/
+2
*
Remove unnecessary in C++11 c_str() calls
Yaron Keren
2015-07-23
1
-18
/
+1
*
Rename RunCallBacksToRun to llvm::sys::RunSignalHandlers
Yaron Keren
2015-07-22
1
-1
/
+1
*
De-duplicate Unix & Windows CallBacksToRun
Yaron Keren
2015-07-22
1
-9
/
+1
*
Remove C++98 workaround in llvm::sys::DontRemoveFileOnSignal()
Yaron Keren
2015-07-22
1
-7
/
+0
*
Use auto instead of the long type name. NFC.
Steven Wu
2015-05-07
1
-2
/
+1
*
Fix another hang caused by ManagedStatic in SignalHandler
Steven Wu
2015-05-07
1
-4
/
+11
*
Fixes a hang that can occur if a signal comes in during malloc calls.
Chris Bieneman
2015-04-27
1
-0
/
+6
*
Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.
Pete Cooper
2015-04-07
1
-2
/
+2
*
Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)
Zachary Turner
2015-03-05
1
-21
/
+23
*
[Support][Windows] Unify dialog box suppression and print stack traces on abort.
Michael J. Spencer
2015-01-29
1
-0
/
+2
*
Remove FindProgramByName. NFC.
Rafael Espindola
2014-11-04
1
-2
/
+4
*
Strength reduce constant-sized vectors into arrays. No functionality change.
Benjamin Kramer
2014-10-22
1
-8
/
+6
*
Unix/Signals.inc: Let findModulesAndOffsets() built conditionally regarding t...
NAKAMURA Takumi
2014-10-13
1
-2
/
+3
*
Guard the definition of the stack tracing function with the same macros
Chandler Carruth
2014-10-11
1
-0
/
+2
*
Follow-up to r219534 to make symbolization more robust.
Alexey Samsonov
2014-10-10
1
-2
/
+7
*
Re-land r219354: Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.
Alexey Samsonov
2014-10-10
1
-1
/
+140
*
Revert r219354. It seems to break some buildbots.
Alexey Samsonov
2014-10-08
1
-139
/
+1
*
Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.
Alexey Samsonov
2014-10-08
1
-1
/
+139
*
Cleaning up remaining static initializers in Signals.inc
Chris Bieneman
2014-09-02
1
-24
/
+31
*
Cleaning up static initializers in Signals.inc
Chris Bieneman
2014-08-29
1
-5
/
+4
*
Support: add llvm::unique_lock
Dylan Noblesmith
2014-08-23
1
-16
/
+17
*
Support: make LLVM Mutexes STL-compatible
Dylan Noblesmith
2014-08-23
1
-4
/
+4
*
Support/Unix: use ScopedLock wherever possible
Dylan Noblesmith
2014-08-23
1
-24
/
+22
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-14
/
+14
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
1
-2
/
+2
*
[conf] Add config variable to disable crash related overrides.
Daniel Dunbar
2013-08-30
1
-2
/
+2
*
Revert part of 186302 to fix buildbots.
Craig Topper
2013-07-15
1
-1
/
+2
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-6
/
+3
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
1
-4
/
+4
*
[SystemZ] Support System Z as host architecture
Ulrich Weigand
2013-05-03
1
-0
/
+9
*
Inline variable into the #ifdef block where it's used.
Benjamin Kramer
2013-04-28
1
-1
/
+1
*
Fix typo. Stupid me.
Joerg Sonnenberger
2013-04-27
1
-1
/
+1
*
Only use cxxabi.h's demangler, if it is actually available.
Joerg Sonnenberger
2013-04-27
1
-2
/
+8
*
Rewrite comments.
Dan Gohman
2013-02-20
1
-3
/
+5
*
SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.
Dan Gohman
2013-02-20
1
-2
/
+2
*
Fix gcc/printf/ISO C++ warning
Edwin Vane
2013-01-28
1
-1
/
+5
*
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-09
1
-11
/
+15
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Support: Don't remove special files on signals.
Daniel Dunbar
2012-10-17
1
-9
/
+21
*
Make backtraces work again with both the configure and cmake build.
Benjamin Kramer
2012-09-28
1
-1
/
+1
*
Add an --enable-backtraces option to configure to determine
Eric Christopher
2012-09-21
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2012-09-06
1
-2
/
+2
*
Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!
NAKAMURA Takumi
2012-09-06
1
-1
/
+1
*
Don't call 'FilesToRemove[0]' when the vector is empty, even to compute
Chandler Carruth
2012-06-16
1
-1
/
+1
*
Harden the Unix signals code to be more async signal safe.
Chandler Carruth
2012-06-16
1
-9
/
+41
[prev]
[next]