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