aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Signals.inc
AgeCommit message (Expand)Author
2013-01-09Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-17Support: Don't remove special files on signals.Daniel Dunbar
2012-09-28Make backtraces work again with both the configure and cmake build.Benjamin Kramer
2012-09-21Add an --enable-backtraces option to configure to determineEric Christopher
2012-09-06Whitespace.NAKAMURA Takumi
2012-09-06Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi
2012-06-16Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth
2012-06-16Harden the Unix signals code to be more async signal safe.Chandler Carruth
2012-03-24Fix null to integer conversion warnings.Jean-Daniel Dupas
2012-01-11Disable the crash reporter when running lit tests.Argyrios Kyrtzidis
2011-04-29Include <pthread.h> before we use pthread_self/pthread_killDouglas Gregor
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-11-29Merge System into Support.Michael J. Spencer