Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-06[libunwind] [sparc] Add SPARCv9 supportKoakuma
2022-01-19[NFC][libunwind] Fix uintptr_t vs size_t confusion for lengthsJessica Clarke
2021-11-18[libunwind] Add an interface for dynamic .eh_frame registrationPeter S. Housel
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-08-21[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song
2020-11-09[libunwind] Delete unused codeOffsetAtStackDecrement/registersInOtherRegister...Fangrui Song
2020-10-30[libunwind] Support DW_CFA_remember/restore_state without heap allocation.Daniel Kiss
2020-09-18[libunwind] Support for leaf function unwinding.Daniel Kiss
2020-09-18Revert "[libunwind] Support for leaf function unwinding."Daniel Kiss
2020-09-17[libunwind][DWARF] Fix end of .eh_frame calculationRyan Prichard
2020-09-17[libunwind] Support for leaf function unwinding.Daniel Kiss
2020-07-16[libunwind] Fix CIE v1 return address parsingRyan Prichard
2020-05-16unwind: fix unwind build without heapSaleem Abdulrasool
2020-03-11Lazily save initialState of registers during unwind.Sterling Augustine
2020-02-18[libunwind] Fix memory leak in handling of DW_CFA_remember_state and DW_CFA_r...Jorge Gorbe Moya
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[Sparc] Add Sparc V8 supportDaniel Cederman
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman
2018-12-17[AArch64][libunwind] Unwinding support for return address signing with B KeyLuke Cheeseman
2018-12-14[AArch64][libunwind] Unwinding support for return address signingLuke Cheeseman
2018-09-24Reverting r342895Luke Cheeseman
2018-09-24[AArch64] Unwinding support for return address signingLuke Cheeseman
2017-12-26[libunwind] Remove dubious template function. NFC.whitequark
2017-12-25[libunwind] Unbreak debug builds after r321440.whitequark
2017-12-25[libunwind] fix a typo in r321441.whitequark
2017-12-25[libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUNWIND_LOG0.whitequark
2017-12-25[libunwind] Avoid using C++ headers.whitequark
2017-10-27Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTERMartin Storsjo
2017-10-24Add missing checks for register numberMartin Storsjo
2017-03-14DarwinParser: include limitsSaleem Abdulrasool
2017-03-09Fix up the places where AddressSpace.hpp is included.Ed Schouten
2017-03-08DARWF: silence some warnings about conversionsSaleem Abdulrasool
2017-01-27Revert "DWARF: convert error logs to _LIBUNWIND_LOG"Saleem Abdulrasool
2017-01-25DWARF: fix -Asserts buildsSaleem Abdulrasool
2017-01-22DWARF: correct cast (NFC)Saleem Abdulrasool
2017-01-21DWARF: allow enabling tracing at runtimeSaleem Abdulrasool
2017-01-21DWARF: convert error logs to _LIBUNWIND_LOGSaleem Abdulrasool
2016-07-20libunwind: limit stack usage in unwind cursorEd Maste
2016-07-19libunwind: sync some coments with NetBSD's versionEd Maste
2016-07-19libunwind: Use conventional DWARF capitalization in comments and errorsEd Maste
2015-11-09Make it possible to use libunwind without heap.Peter Zotov
2015-08-27[libunwind] Remove unused includes.Peter Zotov
2015-04-24unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool