summaryrefslogtreecommitdiffstats
path: root/libunwind/src/Unwind-seh.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libunwind] Export the unw_* symbols as weak symbolsPetr Hosek2019-04-031-32/+33
* [libunwind] Provide placement new definitionPetr Hosek2019-02-021-10/+9
* Drop the dependency on <algorithm>, add placement new inlinePetr Hosek2019-01-291-0/+4
* Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek2019-01-281-4/+0
* [libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek2019-01-281-0/+4
* Silence warnings about unused parametersMartin Storsjo2019-01-221-0/+3
* Remove an unused variableMartin Storsjo2019-01-221-1/+0
* Fix warnings about printf format stringsMartin Storsjo2019-01-221-2/+7
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SEH] Add initial support for AArch64Martin Storsjo2018-12-181-1/+17
* [SEH] Zero-initialize EXCEPTION_RECORD and UNWIND_HISTORY_TABLE before callin...Martin Storsjo2018-12-111-0/+2
* Fix existing code for SEH on ARM to compile correctlyMartin Storsjo2018-08-311-1/+6
* Add support for SEH unwinding on Windows.Charles Davis2018-08-301-0/+468
OpenPOWER on IntegriCloud