aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libunwind] This adds support in libunwind for rv32 hard floatKamlesh Kumar2021-03-021-66/+66
* [libunwind] Multiple preprocessor fixes on PowerPC*Brandon Bergren2020-11-231-1/+7
* [libunwind] Convert x86, x86_64, arm64 register restore functions to C callin...Martin Storsjö2020-08-261-11/+6
* [libunwind][RISCV] Track PC separately from RAAmanieu d'Antras2020-06-131-1/+1
* [libunwind] add hexagon supportBrian Cain2020-04-101-0/+42
* [libunwind] Clean up __arm64__Fangrui Song2020-04-091-1/+1
* [libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott2019-12-161-0/+81
* [libunwind][AArch64] Fix libunwind::Registers_arm64::jumptoMikhail Maltsev2019-06-171-3/+8
* [PPC] Fix 32-bit build of libunwindMartin Storsjo2019-05-161-119/+119
* Add support for ARMv7-M architecture which uses the Thumb 2 ISA (unified syntax)Martin Storsjo2019-04-181-0/+3
* [libunwind] Export the unw_* symbols as weak symbolsPetr Hosek2019-04-031-15/+15
* Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__Martin Storsjo2019-01-291-4/+4
* 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/+22
* Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya2019-01-101-22/+0
* [Sparc] Add Sparc V8 supportDaniel Cederman2019-01-091-0/+22
* [libunwind][mips] Modify the __mips_fpr macro checkStefan Maksimovic2018-08-161-1/+1
* [OR1K] Add a dedicated PC register to register state.whitequark2018-05-161-2/+4
* [libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin2018-05-151-3/+89
* [libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin2018-02-271-2/+3
* [PPC64] Added vector registers.Martin Storsjo2018-01-161-74/+244
* [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-021-0/+95
* Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen2018-01-021-95/+0
* [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-021-0/+95
* [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.John Baldwin2017-12-121-0/+112
* Add ifdefs around ELF specific parts of UnwindRegisters*.S for armMartin Storsjo2017-11-041-0/+10
* Add support for dwarf unwinding on windows on x86_64Martin Storsjo2017-10-271-0/+28
* Support DWARF unwinding on i386 windowsMartin Storsjo2017-10-111-0/+5
* Fix building on macOS after SVN r314492Martin Storsjo2017-10-021-3/+3
* Skip building x86 parts of UnwindRegisters*.S when targeting SjLjMartin Storsjo2017-09-291-1/+5
* Skip building unused parts when targeting SJLJMartin Storsjo2017-09-261-1/+1
* [ARM] Adding .arch directives around WMMX unwind codeRenato Golin2016-08-261-0/+2
* unwind: disable executable stacksSaleem Abdulrasool2016-08-051-0/+3
* [libunwind][ARM] Add support for Thumb1 targetsOliver Stannard2016-07-251-3/+12
* [libunwind][ARM] Improve unwinder stack usage - Make WMMX support optionalAsiri Rathnayake2016-07-071-4/+4
* [AArch64] Fix libunwind build when using GNU assemblerRenato Golin2016-02-111-3/+3
* [libunwind] Add support for OpenRISC 1000.Peter Zotov2015-08-311-0/+51
* unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool2015-04-241-0/+430