Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!
[oota-llvm.git] / lib / Support / Unix / Signals.inc
2012-09-06 NAKAMURA TakumiUnix/Signals.inc: Fix a typo. Thanks to Dani Berg!
2012-06-16 Chandler CarruthDon't call 'FilesToRemove[0]' when the vector is empty...
2012-06-16 Chandler CarruthHarden the Unix signals code to be more async signal...
2012-03-24 Jean-Daniel DupasFix null to integer conversion warnings.
2012-01-11 Argyrios KyrtzidisDisable the crash reporter when running lit tests.
2011-04-29 Douglas GregorInclude <pthread.h> before we use pthread_self/pthread_kill
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-11-29 Michael J. SpencerMerge System into Support.