summaryrefslogtreecommitdiff
path: root/src/tilegx
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (#397)Adeel Mujahid2022-08-041-1/+1
* avoid leaking registers across sigreturnJameson Nash2022-05-221-0/+3
* Rationalize endianness macrosStephen Webb2020-06-182-6/+4
* Use C11 atomicsSteve MacLean2020-05-213-5/+5
* Fix a memory leak issueAdeel2020-05-181-9/+8
* Fix compilation with -fno-common.Yichao Yu2020-03-311-8/+7
* ALIAS unwind_get_accessorsDave Watson2017-12-281-1/+1
* Remove unw_handle_signal_frame from public API.Dave Watson2017-12-283-3/+5
* Remove PROTECTED visibilityDave Watson2017-12-2813-17/+17
* Change unw_init_local_signal to unw_init_local2(..., UNW_INIT_SIGNAL_FRAME)Dave Watson2017-08-161-2/+13
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-151-1/+1
* Better imitate the choice of which register to identify as ipDoug Moore2017-08-071-2/+8
* For architectures that initialize the dwarf ip cache, but do notDoug Moore2017-08-071-1/+5
* Drop reference to dwarf.ret_addr_column.Doug Moore2017-05-191-1/+0
* Add a function to capture the dwarf_reg_states that occur in processingDoug Moore2017-05-124-0/+84
* unw_init_local_signalDoug Moore2017-04-031-3/+15
* Fixup invalid return code checks of unw_is_signal_frame()Chris Redmon2017-01-131-1/+1
* Add TileGx platform support to libunwind.Zhi-Gang Liu2014-09-0831-0/+1201