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
/
PrettyStackTrace.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make GCC happy about attribute location
JF Bastien
2019-07-25
1
-1
/
+2
*
Fix unused function from r367031
JF Bastien
2019-07-25
1
-1
/
+1
*
CrashHandler: be careful about crashing while handling
JF Bastien
2019-07-25
1
-16
/
+47
*
Add missing <atomic> include to appease MSVC builds.
Simon Pilgrim
2019-07-12
1
-0
/
+1
*
Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)
Jordan Rose
2019-07-12
1
-3
/
+62
*
Remove some autoconf references from docs and comments
Sven van Haastregt
2019-07-03
1
-1
/
+1
*
Support: enable backtraces on Windows
Saleem Abdulrasool
2019-02-27
1
-9
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-10
/
+10
*
Avoid copying PrettyStackTrace messages an extra time on Apple OSs
Jordan Rose
2018-06-15
1
-2
/
+2
*
Add more initializers to quiet a clang warning
Daniel Sanders
2018-01-30
1
-0
/
+4
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Include <cstdio> in PrettyStackTrace.cpp, since it uses vsnprintf(3).
Dimitry Andric
2017-04-29
1
-0
/
+1
*
Include <cstdarg> in PrettyStackTrace.cpp, fixing the bots.
Sean Callanan
2016-12-14
1
-0
/
+1
*
Prepare PrettyStackTrace for LLDB adoption
Sean Callanan
2016-12-14
1
-5
/
+21
*
Fix the apple build issue caused by r288956
Chris Bieneman
2016-12-07
1
-1
/
+1
*
Convert ENABLE_BACKTRACES into a 0/1 definition.
Joerg Sonnenberger
2016-09-30
1
-8
/
+8
*
Use C++ casts to avoid a warning
Sanjoy Das
2016-05-27
1
-1
/
+2
*
Don't use recursion to print out the PrettyStackTrace after a crash. If the
Richard Smith
2016-05-26
1
-16
/
+30
*
Reorganize the C API headers to improve build times.
Eric Christopher
2015-12-18
1
-1
/
+1
*
Add functions to save and restore the PrettyStackTrace state.
Nico Weber
2015-08-07
1
-0
/
+14
*
Fix the preprocessor checks used to determine if backtraces have been enabled.
Owen Anderson
2015-01-29
1
-6
/
+6
*
Use the existing build configuration parameter ENABLE_BACKTRACE to compile ou...
Owen Anderson
2015-01-29
1
-0
/
+16
*
[LPM] Clean up the use of TLS in pretty stack trace and disable it
Chandler Carruth
2015-01-29
1
-20
/
+2
*
[LPM] Fix the PPC attribute to be spelled 'global-dynamic'. This should
Chandler Carruth
2015-01-28
1
-2
/
+2
*
[LPM] Try to work around a bug with local-dynamic TLS on PowerPC 64.
Chandler Carruth
2015-01-28
1
-5
/
+18
*
[LPM] Rip all of ManagedStatic and ThreadLocal out of the pretty stack
Chandler Carruth
2015-01-28
1
-21
/
+18
*
[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...
Craig Topper
2014-04-09
1
-1
/
+1
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-2
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...
Filip Pizlo
2013-11-04
1
-16
/
+13
*
When LLVM is embedded in a larger application, it's not OK for LLVM to interc...
Filip Pizlo
2013-11-03
1
-0
/
+5
*
Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.
Filip Pizlo
2013-09-13
1
-8
/
+20
*
Add a new watchdog timer interface. The interface does not permit handling ti...
Nick Lewycky
2013-03-26
1
-1
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Add more initializers to quiet a clang warning.
Eric Christopher
2011-10-05
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Change all self assignments X=X to (void)X, so that we can turn on a
Jeffrey Yasskin
2010-12-23
1
-2
/
+1
*
Apparently OS X 10.4 doesn't have __crashreporter_info__.
Eric Christopher
2010-12-03
1
-5
/
+5
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
Fix a couple of warnings.
Eric Christopher
2010-08-08
1
-2
/
+3
*
Fix thinko.
Eric Christopher
2010-06-28
1
-2
/
+4
*
Pull in the libCrashReporterClient.a information with a warning comment.
Eric Christopher
2010-06-28
1
-2
/
+9
*
Look for and use a different darwin crash reporter library.
Eric Christopher
2010-06-22
1
-1
/
+11
*
Fix __crashreport_info__ declaration.
Daniel Dunbar
2010-05-20
1
-2
/
+2
*
Switch to SmallString::str from SmallString::c_str, and remove
Daniel Dunbar
2009-08-19
1
-2
/
+2
*
add a knob to turn off PrettyStackTrace globally. Patch by Zoltan
Chris Lattner
2009-07-16
1
-1
/
+6
*
Support thread-local pretty stack traces.
Owen Anderson
2009-06-25
1
-7
/
+8
*
Now that errs() is properly non-buffered, there's no need to
Dan Gohman
2009-03-23
1
-1
/
+0
*
Use c_str() to force the string to be nul-terminated.
Dan Gohman
2009-03-06
1
-1
/
+1
[next]