Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Support / Signals.cpp
2015-11-08 NAKAMURA TakumiAppease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.
2015-11-05 Reid Kleckner[Windows] Symbolize with llvm-symbolizer instead of...
2015-07-22 Yaron KerenRename RunCallBacksToRun to llvm::sys::RunSignalHandlers
2015-07-22 Yaron KerenDe-duplicate Unix & Windows CallBacksToRun
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-11-29 Michael J. SpencerMerge System into Support.
2004-08-29 Reid SpencerSignals support has been moved to lib/System
2004-08-04 Chris LattnerIt is not possible to catch SIGKILL, don't bother trying.
2004-05-27 Chris LattnerSignals.h header moved. Eventually this should move...
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