summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/unwind.h
Commit message (Expand)AuthorAgeFilesLines
* Move the builtin headers to use the new license file header.Chandler Carruth2019-04-081-17/+3
* [Headers][mips] Add `__attribute__((__mode__(__unwind_word__)))` to the _Unwi...Simon Atanasyan2019-02-131-2/+2
* [Headers] Expand _Unwind_Exception for SEH on MinGW/x86_64Martin Storsjo2018-08-071-0/+4
* [Headers] Fix typoed __ARM_DWARF_EH__ ifdefsMartin Storsjo2017-10-191-3/+3
* Headers: explicitly specify double-word alignmentSaleem Abdulrasool2017-08-231-1/+1
* Headers: give _Unwind_Control_Block double-word alignmentSaleem Abdulrasool2017-08-231-1/+1
* Headers: fix _Unwind_{G,S}etGR for non-EHABI targetsSaleem Abdulrasool2017-07-271-4/+1
* Headers: improve ARM EHABI coverage of unwind.hSaleem Abdulrasool2017-07-261-17/+58
* Add ARM EHABI-related constants to unwind.h.Logan Chien2016-02-281-1/+18
* Headers: Don't use attribute keywords which aren't reservedDavid Majnemer2015-02-041-9/+9
* Effectively revert r151058 which caused Clang's unwind.h to defer toChandler Carruth2014-12-291-2/+2
* Add a missing declaration to our unwind.h implementation. This isChandler Carruth2014-12-291-0/+2
* Provide inline definitions of _Unwind_GetIP etc. for ARM in unwind.hHans Wennborg2013-09-251-3/+35
* Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)Peter Collingbourne2013-08-291-0/+3
* 80 cols.Peter Collingbourne2013-08-281-12/+15
* Add missing definitions to unwind.h.Peter Collingbourne2013-08-281-5/+114
* PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie2013-01-161-6/+6
* unwind.h: Add include guards and don't mess with visibility if HIDE_EXPORTS i...Benjamin Kramer2013-01-091-0/+9
* Code cleanup: Remove trailing whitespace in unwind.h.Logan Chien2012-11-141-20/+20
* Add struct keyword before _Unwind_Context.Logan Chien2012-09-261-1/+1
* unwind.h fix for -fvisibility=hidden users. This fixes firefox build in a systemRafael Espindola2012-03-291-1/+13
* Allow linux builds to take advantage of libunwind to get unwind.h ifJeffrey Yasskin2012-02-211-3/+13
* On Darwin, use the system's <unwind.h> whenever it isDouglas Gregor2012-01-241-4/+3
* Extend unwind.h with the ARM unwinder interface.Evgeniy Stepanov2012-01-191-0/+35
* Don't depend on undefined macros being 0, there are options for theJoerg Sonnenberger2012-01-031-1/+2
* Use default visibility in the the symbols declared in unwind.h. This matchesRafael Espindola2011-12-091-0/+7
* Add a minimal unwind.h that knows how to forward to the system one in systemsRafael Espindola2011-12-081-0/+60
OpenPOWER on IntegriCloud