summaryrefslogtreecommitdiff
path: root/libcxxabi/src
AgeCommit message (Expand)Author
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
2018-03-06[demangler] Modernize parse_unresolved_name.Erik Pilkington
2018-03-05[demangler] Modernize parse_name.Erik Pilkington
2018-02-14[demangler] Support for exception specifications on function types.Erik Pilkington
2018-02-14[demangler] Simplify the AST for function types, NFC.Erik Pilkington
2018-02-13[demangler] Support for inheriting constructors.Erik Pilkington
2018-02-13[demangler] Rewrite parse_nested_name in the new style.Erik Pilkington
2018-02-13[demangler] Support for initializer lists and designated initializers.Erik Pilkington
2018-02-13[demangler] Support for dependent elaborate type specifiers.Erik Pilkington
2018-02-13[demangler] All <qualifiers> on one type should share one entry in the substi...Erik Pilkington
2018-02-07Fix compilation in C++17 mode.Richard Smith
2018-02-05[demangler] Refactor the type parserErik Pilkington
2018-02-05[demangler] return early if conditional expr parsing failedErik Pilkington
2018-02-02[demangler] Clean up the expression parserErik Pilkington
2018-01-31[demangler] Improve variadic template supportErik Pilkington
2018-01-27[cmake] [libcxxabi] LLVM_FOUND isn't always set, so just test ifDon Hinton
2018-01-26Reland:Don Hinton
2018-01-25Revert [libcxxabi] r323455 - [cmake] [libcxxabi] Call llvm_setup_rpath() when...Don Hinton
2018-01-25[cmake] [libcxxabi] Call llvm_setup_rpath() when adding shared libraries.Don Hinton
2018-01-25[libc++abi] Fix unused function when building with LIBCXXABI_SILENT_TERMINATEPeter Collingbourne
2017-11-30[libc++abi] Add install-cxxabi-stripped targetShoaib Meenai
2017-11-28Insert padding before the __cxa_exception header to ensure the thrownAkira Hatanaka
2017-11-22[demangler] Support for abi_tag attributeErik Pilkington
2017-11-21[demangler] Document some features that the demangler doesn't yet support, NFCErik Pilkington
2017-11-17[libcxxabi][CMake] Provide option to disable installing of the libraryPetr Hosek
2017-11-17[CMake][libcxxabi] Support merging objects when statically linking unwinderPetr Hosek
2017-11-13Remove excess whitespace from syslog message; NFCStephan Bergmann
2017-09-14Fix ASAN build with older compiler-rt versions.Eric Fiselier
2017-09-14[libc++abi] Fix ASAN build with older compiler-rt versions.Eric Fiselier
2017-09-13Reland "When built with ASan, __cxa_throw calls __asan_handle_no_return"Petr Hosek
2017-09-06Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek
2017-09-06[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek
2017-08-16Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek
2017-08-16[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek
2017-08-10[demangler] Fix some more -Wshadow warnings I missed in r310535Erik Pilkington
2017-08-09[demangler] Fix a bunch of -Wshadow warningsErik Pilkington
2017-08-09[demangler] Improve representation of substitutions/templatesErik Pilkington
2017-08-08[demangler] Rename some variables, NFCErik Pilkington
2017-08-08[libc++abi] Use proper calling convention for TLS destructorShoaib Meenai
2017-08-06[demangler] Fix another oss-fuzz bugErik Pilkington
2017-08-01[demangler] Fix another bug found by oss-fuzz in r309340Erik Pilkington
2017-08-01[demangler] Use _LIBCPP_UNREACHABLE()Erik Pilkington
2017-07-30[demangler] Fix some bugs in r309340 found by oss-fuzzErik Pilkington
2017-07-28[demangler] Fix some overzealous -Wreturn-type errorsErik Pilkington