summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-25Don't build libcxx_abi for unbundled projects.HEADmastermainStephen Hines
2014-04-23Add Apple-specific files for libunwind.Tim Murray
2014-04-16Fixes build on arm64Dan Albert
2014-04-16Disables building of libcxxabi on mips targetsDan Albert
2014-04-15Merge "Gets libcxxabi building for Android"Dan Albert
2014-04-15Gets libcxxabi building for AndroidDan Albert
2014-04-14Revert "Gets libcxxabi building for Android"Dan Albert
2014-04-11Gets libcxxabi building for AndroidDan Albert
2014-04-03Add module notice.Tim Murray
2014-04-03Merge remote-tracking branch 'upstream/master' into libcxxabiTim Murray
2014-04-03Initial empty repositoryBill Yi
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-30[libunwind] remove stray conditionalNick Kledzik
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
2014-01-01Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi
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-0580-column wrap a comment in a testNico Weber
2013-12-05[unwind] remove darwin build dependency on <mach-o/dyld_priv.h>Nick Kledzik
2013-12-04Fixed a couple of test errors; changed 'const A const *' to 'const A* const'....Marshall Clow
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-11-01Rename LIBUNWIND_AVAIL to LIBUNWIND_UNAVAIL so as to not conflict with other ...Nick Kledzik
2013-10-22Move local Db type out to namespace scope.Howard Hinnant
2013-10-17unwinder: conditionalise availabilitySaleem Abdulrasool
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-09-09Add ability to set OPTIONS for compileMarshall Clow
2013-08-29Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPTJean-Daniel Dupas