[libunwind] [sparc] Add SPARCv9 support
[platform/upstream/llvm.git] / libunwind / include /
2022-02-05 Koakuma[libunwind] [sparc] Add SPARCv9 support
2022-01-27 Sam James[unwind] fix build with GCC on PPC32
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2022-01-10 John Ericson[libunwind][cmake] Create `LIBUNWIND_INSTALL_INCLUDE_DI...
2021-12-16 PoYao Chang[libunwind] Provide a way to conveniently install libun...
2021-12-08 Ties Stuij[ARM][libunwind] add PACBTI-M support for libunwind
2021-11-17 Louis Dionne[runtimes][NFC] Remove filenames at the top of the...
2021-09-02 Daniel Kiss[Unwind] Harmonise exception class for EHABI spec.
2021-08-20 Fangrui Song[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*
2021-08-11 Daniel Kiss[Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to...
2021-08-11 Daniel Kiss[Unwind] Split unwind.h
2021-03-02 Kamlesh Kumar[libunwind] This adds support in libunwind for rv32...
2021-02-18 Marco Vanotti[libunwind] Add support for PC reg column in arm64
2021-01-17 Kazushi (Jam) Marukawa[VE] Support VE in libunwind
2021-01-14 Ryan Prichard[libunwind] Unwind through aarch64/Linux sigreturn...
2020-08-22 Martin Storsjö[libunwind] Ensure enough alignment for unw_cursor_t...
2020-04-10 Brian Cain[libunwind] add hexagon support
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-02-10 Saleem Abdulrasoolunwind: rename `__personality_routine` to `_Unwind_Pers...
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-12-16 Sam Elliott[libunwind][RISCV] Add 64-bit RISC-V support
2019-04-11 Louis Dionne[NFC] Correct outdated links to the Itanium C++ ABI...
2019-02-02 Petr Hosek[libunwind] Remove the remote unwinding support
2019-01-29 Martin StorsjoDon't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__
2019-01-19 Chandler CarruthUpdate more file headers across all of the LLVM project...
2019-01-14 Daniel Cederman[Sparc] Add Sparc V8 support
2019-01-10 Jorge Gorbe MoyaRevert "[Sparc] Add Sparc V8 support"
2019-01-09 Daniel Cederman[Sparc] Add Sparc V8 support
2018-12-18 Martin Storsjo[SEH] Add initial support for AArch64
2018-12-14 Luke Cheeseman[AArch64][libunwind] Unwinding support for return addre...
2018-09-24 Luke CheesemanReverting r342895
2018-09-24 Luke Cheeseman[AArch64] Unwinding support for return address signing
2018-08-31 Martin StorsjoFix existing code for SEH on ARM to compile correctly
2018-08-30 Charles DavisAdd support for SEH unwinding on Windows.
2018-08-08 Charles DavisRemove unneeded preprocessor condition.
2018-08-08 Charles Davis[libunwind][include] Add SEH declarations to <unwind.h>.
2018-05-16 whitequark[OR1K] Add the EPCR special-purpose register to registe...
2018-05-15 John Baldwin[libunwind][MIPS] Support MIPS floating-point registers...
2018-02-27 John Baldwin[libunwind][MIPS]: Add support for unwinding in N32...
2018-01-16 Martin Storsjo[PPC64] Added vector registers.
2018-01-09 John Baldwin[libunwind][MIPS]: Rename Registers_mips_n64 to Registe...
2018-01-02 Martin StorsjoReland [PPC64] Port to ppc64le - initial version
2018-01-02 Tim ShenRevert `rL321667: [PPC64] Port to ppc64le - initial...
2018-01-02 Martin Storsjo[PPC64] Port to ppc64le - initial version
2017-12-12 John Baldwin[libunwind][MIPS]: Add support for unwinding in O32...
2017-11-02 Martin StorsjoFix building for ARM with dwarf exception handling
2017-10-30 Martin StorsjoChange unw_word_t to always have the same size as the...
2017-10-28 Martin StorsjoRestore arch specific lastDwarfRegNum in builds without...
2017-10-27 Martin StorsjoAdd support for dwarf unwinding on windows on x86_64
2017-10-27 Martin StorsjoExpress Registers_*::lastDwarfReg using _LIBUNWIND_HIGH...
2017-10-25 Martin StorsjoFix the context/cursor size for ARM with WMMX enabled
2017-08-23 Saleem AbdulrasoolARM: explicitly specify the 8-byte alignment
2017-08-23 Saleem Abdulrasoolunwind: explicitly align `_Unwind_Control_Block`
2017-03-31 Ranjeet Singh[libunwind] Clean up macro usage.
2017-01-21 Saleem AbdulrasoolX86: swap EBP, ESP on !APPLE
2016-11-02 Marshall ClowAdd support for old versions of MacOS to libunwind...
2016-09-28 Ed SchoutenAlso use the proper register numbers on CloudABI.
2016-09-05 Dimitry AndricAdd missing _US_ACTION_MASK constant to unwind.h
2016-08-30 Ed Mastelibunwind: fix X86 register numbers for FreeBSD/i386
2016-08-30 Ed Mastelibunwind: correct 'libuwind' typo
2016-07-20 Eric Fiselier[libunwind] Properly align _Unwind_Exception.
2016-07-20 Ed Mastelibunwind: limit stack usage in unwind cursor
2016-07-19 Ed Mastelibunwind: Use conventional DWARF capitalization in...
2016-07-07 Asiri Rathnayake[libunwind][ARM] Improve unwinder stack usage - Make...
2016-05-25 Asiri RathnayakeIntroduce a native-only unwinder build.
2015-08-31 Peter Zotov[libunwind] Add support for OpenRISC 1000.
2015-07-24 Logan Chienunwind: Fix libc++abi and libgcc build.
2015-07-19 Logan Chienlibunwind: Introduce __libunwind_config.h.
2015-04-24 Saleem Abdulrasoolunwind: move src/Unwind, include/, and test/ unwind...