summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-03-10Merge to upstream r231075.Dan Albert
2015-01-16Fix abort_message.cpp for the NDK.Dan Albert
2015-01-07Merge to upstream r225194.Dan Albert
2014-12-17[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert
2014-11-07Merge to upstream r221532.Dan Albert
2014-10-13Correctly export _Unwind_[GS]et(GR|IP) for EHABI.Dan Albert
2014-08-29Make _Unwind_Backtrace() work on ARM.Dan Albert
2014-08-29Revert "Fix _Unwind_Backtrace for arm."Dan Albert
2014-08-27Remove test code.Christopher Ferris
2014-08-27Fix _Unwind_Backtrace for arm.Christopher Ferris
2014-08-19Improve logging of aborts for Android.Dan Albert
2014-07-02Add support for the ARM EHABI unwinder.Dan Albert
2014-07-02Merge to upstream r212232.Dan Albert
2014-06-19Fixes incorrect #ifs for SJ/LJ exceptionsDan Albert
2014-05-05Removes libstdc++ dependency from host buildsidea133-weekly-releaseDan Albert
2014-05-05Replaces strlcpy() with strncpy() equivalentDan Albert
2014-04-15Gets libcxxabi building for AndroidDan Albert
2014-03-20Simplify.Joerg Sonnenberger
2014-03-20Fix DW_CFA_GNU_args_size handling. The primary architecture using thisJoerg Sonnenberger
2014-03-110 is a valid LSDA encoding and can be seen in statically linkedJoerg Sonnenberger
2014-02-17Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.Anders Carlsson
2014-02-12[libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs
2014-02-06Fix PR17221 - can't catch virtual base classes when throwing derived NULL poi...Marshall Clow
2014-02-05Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, tooMarshall Clow
2014-01-23Use .p2align instead of .alignNick Kledzik
2014-01-23Add missing alignment directives in assemblyNick Kledzik
2014-01-23Don't redefine static_assert()Nick Kledzik
2014-01-23Fix unwinder to build for iOSNick Kledzik
2014-01-06Implement demangling for user-defined operators.Howard Hinnant
2013-12-18Add a first cut at a Registers_arm class, to be used for 32bit arm EHABI unwi...Nico Weber
2013-12-17Add mangling macros for Unwind's inline assembly.Nico Weber
2013-12-11Fix demangling crasher. The crasher involved nested <encoding> involving par...Howard Hinnant
2013-12-06Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 2 of 2Nico Weber
2013-12-06Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 1 of 2Nico Weber
2013-12-06Fix minor initialization bug in Registers_x86_64.Nico Weber
2013-12-05[unwind] remove darwin build dependency on <mach-o/dyld_priv.h>Nick Kledzik
2013-11-30Fix indentation of fields in __cxa_exception to line upMark Seaborn
2013-11-22On Windows, typeids are different between DLLs and EXEs, so comparingYaron Keren
2013-11-22Comment correction. syslog() syntax is:Yaron Keren
2013-11-07If libc++ has not declared bad_array_length, then declare it here just so tha...Howard Hinnant
2013-11-01Swap contents of UnwindRegistersRestore.s and UnwindRegistersSave.sNick Kledzik
2013-10-22Move local Db type out to namespace scope.Howard Hinnant
2013-10-08[unwind] Fix unw_init_remote_thread() use to void* instead of thread_t for pa...Nick Kledzik
2013-10-08[unwind] add required #includeNick Kledzik
2013-10-08Fix conditionals on __Unwind_SjLj_* functions to only build for SJLJ based ar...Nick Kledzik
2013-10-08Consistent spelling of names.Joerg Sonnenberger
2013-10-07libcxxabi contains the runtime support for C++. But, as some folks have Nick Kledzik
2013-09-11Adding bad_array_length to libc++abiMarshall Clow
2013-08-29Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPTJean-Daniel Dupas
2013-08-25Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixe...Howard Hinnant