summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src
Commit message (Expand)AuthorAgeFilesLines
* unwind: clean up more -Wformat warningsSaleem Abdulrasool2015-02-112-46/+56
* unwind: clean up straggling -Wundef warningSaleem Abdulrasool2015-02-111-0/+4
* unwind: silence -Wconversion warningsSaleem Abdulrasool2015-02-112-6/+8
* unwind: improve compilation on Linux with gccSaleem Abdulrasool2015-02-101-23/+24
* unwind: clean up some stray semicolonsSaleem Abdulrasool2015-02-102-2/+2
* unwind: clean up -Wundef warningsSaleem Abdulrasool2015-02-102-14/+14
* unwind: fix -Wformat warnings from gccSaleem Abdulrasool2015-02-103-95/+98
* Unwind: hoist placement delete into base classSaleem Abdulrasool2015-02-061-2/+4
* Unwind: replace pure virtual functions with abortsSaleem Abdulrasool2015-02-061-17/+33
* unwind: use -fno-rtti -fno-exceptions -funwind-tablesSaleem Abdulrasool2015-02-061-1/+7
* Fix build for apple machines.Matthias Braun2015-02-061-2/+2
* Fix build.Dan Albert2015-02-061-2/+0
* Revert "indicate tag type in C"Saleem Abdulrasool2015-02-052-9/+9
* [libcxxabi] Fix -Werror build for 32-bit non-ARM.Dan Albert2015-02-054-15/+13
* Formatting fixes.Dan Albert2015-02-053-36/+34
* Fix compilation of unwind on Darwin-x86_64Saleem Abdulrasool2015-02-051-0/+4
* Silence some -Wundef warningsSaleem Abdulrasool2015-02-052-4/+4
* Silence warning about loss of precisionSaleem Abdulrasool2015-02-051-1/+1
* indicate tag type in CSaleem Abdulrasool2015-02-052-9/+9
* Some more -Wundef issues.Dan Albert2015-02-052-7/+7
* Enable -Wundef.Dan Albert2015-02-0511-52/+59
* Force unwind frame with user-defined personality.Logan Chien2015-01-224-69/+109
* Fix _Unwind_Backtrace for libc++abi built with libgcc.Logan Chien2015-01-221-0/+12
* Allow libc++abi to be built without unwinder.Logan Chien2015-01-221-34/+41
* Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build.Logan Chien2015-01-221-22/+0
* Fix abort_message.cpp for the NDK.Dan Albert2015-01-161-3/+15
* Fix some formatting I messed up in r225187.Dan Albert2015-01-051-1/+1
* Make the Unwinder -Werror clean.Dan Albert2015-01-055-95/+110
* Typo.Joerg Sonnenberger2015-01-041-1/+1
* [cmake/multilib] Teach libc++abi's CMake build to support multilibChandler Carruth2014-12-291-2/+2
* Silence warnings in libunwind.Logan Chien2014-12-212-6/+9
* [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert2014-12-182-0/+36
* [libcxxabi] Refactor building and testing libc++abi without threadsEric Fiselier2014-11-241-1/+3
* [libcxxabi] Delay adjustment of pointer to prevent referencing invalid memory.Eric Fiselier2014-11-241-7/+11
* [libcxxabi] Refactor CMakeLists.txt's handling of compile and link flags to s...Eric Fiselier2014-11-182-18/+18
* Make sure only NEON enabled devices save/restore D16+ registersRenato Golin2014-11-072-2/+2
* Correctly export _Unwind_[GS]et(GR|IP) for EHABI.Dan Albert2014-10-133-2/+24
* Use __atomic_exchange_n instead of Clang's __sync_swapReid Kleckner2014-10-032-8/+10
* Support Cortex-m0Jonathan Roelofs2014-10-023-21/+70
* Adding ABI support for __cxa_throw_bad_array_new_length.Aaron Ballman2014-09-111-0/+5
* ARM Unwind syntaxRenato Golin2014-09-112-6/+30
* Implement post-review comments for r216730Jonathan Roelofs2014-09-091-2/+16
* Remove an unused typedef from __class_type_info::search_below_dstAlexander Potapenko2014-09-081-1/+0
* Use correct __ARM_ARCH macroRenato Golin2014-09-072-2/+2
* s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs2014-09-055-15/+13
* Allow LIBCXXABI_SINGLE_THREADED to be defined by build scriptsJonathan Roelofs2014-09-021-1/+2
* Make _Unwind_Backtrace() work on ARM.Dan Albert2014-08-294-27/+91
* Add baremetal ARM support to libcxxabi/libunwindJonathan Roelofs2014-08-213-2/+40
* Improve logging of aborts for Android.Dan Albert2014-08-191-2/+21
* libcxxabi must link to dl if using bundled unwindJonathan Roelofs2014-08-181-0/+1
OpenPOWER on IntegriCloud