aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Signals.inc
AgeCommit message (Expand)AuthorFilesLines
2013-01-28Fix gcc/printf/ISO C++ warningEdwin Vane1-1/+5
2013-01-09Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis1-11/+15
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-10-17Support: Don't remove special files on signals.Daniel Dunbar1-9/+21
2012-09-28Make backtraces work again with both the configure and cmake build.Benjamin Kramer1-1/+1
2012-09-21Add an --enable-backtraces option to configure to determineEric Christopher1-1/+1
2012-09-06Whitespace.NAKAMURA Takumi1-2/+2
2012-09-06Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi1-1/+1
2012-06-16Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth1-1/+1
2012-06-16Harden the Unix signals code to be more async signal safe.Chandler Carruth1-9/+41
2012-03-24Fix null to integer conversion warnings.Jean-Daniel Dupas1-2/+2
2012-01-11Disable the crash reporter when running lit tests.Argyrios Kyrtzidis1-0/+20
2011-04-29Include <pthread.h> before we use pthread_self/pthread_killDouglas Gregor1-3/+3
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+303