Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Support / Unix / Signals.inc
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-17 Daniel DunbarSupport: Don't remove special files on signals.
2012-09-28 Benjamin KramerMake backtraces work again with both the configure...
2012-09-21 Eric ChristopherAdd an --enable-backtraces option to configure to determine
2012-09-06 NAKAMURA TakumiWhitespace.
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.