summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-10-13[libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake
2016-10-12Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Ba...Eric Fiselier
2016-10-09[libc++abi] Fix bug which cased the static libunwind to always be chosenEric Fiselier
2016-10-07Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin
2016-09-29Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin
2016-09-29[libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin
2016-09-23annotate more function visibilitySaleem Abdulrasool
2016-09-21[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake
2016-08-31libc++abi: fix some -Wunused-function warningsSaleem Abdulrasool
2016-08-31Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined().Logan Chien
2016-08-28[CMake] Be more consistent about naming targets and components in libc++abiEric Fiselier
2016-08-28[CMake] Apply r279151 cleanup to libc++abi.Eric Fiselier
2016-08-13Fix ASAN failures in the demanglerMehdi Amini
2016-08-09Depend directly on unwind when not building standalonePetr Hosek
2016-08-09Add lib directory to linker paths when using libunwindPetr Hosek
2016-07-19[libcxxabi] When catching an exception of type nullptr_t with a handler ofRichard Smith
2016-05-31[libcxxabi] Introduce a -fno-exceptions libc++abi libary variantAsiri Rathnayake
2016-05-26libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool
2016-05-11libc++abi: make __cxa_call_unexpected visibleSaleem Abdulrasool
2016-05-04libc++abi: fix visibility of personalitiesSaleem Abdulrasool
2016-01-20[libcxxabi] Teach cxa_demangle about Hexagon's long double sizeBen Craig
2016-01-19Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier
2016-01-19Revert r258222 because it's missing files. Will re-commit complete patchEric Fiselier
2016-01-19Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier
2016-01-15Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.Nico Weber
2016-01-13[WebAssembly] Accomodate wasm's 128-bit long double.Dan Gohman
2015-12-23Fix PR25898 - Check for incomplete pointers types in can_catch(...)Eric Fiselier
2015-12-22Fix ARM __cxa_end_cleanup() and gc-sections.Logan Chien
2015-12-14[libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of lib...Eric Fiselier
2015-12-04ibc++abi: mark visibilitySaleem Abdulrasool
2015-12-04c++abi: whitespace adjustmentSaleem Abdulrasool
2015-11-18c++abi: use __builtin_offsetof instead of offsetofSaleem Abdulrasool
2015-10-12Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to ...Marshall Clow
2015-10-08Fix incorrect parsing of arguments for nested functions. Reviewed as http://r...Marshall Clow
2015-09-20Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL.Nico Weber
2015-09-20EH: fix register usage for SjLjSaleem Abdulrasool
2015-08-19[libcxxabi] Add "install-libcxxabi" target.Eric Fiselier
2015-08-19[AArch64] Quick fix for cxa demanglerRenato Golin
2015-07-30[libcxxabi][mips] Correct float_data::mangled_size for all ABI's.Daniel Sanders
2015-07-12Remove include directive for the unused libunwind_ext.h.Logan Chien
2015-06-03fallback_malloc: silence conversion warning (NFC)Saleem Abdulrasool
2015-06-03fallback_malloc: silence qual-cast warning (NFC)Saleem Abdulrasool
2015-06-02Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow
2015-05-29libcxx: Switch to use __gnu_unwind_frame() for libunwind.Logan Chien
2015-05-26Make sure !empty() before calling String::front().Chaoren Lin
2015-05-01Disallow conversions from function pointers to void*.Eric Fiselier
2015-04-28libc++abi: work around layering violationSaleem Abdulrasool
2015-04-27libc++abi: remove unused variableSaleem Abdulrasool
2015-04-27libc++abi: clear up some -Wqual-cast warningsSaleem Abdulrasool
2015-04-27libc++abi: silence some warningsSaleem Abdulrasool