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
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
2014-04-19
Basic unwind support for HPPA.
joerg
2014-04-15
Add basic Alpha support to libunwind.
joerg
2014-04-15
Add initial unwind support for SPARC/SPARC64.
joerg
2014-04-14
Some architectures like SPARC need to apply a fixed offset to the return
joerg
2014-04-13
Move definition of what the native register layout is into
joerg
2014-04-02
Support SH3 in our unwinder.
joerg
2014-04-02
SH3 uses unaligned data in the .eh_frame section, so use memcpy.
joerg
2014-03-25
Save & restore FP registers.
joerg
2014-03-24
Add m68k support to our unwinder.
joerg
2014-03-20
Fix DW_CFA_GNU_args_size handling. The primary architecture using this
joerg
2014-03-19
Drop XXX, spell R14 as SP.
joerg
2014-03-19
Allow building with GCC 4.1 by providing <cstdint>
joerg
2014-03-18
Add basic unwind support for VAX. PSW handling and stack pointer after
joerg
2014-03-13
Kill one colon that shouldn't be.
joerg
2014-03-13
libstdc++ doesn't like me using <cstdint> without requesting C++11, so
joerg
2014-03-13
Add _Unwind_GetIPInfo for libstdc++.
joerg
2014-03-12
Pass down data_base just in case something actually tries to use it.
joerg
2014-03-12
Add more const to make GCC happy.
joerg
2014-03-12
Add a dummy element as explicit padding for PPC32. Fix DWARF enumeration
joerg
2014-03-11
Rename IP_PSEUDO_REG to RETURN_REG. Fix PPC value. Sort.
joerg
2014-03-11
GC unused enum.
joerg
2014-03-11
0 is a valid LSDA encoding and can be seen in statically linked
joerg
2014-01-29
Add support for non-EABI (DWARF) ARM exception handling.
matt
2013-12-20
Fix typo.
joerg
2013-10-14
Add a heavily modified version of Apple's libunwind as released under
joerg