index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Signals.cpp
Age
Commit message (
Expand
)
Author
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2010-11-29
Merge System into Support.
Michael J. Spencer
2004-08-29
Signals support has been moved to lib/System
Reid Spencer
2004-08-04
It is not possible to catch SIGKILL, don't bother trying.
Chris Lattner
2004-05-27
Signals.h header moved. Eventually this should move into a lib/System library,
Chris Lattner
2004-02-21
`cat' is usually in /bin, not /usr/bin, at least on our systems.
Misha Brukman
2004-02-21
When printing a stack trace, demangle it if possible. Since we are potentially
Chris Lattner
2004-02-20
Use backtrace() and include execinfo.h, if they were detected by autoconf.
Brian Gaeke
2004-02-19
Disable the stack trace thing until we can get an autoconf test for it. This
Chris Lattner
2004-02-19
Implement new function
Chris Lattner
2004-02-19
Print stacktrace in STDERR before dying on a fatal signal. Currently
Alkis Evlogimenos
2003-12-14
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-16
Fixed spelling & grammar.
Misha Brukman
2003-08-01
Move #include from a header to here
Chris Lattner
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-05-27
Make _sure_ we don't go into an infinite loop if a signal happens!
Chris Lattner
2003-05-22
Add using declarations
Chris Lattner
2002-09-13
Submitted by Casey Carter:
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-04-18
Add new api for basic signal handling for tools
Chris Lattner