Apply simplification suggested by Chris: why assign() when operator = will do?
[oota-llvm.git] / lib / Support / Signals.cpp
2004-02-21 Misha Brukman`cat' is usually in /bin, not /usr/bin, at least on...
2004-02-21 Chris LattnerWhen printing a stack trace, demangle it if possible...
2004-02-20 Brian GaekeUse backtrace() and include execinfo.h, if they were...
2004-02-19 Chris LattnerDisable the stack trace thing until we can get an autoc...
2004-02-19 Chris LattnerImplement new function
2004-02-19 Alkis EvlogimenosPrint stacktrace in STDERR before dying on a fatal...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-16 Misha BrukmanFixed spelling & grammar.
2003-08-01 Chris LattnerMove #include from a header to here
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-05-27 Chris LattnerMake _sure_ we don't go into an infinite loop if a...
2003-05-22 Chris LattnerAdd using declarations
2002-09-13 Chris LattnerSubmitted by Casey Carter:
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-04-18 Chris LattnerAdd new api for basic signal handling for tools