| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge libcxxrt commit 5d8a15823a103bbc27f1bfdcf2b5aa008fab57dd | Mark Johnston | 2022-08-08 | 1 | -1/+3 |
* | libcxxrt: Insert padding in __cxa_dependent_exception | Ed Maste | 2022-04-27 | 1 | -0/+12 |
* | Merge libcxxrt commit 45ca8b1942090226ba9368caeeeabc0d4ee41ad6 | Dimitry Andric | 2022-04-19 | 1 | -0/+7 |
* | Merge libcxxrt commit f2e55091e2e878386c9f7974d4922bbdc4faed84 | Dimitry Andric | 2022-03-20 | 1 | -2/+7 |
* | Reapply libcxxrt atomics cleanup commit, preparing for upstream fix | Dimitry Andric | 2022-03-20 | 4 | -132/+374 |
* | Revert upstream libcxxrt commit which can cause hangs on i386 | Dimitry Andric | 2022-03-19 | 4 | -374/+132 |
* | Merge libcxxrt master fd484be8d1e94a1fcf6bc5c67e5c07b65ada19b6 | Dimitry Andric | 2022-03-09 | 7 | -154/+475 |
* | Remove compat hacks from libcxxrt's _Unwind_Exception | Dimitry Andric | 2022-03-09 | 3 | -28/+13 |
* | Partially revert libcxxrt changes to avoid _Unwind_Exception change | Dimitry Andric | 2021-03-13 | 3 | -13/+28 |
* | Fix possibly unitialized variables in __cxa_demangle_gnu3() | Dimitry Andric | 2021-02-22 | 1 | -6/+2 |
* | Revert 3c4fd2463bb2 since upstream libcxxrt fixed it in another way | Dimitry Andric | 2021-02-19 | 1 | -24/+6 |
* | Merge libcxxrt master 8049924686b8414d8e652cbd2a52c763b48e8456 | Dimitry Andric | 2021-02-18 | 3 | -7/+20 |
* | Make vector-related functions in libcxxrt's demangler static | Dimitry Andric | 2020-11-04 | 1 | -9/+9 |
* | Update libcxxrt's private copy of elftoolchain demangler | Dimitry Andric | 2020-11-04 | 1 | -389/+816 |
* | Include <stdint.h> in unwind-arm.h, since it uses uint32_t and uint64_t | Dimitry Andric | 2019-09-13 | 1 | -0/+3 |
* | Merge libcxxrt master f96846efbfd508f66d91fcbbef5dd808947c7f6d. | Dimitry Andric | 2019-07-26 | 2 | -1/+41 |
* | Import libcxxrt master 8a853717e61d5d55cbdf74d9d0a7545da5d5ff92. | Dimitry Andric | 2017-03-25 | 1 | -25/+27 |
* | Cherry-pick libcxxrt commit 8a853717e61d5d55cbdf74d9d0a7545da5d5ff92: | Dimitry Andric | 2017-03-22 | 1 | -9/+1 |
* | Add _US_ACTION_MASK to libcxxrt's arm-specific unwind header. This | Dimitry Andric | 2016-09-04 | 1 | -2/+4 |
* | libcxxrt: fix demangling of wchar_t | Ed Maste | 2016-07-27 | 1 | -1/+1 |
* | libcxxrt: add padding in __cxa_allocate_* to fix alignment | Ed Maste | 2016-07-21 | 1 | -6/+24 |
* | Import libcxxrt master 516a65c109eb0a01e5e95fbef455eb3215135cef. | Dimitry Andric | 2016-05-05 | 2 | -20/+26 |
* | Compile libcxxrt as C++11, since it is only really used in combination | Dimitry Andric | 2016-03-27 | 1 | -1/+1 |
* | Add std::uncaught_exceptions() to libcxxrt (C++17, see N4152 and N4259). | Dimitry Andric | 2015-10-05 | 1 | -0/+9 |
* | MFV c3ccd112: Correct off-by-ones in free_exception of emergency buffer | Conrad Meyer | 2015-09-25 | 1 | -2/+2 |
* | Update libcxxrt upgrade instructions | Ed Maste | 2015-06-18 | 1 | -1/+1 |
* | Import libcxxrt master e64e93fe5bba67a6d52cbe5a97f8770c054bfa65. | Ed Maste | 2015-06-18 | 1 | -64/+438 |
* | Since newer versions of compiler-rt require unwind.h, and we want to use | Dimitry Andric | 2015-02-26 | 1 | -0/+2 |
* | Make libcxxrt's parsing of DWARF exception handling tables work on | Dimitry Andric | 2015-02-26 | 1 | -10/+8 |
* | Import libcxxrt master 1cb607e89f6135bbc10f3d3b6fba1f983e258dcc. | Dimitry Andric | 2015-01-31 | 1 | -2/+2 |
* | Revert r256642, not only to reduce diffs against upstream libcxxrt, but | Dimitry Andric | 2015-01-31 | 1 | -9/+1 |
* | Partially revert r273382, to reduce diffs against upstream. This was a | Dimitry Andric | 2015-01-30 | 1 | -5/+0 |
* | Import libcxxrt master 00bc29eb6513624824a6d7db2ebc768a4216a604. | Dimitry Andric | 2014-12-30 | 11 | -136/+192 |
* | Fix build by marking the new functions as weak | Baptiste Daroussin | 2014-10-21 | 1 | -0/+10 |
* | Add support for __cxa_throw_bad_array_new_length in libcxxrt | Baptiste Daroussin | 2014-10-21 | 3 | -0/+22 |
* | Pull in upstream libcxxrt commit 8006101, which makes its cxxabi.h file | Dimitry Andric | 2014-02-07 | 1 | -0/+1 |
* | Since C++ typeinfo objects are currently not guaranteed to be merged at | Dimitry Andric | 2013-10-16 | 1 | -1/+9 |
* | Import a new libcxxrt. This fixes some potential crashing in the demangler. | David Chisnall | 2013-09-23 | 3 | -17/+74 |
* | Don't use _Unwind_Backtrace() on ARM as it's currently missing from our libgc... | David Chisnall | 2013-08-31 | 1 | -0/+2 |
* | Remove __attribute__((__aligned__)) that generates incorrect alignment on com... | David Chisnall | 2013-08-07 | 1 | -1/+1 |
* | Import new libcxxrt / libc++. This brings some bug fixes, including a potent... | David Chisnall | 2013-07-10 | 7 | -121/+138 |
* | Merge libcxxrt c812a07cd2f95c1403baf0bbe0366e7618d1d6d3: | Dimitry Andric | 2013-04-27 | 2 | -4/+4 |
* | Fix a copy-and-paste error in libcxxrt. | David Chisnall | 2013-02-07 | 1 | -1/+1 |
* | Import new fix from libcxxrt. This fixes the case where you attempt to rethrow | David Chisnall | 2013-01-21 | 1 | -1/+1 |
* | Fix libcxxrt / libc++ build with the clang in head. | David Chisnall | 2013-01-12 | 1 | -2/+2 |
* | Merge new version of libcxxrt. This brings in three fixes: | David Chisnall | 2013-01-11 | 4 | -34/+132 |
* | Import new version of libcxxrt. Now works correctly with libobjc2 to implement | David Chisnall | 2012-03-20 | 4 | -105/+182 |
* | Import new versions of libcxxrt and libc++. | David Chisnall | 2012-03-14 | 14 | -42/+381 |
* | Update libcxxrt to remove the pthread dependency. | David Chisnall | 2011-11-26 | 3 | -9/+89 |
* | Import libc++ / libcxxrt into base. Not build by default yet (use | David Chisnall | 2011-11-25 | 19 | -0/+6830 |