summaryrefslogtreecommitdiff
path: root/sys/lib/libunwind
AgeCommit message (Expand)Author
2022-06-27Fix editing mishap, should fix the buildmartin
2022-06-26Teach the LLVM-derived unwinder about the DWARF pseudo-registers definedskrll
2021-11-24Teach the LLVM-derived unwinder about the DWARF pseudo-registers definedthorpej
2021-11-22Revert unintended commit.thorpej
2021-11-22Gah, fix two typos.thorpej
2021-11-22Teach the LLVM-derived unwinder about the DWARF pseudo-register definedthorpej
2021-11-21Teach the LLVM-derived unwinder about the alternate DWARF pseudo-registerthorpej
2021-11-21Teach the LLVM-derived unwinder about the DWARF pseudo-register definedthorpej
2021-11-21Add parenthesesskrll
2021-11-20Teach the LLVM-derived unwinder about the DWARF pseudo-register definedthorpej
2021-11-20- Teach the LLVM-derived unwinder about the DWARF pseudo-registers definedthorpej
2021-11-18- Teach the LLVM-derived unwinder about the DWARF pseudo-registers definedthorpej
2021-08-09s/aligment/alignment/ + one more typo fix in comments.andvar
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
2021-05-31PR toolchain/55837rin
2021-02-28Defer acquiring the FDE lock until after the allocation. This can avoidjoerg
2021-02-23Redo the aarch64 support in libunwind. This included a number of bugsjoerg
2021-02-23The return address register entry is the DWARF register. On PowerPC,joerg
2019-11-17Explicitly compile libunwind with vfp3 because gcc-8 defaults to neonchristos
2019-02-04use __builtin_unreachable() after calls that panic or switch contextmrg
2018-07-17The semantics of DW_CFA_GNU_args_size have changed subtile over thejoerg
2018-07-17Remove redundant setIP call overwritten a few lines later.joerg
2017-11-02Avoid negative shift.christos
2017-07-13GCC 5.3 likes to emit unwind data with float registers, i.e. registerjoerg
2015-05-25Use ARM_ENTRY since these aren't thumb compatible.matt
2015-02-17Provide _Unwind_Find_FDE for libgcc_s compatibility.joerg
2015-01-29Force FPU support for Clang, don't disable IAS completely.joerg
2015-01-29Fix binary search when search value is in the last block, but not equaljoerg
2014-10-23prefer our own unwind.hchristos
2014-09-27Introduce a separate bit mask for the return address. Use it on HPPA.joerg
2014-09-03Add OR1K supportmatt
2014-08-10Changes to existing files to enable building AARCH64 userland.matt
2014-07-20Fix braino in last commit and free the node iff the insert failed.joerg
2014-07-14Use static_cast for rb_tree_insert_node void * return value.joerg
2014-06-30IAS is clang specific.joerg
2014-06-28.fpu is not handled correctly by LLVM's assembler parser, so use GAS forjoerg
2014-06-13Split COPTS.libunwind.cxx into multiple lines.matt
2014-06-13remove the build support for GCC 4.1, and any hacks i found for it.mrg
2014-05-14Lazy VFP processing works a lot better if the functions contain a returnjoerg
2014-05-11Support DWARFish unwind for ARM.joerg
2014-05-03Missing register validation check.joerg
2014-04-28GC unwind_info_size.joerg
2014-04-26Use the return address register from the CIE. Based on patch from Nickjoerg
2014-04-26Add initial unwind support for MIPS and MIPS64.joerg