summaryrefslogtreecommitdiffstats
path: root/libunwind/src/Registers.hpp
Commit message (Expand)AuthorAgeFilesLines
* [libunwind] Export the unw_* symbols as weak symbolsPetr Hosek2019-04-031-2/+2
* Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__Martin Storsjo2019-01-291-8/+8
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sparc] Add Sparc V8 supportDaniel Cederman2019-01-141-0/+206
* Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya2019-01-101-188/+0
* [Sparc] Add Sparc V8 supportDaniel Cederman2019-01-091-0/+188
* [AArch64][libunwind] Unwinding support for return address signingLuke Cheeseman2018-12-141-1/+7
* Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC.Martin Storsjo2018-12-121-9/+9
* Reverting r342895Luke Cheeseman2018-09-241-8/+1
* [AArch64] Unwinding support for return address signingLuke Cheeseman2018-09-241-1/+8
* [libunwind][NFC] Suppress unused parameter warningsLouis Dionne2018-09-221-1/+4
* [libunwind][mips] Guard accumulator registersStefan Maksimovic2018-08-161-0/+4
* [OR1K] Add the EPCR special-purpose register to register state.whitequark2018-05-161-0/+10
* [OR1K] Add a dedicated PC register to register state.whitequark2018-05-161-5/+6
* [libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin2018-05-151-9/+203
* [PPC64] Added vector registers.Martin Storsjo2018-01-161-92/+156
* [libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin2018-01-091-29/+29
* Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-021-0/+577
* Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen2018-01-021-577/+0
* [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-021-0/+577
* [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.John Baldwin2017-12-121-0/+412
* Fix building for ARM with dwarf exception handlingMartin Storsjo2017-11-021-4/+5
* Restore arch specific lastDwarfRegNum in builds without _LIBUNWIND_IS_NATIVE_...Martin Storsjo2017-10-281-5/+5
* Add support for dwarf unwinding on windows on x86_64Martin Storsjo2017-10-271-3/+63
* Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTERMartin Storsjo2017-10-271-5/+5
* X86: swap EBP, ESP on !APPLESaleem Abdulrasool2017-01-211-0/+16
* [PATCH] [libunwind][ehabi] Use early returns where possible.Asiri Rathnayake2016-07-081-15/+46
* [libunwind][ARM] Improve unwinder stack usage - Make WMMX support optionalAsiri Rathnayake2016-07-071-20/+46
* Fix gcc libunwind build.Asiri Rathnayake2016-05-261-6/+6
* Introduce a native-only unwinder build.Asiri Rathnayake2016-05-251-12/+26
* unwind: cleanup -Wunused-parameterSaleem Abdulrasool2015-09-011-6/+7
* [libunwind] Add support for OpenRISC 1000.Peter Zotov2015-08-311-0/+180
* [libunwind] Remove unused includes.Peter Zotov2015-08-271-1/+0
* unwind: fix invalid memory accessSaleem Abdulrasool2015-08-211-1/+1
* unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool2015-04-241-0/+1718
OpenPOWER on IntegriCloud