summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* [demangler] Fix an oss-fuzz bug from r338138Erik Pilkington2018-07-281-0/+8
* [demangler] Support for reference collapsingErik Pilkington2018-07-272-45/+60
* [CMake] Don't use LIBCXXABI_ENABLE_STATIC option before its declaredSam Clegg2018-07-251-7/+7
* [CMake] Use LIBCXXABI_LIBDIR_SUFFIX in libc++abi buildPetr Hosek2018-07-251-1/+1
* Fix dangling reference in testEric Fiselier2018-07-251-1/+1
* [CMake] Option to control whether shared/static library is installedPetr Hosek2018-07-242-6/+17
* Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-242-8/+22
* [demangler] call terminate() if allocation failedErik Pilkington2018-07-232-4/+17
* Implement a GCC compatible SEH unwinding personality, __gxx_personality_seh0Martin Storsjo2018-07-231-0/+25
* Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-232-24/+9
* [CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek2018-07-232-9/+24
* Add GCC 9 to XFAILs list for testEric Fiselier2018-07-221-1/+1
* Merge changes to ItaniumDemangle over to libcxxabi.Zachary Turner2018-07-204-155/+343
* [CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek2018-07-101-1/+1
* [demangler] Avoid alignment warningSerge Pavlov2018-07-051-1/+1
* Revert r336159, r336157. Some bots failed on qualified std::max_align_t, and ...Erik Pilkington2018-07-031-2/+1
* Some buildbots were choking on std::max_align_t, try using the global alias.Erik Pilkington2018-07-031-1/+1
* [demangler] Fix a MSVC alignment warning.Erik Pilkington2018-07-031-1/+2
* [libc++abi] Look for __config instead of vectorShoaib Meenai2018-06-301-1/+1
* [libc++abi] Limit libc++ header search to specified pathsShoaib Meenai2018-06-301-0/+1
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-7/+10
* [CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo2018-06-202-3/+7
* Update copyright year to 2018.Paul Robinson2018-06-181-1/+1
* Fix libcxxabi tests after clang r334924Vitaly Buka2018-06-181-1/+1
* Fix libcxx tests after clang r334677.Vitaly Buka2018-06-181-1/+2
* private_typeinfo: limit is_dst_type_derived_from_static_type optimizationEric Fiselier2018-05-182-32/+84
* private_typeinfo: propagate static flags in vmi search_above_dst methodEric Fiselier2018-05-181-0/+103
* private_typeinfo: propagate static flags in vmi search_above_dst methodEric Fiselier2018-05-181-0/+4
* Fix test failure for missing _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONSNico Weber2018-05-031-1/+4
* Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build systemNico Weber2018-04-293-7/+4
* [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions.Eli Friedman2018-04-165-35/+199
* [demangler] NFC: Some refactoring to support partial demangling.Erik Pilkington2018-04-121-42/+97
* [CFI] Disable CFI checks for __cxa_decrement_exception_refcountVlad Tsyrklevich2018-04-092-2/+12
* [demangler] Support for fold expressions.Erik Pilkington2018-04-092-3/+132
* [demangler] Support for <data-member-prefix>.Erik Pilkington2018-04-092-0/+12
* [demangler] Support for partially substituted sizeof....Erik Pilkington2018-04-092-1/+26
* [CMake] Support for monorepo layoutPetr Hosek2018-04-041-0/+2
* [demangler] Fix a bug in r328464 found by oss-fuzz.Erik Pilkington2018-03-261-2/+27
* [demangler] Use a back-patching scheme to resolve forward references.Erik Pilkington2018-03-252-42/+87
* [demangler] Tweak how parameter pack sizes are determined.Erik Pilkington2018-03-252-217/+115
* [demangler] Support for clang's enable_if attribute.Erik Pilkington2018-03-252-7/+40
* [demangler] Support for <template-param>s in generic lambdas.Erik Pilkington2018-03-162-13/+17
* [demangler] Simplify printing of structured bindings.Erik Pilkington2018-03-102-4/+4
* [demangler] Support for sequence numbers on lifetime extended temporaries.Erik Pilkington2018-03-102-0/+11
* [demangler] Support for structured bindings.Erik Pilkington2018-03-102-4/+30
* [demangler] Fix a mistake in r326797.Erik Pilkington2018-03-072-2/+4
* [demangler] Modernize the rest of the demangler.Erik Pilkington2018-03-062-458/+290
* [demangler] Modernize parse_unresolved_name.Erik Pilkington2018-03-061-403/+177
* [demangler] Modernize parse_name.Erik Pilkington2018-03-052-1238/+730
* [demangler] Support for exception specifications on function types.Erik Pilkington2018-02-142-4/+96
OpenPOWER on IntegriCloud