aboutsummaryrefslogtreecommitdiff
path: root/contrib/libcxxrt
Commit message (Expand)AuthorAgeFilesLines
* Make vector-related functions in libcxxrt's demangler staticDimitry Andric2020-11-041-9/+9
* Update libcxxrt's private copy of elftoolchain demanglerDimitry Andric2020-11-041-389/+816
* Include <stdint.h> in unwind-arm.h, since it uses uint32_t and uint64_tDimitry Andric2019-09-131-0/+3
* Merge libcxxrt master f96846efbfd508f66d91fcbbef5dd808947c7f6d.Dimitry Andric2019-07-262-1/+41
* Import libcxxrt master 8a853717e61d5d55cbdf74d9d0a7545da5d5ff92.Dimitry Andric2017-03-251-25/+27
* Cherry-pick libcxxrt commit 8a853717e61d5d55cbdf74d9d0a7545da5d5ff92:Dimitry Andric2017-03-221-9/+1
* Add _US_ACTION_MASK to libcxxrt's arm-specific unwind header. ThisDimitry Andric2016-09-041-2/+4
* libcxxrt: fix demangling of wchar_tEd Maste2016-07-271-1/+1
* libcxxrt: add padding in __cxa_allocate_* to fix alignmentEd Maste2016-07-211-6/+24
* Import libcxxrt master 516a65c109eb0a01e5e95fbef455eb3215135cef.Dimitry Andric2016-05-052-20/+26
* Compile libcxxrt as C++11, since it is only really used in combinationDimitry Andric2016-03-271-1/+1
* Add std::uncaught_exceptions() to libcxxrt (C++17, see N4152 and N4259).Dimitry Andric2015-10-051-0/+9
* MFV c3ccd112: Correct off-by-ones in free_exception of emergency bufferConrad Meyer2015-09-251-2/+2
* Update libcxxrt upgrade instructionsEd Maste2015-06-181-1/+1
* Import libcxxrt master e64e93fe5bba67a6d52cbe5a97f8770c054bfa65.Ed Maste2015-06-181-64/+438
* Since newer versions of compiler-rt require unwind.h, and we want to useDimitry Andric2015-02-261-0/+2
* Make libcxxrt's parsing of DWARF exception handling tables work onDimitry Andric2015-02-261-10/+8
* Import libcxxrt master 1cb607e89f6135bbc10f3d3b6fba1f983e258dcc.Dimitry Andric2015-01-311-2/+2
* Revert r256642, not only to reduce diffs against upstream libcxxrt, butDimitry Andric2015-01-311-9/+1
* Partially revert r273382, to reduce diffs against upstream. This was aDimitry Andric2015-01-301-5/+0
* Import libcxxrt master 00bc29eb6513624824a6d7db2ebc768a4216a604.Dimitry Andric2014-12-3011-136/+192
* Fix build by marking the new functions as weakBaptiste Daroussin2014-10-211-0/+10
* Add support for __cxa_throw_bad_array_new_length in libcxxrtBaptiste Daroussin2014-10-213-0/+22
* Pull in upstream libcxxrt commit 8006101, which makes its cxxabi.h fileDimitry Andric2014-02-071-0/+1
* Since C++ typeinfo objects are currently not guaranteed to be merged atDimitry Andric2013-10-161-1/+9
* Import a new libcxxrt. This fixes some potential crashing in the demangler.David Chisnall2013-09-233-17/+74
* Don't use _Unwind_Backtrace() on ARM as it's currently missing from our libgc...David Chisnall2013-08-311-0/+2
* Remove __attribute__((__aligned__)) that generates incorrect alignment on com...David Chisnall2013-08-071-1/+1
* Import new libcxxrt / libc++. This brings some bug fixes, including a potent...David Chisnall2013-07-107-121/+138
* Merge libcxxrt c812a07cd2f95c1403baf0bbe0366e7618d1d6d3:Dimitry Andric2013-04-272-4/+4
* Fix a copy-and-paste error in libcxxrt.David Chisnall2013-02-071-1/+1
* Import new fix from libcxxrt. This fixes the case where you attempt to rethrowDavid Chisnall2013-01-211-1/+1
* Fix libcxxrt / libc++ build with the clang in head.David Chisnall2013-01-121-2/+2
* Merge new version of libcxxrt. This brings in three fixes:David Chisnall2013-01-114-34/+132
* Import new version of libcxxrt. Now works correctly with libobjc2 to implementDavid Chisnall2012-03-204-105/+182
* Import new versions of libcxxrt and libc++.David Chisnall2012-03-1414-42/+381
* Update libcxxrt to remove the pthread dependency.David Chisnall2011-11-263-9/+89
* Import libc++ / libcxxrt into base. Not build by default yet (useDavid Chisnall2011-11-2519-0/+6830