summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2013-07-26I had a buffer mismanagement bug in the demangler.Howard Hinnant
2013-06-23I'd no sooner made the last commit when Matthew Dempsky sent me another test ...Howard Hinnant
2013-06-23After a private conversation with Arthur O'Dwyer, and a good night's sleep, I...Howard Hinnant
2013-06-23Filter out '`' in mangled strings and reject them as invalid if found.Howard Hinnant
2013-06-21I created a random mangled name generator and have thrown about 200 million r...Howard Hinnant
2013-06-20Another demangler crasher. Updated test suite to prevent regression.Howard Hinnant
2013-06-20Protect against invalid mangled names. Add test suite for invalid mangled na...Howard Hinnant
2013-06-19Demangle objc mangling implemented in r184250Howard Hinnant
2013-06-17Tweaks/cleanups provided by Matthew DempskyHoward Hinnant
2013-06-17Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant
2013-04-10Add capability to demangle invocation functions for ObjC blocks.Howard Hinnant
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
2013-02-06Partially revert r152770. That commit moved the default handlers to their ow...Howard Hinnant
2012-12-05Rename class __lambda_node to ___lambda_node to fix compile failure with gcc ...Daniel Malea
2012-11-30__list::ends_with_template was giving the wrong answer for empty lists. And ...Howard Hinnant
2012-11-15Remove aborts under __dynamic_cast which were under _LIBCXX_DYNAMIC_FALLBACK....Howard Hinnant