summaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)Author
2018-09-22Update docs to reference new libc++ mailing lists.Eric Fiselier
2018-09-22Fix incorrectly aligned exceptions in 32 bit builds.Eric Fiselier
2018-09-21[libc++abi] is_strcmp parameter to is_equal is unused for WIN32Pirama Arumuga Nainar
2018-09-20add a quick link to libc++Sylvestre Ledru
2018-09-15Merge Demangle change in r342330 to libcxxabi.Nico Weber
2018-08-24Port my recent changes from LLVM copy of the demangler:Richard Smith
2018-08-20Port LLVM r340203 (and r340205) to libcxxabi.Richard Smith
2018-08-16Factor Node creation out of the demangler. No functionality change intended.Richard Smith
2018-08-16[libcxxabi] Fix test_exception_address_alignment test for ARMYvan Roux
2018-08-13[itanium demangler] Add llvm::itaniumFindTypesInMangledName()Erik Pilkington
2018-08-11Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0Martin Storsjo
2018-08-02[itanium demangler] Support dot suffixes on block invocation functionsErik Pilkington
2018-08-01Update version to 8.0.0svnHans Wennborg
2018-08-01[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne
2018-07-28[demangler] Fix an oss-fuzz bug from r338138Erik Pilkington
2018-07-27[demangler] Support for reference collapsingErik Pilkington
2018-07-25[CMake] Don't use LIBCXXABI_ENABLE_STATIC option before its declaredSam Clegg
2018-07-25[CMake] Use LIBCXXABI_LIBDIR_SUFFIX in libc++abi buildPetr Hosek
2018-07-25Fix dangling reference in testEric Fiselier
2018-07-24[CMake] Option to control whether shared/static library is installedPetr Hosek
2018-07-24Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-23[demangler] call terminate() if allocation failedErik Pilkington
2018-07-23Implement a GCC compatible SEH unwinding personality, __gxx_personality_seh0Martin Storsjo
2018-07-23Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-23[CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek
2018-07-22Add GCC 9 to XFAILs list for testEric Fiselier
2018-07-20Merge changes to ItaniumDemangle over to libcxxabi.Zachary Turner
2018-07-10[CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek
2018-07-05[demangler] Avoid alignment warningSerge Pavlov
2018-07-03Revert r336159, r336157. Some bots failed on qualified std::max_align_t, and ...Erik Pilkington
2018-07-03Some buildbots were choking on std::max_align_t, try using the global alias.Erik Pilkington
2018-07-03[demangler] Fix a MSVC alignment warning.Erik Pilkington
2018-06-30[libc++abi] Look for __config instead of vectorShoaib Meenai
2018-06-30[libc++abi] Limit libc++ header search to specified pathsShoaib Meenai
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-20[CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo
2018-06-18Update copyright year to 2018.Paul Robinson
2018-06-18Fix libcxxabi tests after clang r334924Vitaly Buka
2018-06-18Fix libcxx tests after clang r334677.Vitaly Buka
2018-05-18private_typeinfo: limit is_dst_type_derived_from_static_type optimizationEric Fiselier
2018-05-18private_typeinfo: propagate static flags in vmi search_above_dst methodEric Fiselier
2018-05-18private_typeinfo: propagate static flags in vmi search_above_dst methodEric Fiselier
2018-05-03Fix test failure for missing _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONSNico Weber
2018-04-29Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build systemNico Weber
2018-04-16[libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions.Eli Friedman
2018-04-12[demangler] NFC: Some refactoring to support partial demangling.Erik Pilkington
2018-04-09[CFI] Disable CFI checks for __cxa_decrement_exception_refcountVlad Tsyrklevich
2018-04-09[demangler] Support for fold expressions.Erik Pilkington
2018-04-09[demangler] Support for <data-member-prefix>.Erik Pilkington
2018-04-09[demangler] Support for partially substituted sizeof....Erik Pilkington