summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-04-24libc++abi: remove the duplicated unwind contentSaleem Abdulrasool
2015-04-15Declare __cxa_new_handler as extern "C", or it declares a new variableReid Kleckner
2015-04-06[libcxxabi] Disallow Base to Derived conversions for catching pointers to mem...Eric Fiselier
2015-04-02[libcxxabi] Fix multi-level pointer conversions and pointer to member convers...Eric Fiselier
2015-03-31Also use dl_iterate_phdr() on CloudABI.Ed Schouten
2015-03-19Don't print debugging messages to stdout.Ed Schouten
2015-03-10Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofsEric Fiselier
2015-03-10[libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()Eric Fiselier
2015-03-09Unwind: define more interfaces more oftenSaleem Abdulrasool
2015-03-09Unwind: always define unwind APIsSaleem Abdulrasool
2015-03-07Unwind: remove unnecessary checkSaleem Abdulrasool
2015-03-07Unwind: tweak register handling for AArch64Saleem Abdulrasool
2015-03-05Fix build with GCC:Nick Lewycky
2015-03-03[libcxxabi] Build both static and shared versions of libc++abi by default.Eric Fiselier
2015-02-28Unwind: make it build on Darwin againSaleem Abdulrasool
2015-02-27Add .eh_frame_hdr search to Linux unwinder.Dan Albert
2015-02-26Unwind: clean up some GCC warningsSaleem Abdulrasool