#
b0bedfa4 |
| 19-Feb-2004 |
Chris Lattner <sabre@nondot.org> |
Implement new function
llvm-svn: 11631
|
#
c94edd6c |
| 19-Feb-2004 |
Alkis Evlogimenos <alkis@evlogimenos.com> |
Print stacktrace in STDERR before dying on a fatal signal. Currently the symbols are not demangled.
llvm-svn: 11620
|
Revision tags: llvmorg-1.1.0 |
|
#
c9499b6a |
| 14-Dec-2003 |
Chris Lattner <sabre@nondot.org> |
Finegrainify namespacification
llvm-svn: 10464
|
#
960707c3 |
| 11-Nov-2003 |
Brian Gaeke <gaeke@uiuc.edu> |
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
Revision tags: llvmorg-1.0.0 |
|
#
482202a6 |
| 20-Oct-2003 |
John Criswell <criswell@uiuc.edu> |
Added LLVM project notice to the top of every C++ source file. Header files will be on the way.
llvm-svn: 9298
|
#
c08758a5 |
| 16-Sep-2003 |
Misha Brukman <brukman+llvm@gmail.com> |
Fixed spelling & grammar.
llvm-svn: 8559
|
#
958f47b9 |
| 01-Aug-2003 |
Chris Lattner <sabre@nondot.org> |
Move #include from a header to here
llvm-svn: 7480
|
#
3ef61afb |
| 30-Jun-2003 |
John Criswell <criswell@uiuc.edu> |
Merged in autoconf branch. This provides configuration via the autoconf system.
llvm-svn: 7014
|
#
958bce2b |
| 27-May-2003 |
Chris Lattner <sabre@nondot.org> |
Make _sure_ we don't go into an infinite loop if a signal happens!
llvm-svn: 6351
|
#
6d06541a |
| 22-May-2003 |
Chris Lattner <sabre@nondot.org> |
Add using declarations
llvm-svn: 6305
|
#
2c97c2cc |
| 13-Sep-2002 |
Chris Lattner <sabre@nondot.org> |
Submitted by Casey Carter:
ISSUE: Linux doesn't have any steenking SIGEMT signal, as referred to in lib/Support/Signals.cpp.
ACTION: Wrap the use with a #ifdef SIGEMT / #endif. llvm-svn: 3700
|
#
458496c0 |
| 25-Jun-2002 |
Anand Shukla <ashukla@cs.uiuc.edu> |
changes to make it compatible with 64bit gcc
llvm-svn: 2791
|
#
1c2329ad |
| 18-Apr-2002 |
Chris Lattner <sabre@nondot.org> |
Add new api for basic signal handling for tools
llvm-svn: 2302
|