summaryrefslogtreecommitdiffstats
path: root/libunwind/src
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Remove variable reference that isn't used.Charles Davis2018-09-041-1/+1
* Export public functions implemented in assembly on Windows.Charles Davis2018-08-311-0/+8
* Fix existing code for SEH on ARM to compile correctlyMartin Storsjo2018-08-312-8/+13
* [AddressSpace] Use the macro to set hidden visibility on LocalAddressSpace.Charles Davis2018-08-311-1/+1
* Add support for SEH unwinding on Windows.Charles Davis2018-08-307-3/+1068
* [libunwind][mips] Include gcc_s for linkageStefan Maksimovic2018-08-161-0/+1
* [libunwind][mips] Guard accumulator registersStefan Maksimovic2018-08-161-0/+4
* [libunwind][mips] Modify the __mips_fpr macro checkStefan Maksimovic2018-08-162-2/+2
* [cmake] Add MINGW_LIBRARIES to the linker flagsMartin Storsjo2018-08-141-0/+3
* [libunwind] Fix pointer-to-integer cast warnings on LLP64.Charles Davis2018-08-082-8/+8
* [CMake] Option to control whether shared/static library is installedPetr Hosek2018-07-241-6/+10
* The semantics of DW_CFA_GNU_args_size have changed subtile over theJoerg Sonnenberger2018-07-172-3/+13
* Introduce a separate preprocessor macro, _LIBUNWIND_USE_DLADDR, for directly ...Jordan Rupprecht2018-06-291-2/+10
* [OR1K] Add the EPCR special-purpose register to register state.whitequark2018-05-162-0/+12
* [OR1K] Add a dedicated PC register to register state.whitequark2018-05-163-7/+12
* [libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin2018-05-154-18/+383
* [cmake] Remove duplicate command line options from buildAaron Smith2018-04-051-2/+2
* [libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin2018-02-275-9/+27
* [cmake] [libunwind] LLVM_FOUND isn't always set, so just test ifDon Hinton2018-01-271-1/+1
* Don't enable _LIBUNWIND_BUILD_ZERO_COST_APIS if building the SJLJ APIsMartin Storsjo2018-01-261-0/+2
* [cmake] [libunwind] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-261-0/+3
* [PPC64] Added vector registers.Martin Storsjo2018-01-165-245/+622
* [libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin2018-01-094-38/+38
* Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-028-3/+808
* Don't use a strict larger-than comparison in the check_fit/does_fit static as...Martin Storsjo2018-01-021-1/+1
* Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen2018-01-028-808/+3
* [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-028-3/+808
* There is no portable format string for printing `uintptr_t` values.Chandler Carruth2017-12-271-6/+6
* [libunwind] Remove dubious template function. NFC.whitequark2017-12-251-7/+3
* [libunwind] Unbreak debug builds after r321440.whitequark2017-12-251-4/+7
* [libunwind] Add proper support for DWARF unwind on bare metal.whitequark2017-12-251-0/+46
* [libunwind] fix a typo in r321441.whitequark2017-12-251-1/+1
* [libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUNWIND_LOG0.whitequark2017-12-252-35/+35
* [libunwind] Avoid using C++ headers.whitequark2017-12-251-1/+1
* [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.John Baldwin2017-12-126-2/+678
* [libunwind] Create install-unwind-stripped target manuallyShoaib Meenai2017-12-081-3/+11
* [libunwind] Switch to add_llvm_install_targetsShoaib Meenai2017-11-301-5/+3
* Support building libunwind as a DLLMartin Storsjo2017-11-291-3/+7
* [CMake] Use the variable from the right project in install-unwindMartin Storsjo2017-11-291-1/+1
* [libunwind][CMake] Provide option to disable instalation of the libraryPetr Hosek2017-11-171-3/+12
* Remove a FIXME about truncated section namesMartin Storsjo2017-11-161-2/+0
* Add ifdefs around ELF specific parts of UnwindRegisters*.S for armMartin Storsjo2017-11-042-0/+20
* Fix building for ARM with dwarf exception handlingMartin Storsjo2017-11-023-5/+12
* [libunwind] Don't use dl_iterate_phdr if __ANDROID_API__ < 21Dan Albert2017-11-011-0/+8
* Change unw_word_t to always have the same size as the pointer sizeMartin Storsjo2017-10-304-35/+36
* 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-275-32/+142
* Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DWARF_REGISTERMartin Storsjo2017-10-273-7/+7
* Add missing checks for register numberMartin Storsjo2017-10-241-0/+19
* Abstract rwlocks into a class, provide a SRW lock implementation for windowsMartin Storsjo2017-10-234-30/+97
OpenPOWER on IntegriCloud