summaryrefslogtreecommitdiffstats
path: root/contrib/libcxxrt
Commit message (Expand)AuthorAgeFilesLines
* MFC r315947:dim2017-04-011-25/+27
* MFC r315745:dim2017-03-251-9/+1
* MFC r305396:dim2016-09-071-2/+4
* iMFC r303400: libcxxrt: fix demangling of wchar_temaste2016-08-011-1/+1
* MFC r303157: libcxxrt: add padding in __cxa_allocate_* to fix alignmentemaste2016-07-251-6/+24
* Import libcxxrt master 516a65c109eb0a01e5e95fbef455eb3215135cef.dim2016-05-052-20/+26
* Compile libcxxrt as C++11, since it is only really used in combinationdim2016-03-271-1/+1
* Add std::uncaught_exceptions() to libcxxrt (C++17, see N4152 and N4259).dim2015-10-051-0/+9
* MFV c3ccd112: Correct off-by-ones in free_exception of emergency buffercem2015-09-251-2/+2
* Update libcxxrt upgrade instructionsemaste2015-06-181-1/+1
* Import libcxxrt master e64e93fe5bba67a6d52cbe5a97f8770c054bfa65.emaste2015-06-181-64/+438
* Since newer versions of compiler-rt require unwind.h, and we want to usedim2015-02-261-0/+2
* Make libcxxrt's parsing of DWARF exception handling tables work ondim2015-02-261-10/+8
* Import libcxxrt master 1cb607e89f6135bbc10f3d3b6fba1f983e258dcc.dim2015-01-311-2/+2
* Revert r256642, not only to reduce diffs against upstream libcxxrt, butdim2015-01-311-9/+1
* Partially revert r273382, to reduce diffs against upstream. This was adim2015-01-301-5/+0
* Import libcxxrt master 00bc29eb6513624824a6d7db2ebc768a4216a604.dim2014-12-3011-136/+192
* Fix build by marking the new functions as weakbapt2014-10-211-0/+10
* Add support for __cxa_throw_bad_array_new_length in libcxxrtbapt2014-10-213-0/+22
* Pull in upstream libcxxrt commit 8006101, which makes its cxxabi.h filedim2014-02-071-0/+1
* Since C++ typeinfo objects are currently not guaranteed to be merged atdim2013-10-161-1/+9
* Import a new libcxxrt. This fixes some potential crashing in the demangler.theraven2013-09-233-17/+74
* Don't use _Unwind_Backtrace() on ARM as it's currently missing from our libgc...theraven2013-08-311-0/+2
* Remove __attribute__((__aligned__)) that generates incorrect alignment on com...theraven2013-08-071-1/+1
* Import new libcxxrt / libc++. This brings some bug fixes, including a potent...theraven2013-07-107-121/+138
* Merge libcxxrt c812a07cd2f95c1403baf0bbe0366e7618d1d6d3:dim2013-04-272-4/+4
* Fix a copy-and-paste error in libcxxrt.theraven2013-02-071-1/+1
* Import new fix from libcxxrt. This fixes the case where you attempt to rethrowtheraven2013-01-211-1/+1
* Fix libcxxrt / libc++ build with the clang in head.theraven2013-01-121-2/+2
* Merge new version of libcxxrt. This brings in three fixes:theraven2013-01-114-34/+132
* Import new version of libcxxrt. Now works correctly with libobjc2 to implementtheraven2012-03-204-105/+182
* Import new versions of libcxxrt and libc++.theraven2012-03-1414-42/+381
* Update libcxxrt to remove the pthread dependency.theraven2011-11-263-9/+89
* Import libc++ / libcxxrt into base. Not build by default yet (usetheraven2011-11-2519-0/+6830
OpenPOWER on IntegriCloud