llvm-capstone/libunwind
Renato Golin 14c3c4bb85 [ARM/Unwind] Fix wrong usage of write-back on register save
The register save routine in libunwind was using write-back addressing
mode to r0 for thumb, when that was not only different from the ARM
version and more importantly the register restore, but also saving the
wrong address.

Patch by Manuel Freiberger.

Fixes PR24331.

llvm-svn: 244237
2015-08-06 18:15:17 +00:00
..
cmake libunwind: add new build logic 2015-04-25 01:46:35 +00:00
include unwind: Fix libc++abi and libgcc build. 2015-07-24 00:16:48 +00:00
src [ARM/Unwind] Fix wrong usage of write-back on register save 2015-08-06 18:15:17 +00:00
test Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
.arcconfig Add ARC config 2015-05-09 20:56:15 +00:00
.clang-format unwind: add a .clang-format 2015-05-07 19:50:18 +00:00
CMakeLists.txt Update to new lists.llvm.org 2015-08-05 04:01:47 +00:00