summaryrefslogtreecommitdiffstats
path: root/libunwind/include
Commit message (Expand)AuthorAgeFilesLines
* [libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott2019-12-162-0/+82
* [NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne2019-04-111-1/+1
* [libunwind] Remove the remote unwinding supportPetr Hosek2019-02-021-26/+0
* Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__Martin Storsjo2019-01-291-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [Sparc] Add Sparc V8 supportDaniel Cederman2019-01-142-0/+43
* Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya2019-01-102-43/+0
* [Sparc] Add Sparc V8 supportDaniel Cederman2019-01-092-0/+43
* [SEH] Add initial support for AArch64Martin Storsjo2018-12-181-1/+5
* [AArch64][libunwind] Unwinding support for return address signingLuke Cheeseman2018-12-141-0/+5
* Reverting r342895Luke Cheeseman2018-09-241-5/+0
* [AArch64] Unwinding support for return address signingLuke Cheeseman2018-09-241-0/+5
* Fix existing code for SEH on ARM to compile correctlyMartin Storsjo2018-08-311-1/+1
* Add support for SEH unwinding on Windows.Charles Davis2018-08-302-8/+23
* Remove unneeded preprocessor condition.Charles Davis2018-08-081-9/+0
* [libunwind][include] Add SEH declarations to <unwind.h>.Charles Davis2018-08-081-2/+28
* [OR1K] Add the EPCR special-purpose register to register state.whitequark2018-05-162-1/+2
* [libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin2018-05-152-9/+56
* [libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin2018-02-271-2/+6
* [PPC64] Added vector registers.Martin Storsjo2018-01-162-115/+185
* [libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin2018-01-091-2/+2
* Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-022-2/+123
* Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen2018-01-022-123/+2
* [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-022-2/+123
* [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.John Baldwin2017-12-122-0/+54
* Fix building for ARM with dwarf exception handlingMartin Storsjo2017-11-022-3/+3
* Change unw_word_t to always have the same size as the pointer sizeMartin Storsjo2017-10-302-5/+4
* Restore arch specific lastDwarfRegNum in builds without _LIBUNWIND_IS_NATIVE_...Martin Storsjo2017-10-281-7/+13
* Add support for dwarf unwinding on windows on x86_64Martin Storsjo2017-10-273-5/+28
* Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTERMartin Storsjo2017-10-271-7/+7
* Fix the context/cursor size for ARM with WMMX enabledMartin Storsjo2017-10-251-2/+2
* ARM: explicitly specify the 8-byte alignmentSaleem Abdulrasool2017-08-231-1/+1
* unwind: explicitly align `_Unwind_Control_Block`Saleem Abdulrasool2017-08-231-1/+1
* [libunwind] Clean up macro usage.Ranjeet Singh2017-03-313-12/+10
* X86: swap EBP, ESP on !APPLESaleem Abdulrasool2017-01-211-5/+0
* Add support for old versions of MacOS to libunwind. Fixes PR22203. Thanks to ...Marshall Clow2016-11-021-4/+18
* Also use the proper register numbers on CloudABI.Ed Schouten2016-09-281-1/+1
* Add missing _US_ACTION_MASK constant to unwind.hDimitry Andric2016-09-051-0/+1
* libunwind: fix X86 register numbers for FreeBSD/i386Ed Maste2016-08-301-0/+5
* libunwind: correct 'libuwind' typoEd Maste2016-08-301-2/+2
* [libunwind] Properly align _Unwind_Exception.Eric Fiselier2016-07-201-3/+6
* libunwind: limit stack usage in unwind cursorEd Maste2016-07-201-0/+7
* libunwind: Use conventional DWARF capitalization in comments and errorsEd Maste2016-07-193-20/+20
* [libunwind][ARM] Improve unwinder stack usage - Make WMMX support optionalAsiri Rathnayake2016-07-071-2/+7
* Introduce a native-only unwinder build.Asiri Rathnayake2016-05-252-2/+41
* [libunwind] Add support for OpenRISC 1000.Peter Zotov2015-08-311-0/+36
* unwind: Fix libc++abi and libgcc build.Logan Chien2015-07-241-0/+43
* libunwind: Introduce __libunwind_config.h.Logan Chien2015-07-193-8/+28
* unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool2015-04-243-0/+1307
OpenPOWER on IntegriCloud