| Commit message (Expand) | Author | Age | Files | Lines |
* | libcxxrt: Update to upstream 6f2fdfebcd62 | Ed Maste | 2024-10-31 | 1 | -10/+16 |
* | libcxxrt: Update to upstream 698997bfde1f | Ed Maste | 2024-10-22 | 8 | -189/+196 |
* | libcxxrt: Add a stub implementation of __cxa_call_terminate | John Baldwin | 2024-08-21 | 1 | -0/+13 |
* | contrib: Remove various $FreeBSD$ tags not upstream | Warner Losh | 2024-05-31 | 1 | -2/+0 |
* | Fix memory corruption in C++ demangler | Justine Tunney | 2024-05-10 | 1 | -1/+1 |
* | Tentatively apply https://github.com/libcxxrt/libcxxrt/pull/27 | Dimitry Andric | 2024-04-06 | 2 | -7/+7 |
* | Merge libcxxrt master 03c83f5a57be8c5b1a29a68de5638744f17d28ba | Dimitry Andric | 2024-01-25 | 2 | -8/+44 |
* | 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 |