summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* 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-114-0/+48
* 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-056-18/+16
* Allow LIBCXXABI_SINGLE_THREADED to be defined by build scriptsJonathan Roelofs2014-09-021-1/+2
* Add missing include to a test case.Dan Albert2014-08-291-0/+1
* Make _Unwind_Backtrace() work on ARM.Dan Albert2014-08-296-31/+152
* Remove strict dependency on llvm-config.Dan Albert2014-08-261-22/+20
* 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-182-0/+2
* Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6Hans Wennborg2014-08-121-1/+1
* Update CREDITS.txt with the list of folks who worked on ARM EHABI supportJonathan Roelofs2014-08-051-0/+25
* Fix a copy-pasta in r214573Jonathan Roelofs2014-08-051-1/+0
* [unwinder] Tell the assembler that functions are functions so that the linker...Jonathan Roelofs2014-08-011-0/+19
* libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.Nico Weber2014-07-162-5/+1
* Fix for libc++abi when using -Wl,--as-needed.Dan Albert2014-07-143-0/+10
* Support LLVM_LIBDIR_SUFFIX.Dan Albert2014-07-112-4/+4
* Add support for building and testing the unwinder.Dan Albert2014-07-116-8/+124
* Make cmake cxxflags match those in lib/buildit.Dan Albert2014-07-102-11/+32
* Add lit configs for libcxxabi tests.Dan Albert2014-07-106-9/+321
* Add a cmake build system.Dan Albert2014-07-034-0/+355
* Fix a warning about undeclared call to abort().Dan Albert2014-07-021-1/+3
* Revert the LSDA change to scan_eh_tab.Logan Chien2014-06-301-19/+8
* Silence the implicit signed/unsigned conversion warning.Logan Chien2014-06-272-27/+29
* Silence unused variable and parameter warnings.Logan Chien2014-06-262-3/+9
* Fix linux build.Logan Chien2014-06-261-8/+10
* Add missing header for _LIBUNWIND_LOG().Logan Chien2014-06-261-0/+1
* Fix building for iOSNick Kledzik2014-06-261-1/+1
* Minor libc++abi changes to make things build better with gcc.Nico Weber2014-06-253-1/+3
* Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber2014-06-253-36/+85
* Land support for ARM EHABI unwinding for libunwind.Nico Weber2014-06-2510-83/+1636
* Start landing support for ARM EHABI unwinding.Nico Weber2014-06-255-17/+75
* Add a FAQ section, with a question about why the std::exception class destruc...Marshall Clow2014-06-111-0/+16
* Add test case for inherited exceptionsJonathan Roelofs2014-06-031-0/+165
* Add EH test case checking that handlers in noexcept functions can still unwindJonathan Roelofs2014-05-311-0/+34
* Add EH test cases corresponding to C++ ABI # 15.3.3Jonathan Roelofs2014-05-311-0/+444
* Let libc++abi compile with gcc.Nico Weber2014-05-301-11/+12
* Fix typo in comment.Logan Chien2014-05-141-1/+1
* PR19091: Track whether we're demangling a function template specialization toRichard Smith2014-05-122-11/+31
* Implement ARM EHABI exception handling.Logan Chien2014-05-107-18/+462
* Check exception specification with __cplusplus.Logan Chien2014-05-101-1/+1
* Fixes more incorrect #ifs for SJ/LJ exceptionsJonathan Roelofs2014-05-082-19/+19
* Fix broken build from r208135Jonathan Roelofs2014-05-081-0/+1
* Make libc++abi use the implementation of __numstr from libc++. No functionali...Marshall Clow2014-05-071-127/+6
* On single threaded systems, turn mutexes into nopsJonathan Roelofs2014-05-066-8/+96
OpenPOWER on IntegriCloud