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