summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* 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
* [demangler] Simplify the AST for function types, NFC.Erik Pilkington2018-02-141-92/+66
* [demangler] Support for inheriting constructors.Erik Pilkington2018-02-132-0/+9
* [demangler] Rewrite parse_nested_name in the new style.Erik Pilkington2018-02-131-280/+206
* [demangler] Support for initializer lists and designated initializers.Erik Pilkington2018-02-132-29/+169
* [demangler] Support for dependent elaborate type specifiers.Erik Pilkington2018-02-132-3/+44
* [demangler] All <qualifiers> on one type should share one entry in the substi...Erik Pilkington2018-02-132-45/+54
* Fix compilation in C++17 mode.Richard Smith2018-02-071-0/+2
* [demangler] Refactor the type parserErik Pilkington2018-02-051-821/+595
* [demangler] return early if conditional expr parsing failedErik Pilkington2018-02-051-2/+7
* [demangler] Clean up the expression parserErik Pilkington2018-02-022-1441/+912
* [demangler] Improve variadic template supportErik Pilkington2018-01-313-416/+593
* [cmake] [libcxxabi] LLVM_FOUND isn't always set, so just test ifDon Hinton2018-01-271-1/+1
* Reland:Don Hinton2018-01-261-0/+3
* Revert [libcxxabi] r323455 - [cmake] [libcxxabi] Call llvm_setup_rpath() when...Don Hinton2018-01-251-1/+0
* [cmake] [libcxxabi] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-251-0/+1
* [libc++abi] Fix unused function when building with LIBCXXABI_SILENT_TERMINATEPeter Collingbourne2018-01-251-1/+1
* [cmake] [libcxxabi] Fix find_path() problems when cross compilingDon Hinton2018-01-221-0/+3
* [cmake] [libcxxabi] Don't print warning when tests are disabled.Don Hinton2018-01-181-14/+17
* Fix standalone test-suite run.Eric Fiselier2018-01-172-11/+20
* Update version to 7.0.0svnHans Wennborg2018-01-031-1/+1
* Try again, this time with the correct addressJonathan Roelofs2017-12-291-1/+1
* Update CREDITS.txt with personal email addressJonathan Roelofs2017-12-291-1/+1
* [libcxxabi] Pass LIBCXXABI_SYSROOT and LIBCXXABI_GCC_TOOLCHAIN to litPetr Hosek2017-12-121-0/+2
* [libcxxabi] Set up .arcconfig to point to new Diffusion CXXA repositoryBen Hamilton2017-12-041-1/+1
* [libc++abi] Add install-cxxabi-stripped targetShoaib Meenai2017-11-301-0/+6
OpenPOWER on IntegriCloud