aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Unix/Signals.inc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-21/+23
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-57/+209
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-16/+16
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-111-2/+2
|\
| * [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-301-2/+2
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-071-8/+6
|\ \ | |/
| * Revert part of 186302 to fix buildbots.Craig Topper2013-07-151-1/+2
| * Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-6/+3
| * Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-4/+4
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-121-0/+9
|\ \ | |/
| * [SystemZ] Support System Z as host architectureUlrich Weigand2013-05-031-0/+9
* | Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines2013-05-021-3/+9
|\ \ | |/
| * Inline variable into the #ifdef block where it's used.Benjamin Kramer2013-04-281-1/+1
| * Fix typo. Stupid me.Joerg Sonnenberger2013-04-271-1/+1
| * Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-271-2/+8
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-051-16/+26
|\ \ | |/
| * Rewrite comments.Dan Gohman2013-02-201-3/+5
| * SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.Dan Gohman2013-02-201-2/+2
| * Fix gcc/printf/ISO C++ warningEdwin Vane2013-01-281-1/+5
| * Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-091-11/+15
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-211-11/+23
|\ \ | |/
| * Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
| * Support: Don't remove special files on signals.Daniel Dunbar2012-10-171-9/+21
| * Make backtraces work again with both the configure and cmake build.Benjamin Kramer2012-09-281-1/+1
| * Add an --enable-backtraces option to configure to determineEric Christopher2012-09-211-1/+1
* | Merge branch 'upstream' into merge-2012_09_10Stephen Hines2012-09-101-3/+3
|\ \ | |/
| * Whitespace.NAKAMURA Takumi2012-09-061-2/+2
| * Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi2012-09-061-1/+1
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-031-9/+41
|\ \ | |/
| * Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth2012-06-161-1/+1
| * Harden the Unix signals code to be more async signal safe.Chandler Carruth2012-06-161-9/+41
* | Reconfigure config.h and llvm-config.h.Logan Chien2012-05-091-2/+2
* | Merge with LLVM upstream r155090.Shih-wei Liao2012-04-241-2/+2
|\ \ | |/
| * Fix null to integer conversion warnings.Jean-Daniel Dupas2012-03-241-2/+2
* | Patch apple-related breakage.Stephen Hines2012-03-071-2/+2
|/
* Disable the crash reporter when running lit tests.Argyrios Kyrtzidis2012-01-111-0/+20
* Include <pthread.h> before we use pthread_self/pthread_killDouglas Gregor2011-04-291-3/+3
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+303