file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2018-02-27[libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin6-11/+33
2018-02-27[libunwind] Permit additional compiler and linker flags to be passed to tests.John Baldwin2-0/+6
2018-01-27[cmake] [libunwind] LLVM_FOUND isn't always set, so just test ifDon Hinton1-1/+1
2018-01-26Don't enable _LIBUNWIND_BUILD_ZERO_COST_APIS if building the SJLJ APIsMartin Storsjo1-0/+2
2018-01-26[cmake] [libunwind] Call llvm_setup_rpath() when adding shared libraries.Don Hinton1-0/+3
2018-01-22[cmake] [libunwind] Fix find_path() problems when cross compilingDon Hinton1-1/+2
2018-01-16[PPC64] Added vector registers.Martin Storsjo7-360/+807
2018-01-10[libunwind] Set up .arcconfig to point to new Diffusion UNW repositoryPetr Hosek1-1/+1
2018-01-09[libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin5-40/+40
2018-01-03Update PACKAGE_VERSION to 7.0.0svnHans Wennborg1-1/+1
2018-01-03Update docs version to 7.0Hans Wennborg1-2/+2
2018-01-02Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo10-5/+931
2018-01-02