summaryrefslogtreecommitdiffstats
path: root/libunwind/src/libunwind.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott2019-12-161-0/+2
* unwind: remove a could of extraneous `else` (NFC)Saleem Abdulrasool2019-09-181-4/+2
* [libunwind] Fix the typo in unw_save_vfp_as_X aliasPetr Hosek2019-04-111-1/+1
* [libunwind] Export the unw_* symbols as weak symbolsPetr Hosek2019-04-031-56/+58
* [libunwind] Provide placement new definitionPetr Hosek2019-02-021-6/+3
* [libunwind] Remove the remote unwinding supportPetr Hosek2019-02-021-87/+0
* Drop the dependency on <algorithm>, add placement new inlinePetr Hosek2019-01-291-4/+4
* Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek2019-01-281-4/+4
* [libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek2019-01-281-4/+4
* [libunwind] Use placement new to avoid dependency C++ libraryPetr Hosek2019-01-251-7/+10
* 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/+2
* Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya2019-01-101-2/+0
* [Sparc] Add Sparc V8 supportDaniel Cederman2019-01-091-0/+2
* The semantics of DW_CFA_GNU_args_size have changed subtile over theJoerg Sonnenberger2018-07-171-1/+13
* [libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin2018-05-151-3/+2
* [libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin2018-02-271-2/+3
* [libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin2018-01-091-1/+1
* Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-021-0/+2
* Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen2018-01-021-2/+0
* [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-021-0/+2
* [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.John Baldwin2017-12-121-1/+5
* Fix building for ARM with dwarf exception handlingMartin Storsjo2017-11-021-1/+1
* Change unw_word_t to always have the same size as the pointer sizeMartin Storsjo2017-10-301-2/+2
* Skip building unused parts when targeting SJLJMartin Storsjo2017-09-261-0/+2
* [libunwind] Clean up macro usage.Ranjeet Singh2017-03-311-4/+4
* Fix up the places where AddressSpace.hpp is included.Ed Schouten2017-03-091-0/+1
* DWARF: allow enabling tracing at runtimeSaleem Abdulrasool2017-01-211-0/+12
* rename OtherAddressSpace to RemoteAddressSpace; NFCSaleem Abdulrasool2017-01-211-6/+6
* consistently add \n to log and trace messagesEd Maste2016-08-301-15/+15
* libunwind: correct 'libuwind' typoEd Maste2016-08-301-1/+1
* libunwind: Use conventional DWARF capitalization in comments and errorsEd Maste2016-07-191-1/+1
* Introduce a native-only unwinder build.Asiri Rathnayake2016-05-251-16/+13
* unwind: Allow the building of libunwind for MIPS.Vasileios Kalintiris2015-09-261-0/+2
* [libunwind] Add support for OpenRISC 1000.Peter Zotov2015-08-311-0/+3
* [libunwind] Remove unused includes.Peter Zotov2015-08-271-3/+0
* Enable zero-cost exceptions on non-Apple arm64 platformsEd Maste2015-08-131-1/+3
* libunwind: Introduce __libunwind_config.h.Logan Chien2015-07-191-2/+2
* unwind: permit building against libstdc++Saleem Abdulrasool2015-05-111-0/+1
* unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool2015-04-241-0/+373
OpenPOWER on IntegriCloud