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