summaryrefslogtreecommitdiffstats
path: root/lib/Headers/unwind.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r309328 and r309290 (which merged r309327 and r309226).Hans Wennborg2017-08-231-59/+21
* Merging r309327:Hans Wennborg2017-07-271-4/+1
* Merging r309226:Hans Wennborg2017-07-271-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