summaryrefslogtreecommitdiff
path: root/src/Unwind
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-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
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-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-01Swap contents of UnwindRegistersRestore.s and UnwindRegistersSave.sNick Kledzik
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