Age | Commit message (Expand) | Author | Files | Lines |
2019-04-15 | Only use argv[0] as the main executable name if it exists. | Sean Silva | 1 | -2/+2 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-12-18 | Buildfix for r345516 (Clang compilation failing). | Alexandre Ganea | 1 | -1/+1 |
2018-12-18 | [llvm-symbolizer] Omit stderr output when symbolizing a crash | Alexandre Ganea | 1 | -3/+11 |
2018-06-12 | Refactor ExecuteAndWait to take StringRefs. | Zachary Turner | 1 | -8/+9 |
2018-05-16 | Signal handling should be signal-safe | JF Bastien | 1 | -9/+45 |
2018-05-16 | Revert "Signal handling should be signal-safe" | JF Bastien | 1 | -35/+12 |
2018-05-16 | Signal handling should be signal-safe | JF Bastien | 1 | -12/+35 |
2018-05-05 | Simplify LLVM_ATTRIBUTE_USED call sites. | Fangrui Song | 1 | -8/+3 |
2018-04-30 | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 1 | -1/+1 |
2018-04-29 | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 1 | -2/+2 |
2017-09-13 | Convenience/safety fix for llvm::sys::Execute(And|No)Wait | Alexander Kornienko | 1 | -5/+1 |
2017-06-09 | bugpoint: disabling symbolication of bugpoint-executed programs | David Blaikie | 1 | -5/+11 |
2017-06-06 | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 1 | -1/+1 |
2017-03-31 | Remove name space pollution from Signals.cpp | Kristof Beyls | 1 | -1/+0 |
2016-06-09 | Search for llvm-symbolizer binary in the same directory as argv[0], before | Richard Smith | 1 | -11/+23 |
2015-11-08 | Appease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES. | NAKAMURA Takumi | 1 | -0/+4 |
2015-11-05 | [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-host | Reid Kleckner | 1 | -1/+123 |
2015-07-22 | Rename RunCallBacksToRun to llvm::sys::RunSignalHandlers | Yaron Keren | 1 | -1/+1 |
2015-07-22 | De-duplicate Unix & Windows CallBacksToRun | Yaron Keren | 1 | -1/+13 |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 1 | -1/+1 |
2010-11-29 | Merge System into Support. | Michael J. Spencer | 1 | -0/+34 |
2004-08-29 | Signals support has been moved to lib/System | Reid Spencer | 1 | -138/+0 |
2004-08-04 | It is not possible to catch SIGKILL, don't bother trying. | Chris Lattner | 1 | -1/+1 |
2004-05-27 | Signals.h header moved. Eventually this should move into a lib/System library, | Chris Lattner | 1 | -1/+1 |
2004-02-21 | `cat' is usually in /bin, not /usr/bin, at least on our systems. | Misha Brukman | 1 | -1/+1 |
2004-02-21 | When printing a stack trace, demangle it if possible. Since we are potentially | Chris Lattner | 1 | -5/+61 |
2004-02-20 | Use backtrace() and include execinfo.h, if they were detected by autoconf. | Brian Gaeke | 1 | -5/+10 |
2004-02-19 | Disable the stack trace thing until we can get an autoconf test for it. This | Chris Lattner | 1 | -3/+3 |
2004-02-19 | Implement new function | Chris Lattner | 1 | -0/+6 |
2004-02-19 | Print stacktrace in STDERR before dying on a fatal signal. Currently | Alkis Evlogimenos | 1 | -1/+7 |
2003-12-14 | Finegrainify namespacification | Chris Lattner | 1 | -5/+2 |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 1 | -0/+4 |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell | 1 | -0/+7 |
2003-09-16 | Fixed spelling & grammar. | Misha Brukman | 1 | -1/+1 |
2003-08-01 | Move #include from a header to here | Chris Lattner | 1 | -0/+1 |
2003-06-30 | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 1 | -1/+1 |
2003-05-27 | Make _sure_ we don't go into an infinite loop if a signal happens! | Chris Lattner | 1 | -0/+1 |
2003-05-22 | Add using declarations | Chris Lattner | 1 | -3/+2 |
2002-09-13 | Submitted by Casey Carter: | Chris Lattner | 1 | -2/+4 |
2002-06-25 | changes to make it compatible with 64bit gcc | Anand Shukla | 1 | -4/+5 |
2002-04-18 | Add new api for basic signal handling for tools | Chris Lattner | 1 | -0/+53 |