llvm-project/libunwind/src
Logan Chien 549d405877 Fix unw_getcontext() return value on AArch64.
unw_getcontext() should return UNW_ESUCCESS on success.  Therefore, the
assembly for AArch64 is incorrect because "ldr x0, #0" is a PC-relative
load instead of an immediate value load.

llvm-svn: 240648
2015-06-25 15:12:46 +00:00
..
AddressSpace.hpp Fix libunwind to build on FreeBSD 2015-05-06 10:32:28 +00:00
CMakeLists.txt unwind: clean up warnings from the build 2015-04-25 02:06:15 +00:00
CompactUnwinder.hpp
DwarfInstructions.hpp Code cleanup: Reindent statements. 2015-05-30 14:00:39 +00:00
DwarfParser.hpp
EHHeaderParser.hpp
Registers.hpp
Unwind-EHABI.cpp libunwind: Fix unw_step() for ARM EHABI. 2015-05-29 15:33:38 +00:00
Unwind-EHABI.h
Unwind-sjlj.c
UnwindCursor.hpp libunwind: Fix unw_step() for ARM EHABI. 2015-05-29 15:33:38 +00:00
UnwindLevel1-gcc-ext.c libunwind: Fix unw_step() for ARM EHABI. 2015-05-29 15:33:38 +00:00
UnwindLevel1.c Avoid C99 for-declaration statement in C files. (NFC) 2015-06-25 00:05:24 +00:00
UnwindRegistersRestore.S
UnwindRegistersSave.S Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
Unwind_AppleExtras.cpp
assembly.h
config.h
dwarf2.h
libunwind.cpp unwind: permit building against libstdc++ 2015-05-11 16:35:13 +00:00
libunwind_ext.h
unwind_ext.h