summaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)Author
2018-10-22Merging r342815:Tom Stellard
2018-08-16Merging r339865:Hans 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
2018-04-04[CMake] Support for monorepo layoutPetr Hosek
2018-03-26[demangler] Fix a bug in r328464 found by oss-fuzz.Erik Pilkington
2018-03-25[demangler] Use a back-patching scheme to resolve forward references.Erik Pilkington
2018-03-25[demangler] Tweak how parameter pack sizes are determined.Erik Pilkington
2018-03-25[demangler] Support for clang's enable_if attribute.Erik Pilkington
2018-03-16[demangler] Support for <template-param>s in generic lambdas.Erik Pilkington
2018-03-10[demangler] Simplify printing of structured bindings.Erik Pilkington
2018-03-10[demangler] Support for sequence numbers on lifetime extended temporaries.Erik Pilkington
2018-03-10[demangler] Support for structured bindings.Erik Pilkington
2018-03-07[demangler] Fix a mistake in r326797.Erik Pilkington
2018-03-06[demangler] Modernize the rest of the demangler.Erik Pilkington