summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-01[libcxxabi] Rework CMakeLists.txt into modulesMartell Malone
2017-05-28[demangler] Fix a exponential string copying bugErik Pilkington
2017-05-24[Demangler] Remove a failing assert introduced in r303718Erik Pilkington
2017-05-24__cxa_demangle: Fix constructor cv qualifier handlingTamas Berghammer
2017-05-24[demangler] Fix a crash in the demangler during parsing of a lamdbaErik Pilkington
2017-05-16[libcxxabi] Align unwindHeader on a double-word boundary.Akira Hatanaka
2017-05-14Revert r302978 and r302981.Akira Hatanaka
2017-05-13[libcxxabi] Do not align field unwindHeader when building for ARM EHABI.Akira Hatanaka
2017-05-13[libcxxabi] Align unwindHeader on a double-word boundary.Akira Hatanaka
2017-05-11Revert "[libcxxabi] Align unwindHeader on a double-word boundary."Akira Hatanaka
2017-05-11[libcxxabi] Align unwindHeader on a double-word boundary.Akira Hatanaka
2017-05-11Revert "Rename c++abi.a on Windows to libc++abi to avoid name conflicts"Eric Fiselier
2017-05-11Fix Libc++abi linking under MinGW64Eric Fiselier
2017-05-11Rename c++abi.a on Windows to libc++abi to avoid name conflictsEric Fiselier
2017-05-11Don't use posix_memalign under MinGWEric Fiselier
2017-05-10[libc++abi] Disable libc++ extern templates project-wideShoaib Meenai
2017-04-04Uses quote to include cxxabi.h to make sure the local one is includedMehdi Amini
2017-03-31[libc++abi] Remove missed use of config.hShoaib Meenai
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-03-30[libc++abi] Remove unistd.h includeShoaib Meenai
2017-03-04Fully Reformat fallback_malloc.cppEric Fiselier
2017-03-04[libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier
2017-03-04Turn on -Wunused-function and cleanup occurancesEric Fiselier
2017-03-02[libc++abi] Add option to enable definitions for the new/delete overloads.Eric Fiselier
2017-03-02[libc++abi] Update new/delete definitions to match libc++Eric Fiselier
2017-03-01Cleanup new/delete definitionsEric Fiselier
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai
2017-03-01Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier
2017-02-24[libcxxabi] Fix condition typo in rL296136Ranjeet Singh
2017-02-24[libcxxabi] Disable calls to fprintf for baremetal targets.Ranjeet Singh
2017-02-15Fix couple of test failures when using the LIBCXXABI_SILENT_TERMINATE mode.Asiri Rathnayake
2017-02-09[libcxxabi][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek
2017-01-31Add support for demangling C++11 thread_local variables. In clang, the gramma...David Bozier
2017-01-27Fix ASAN failure in cxa_demangleMehdi Amini
2017-01-26Fix chromium build (libcxxabi)Asiri Rathnayake
2017-01-24cxa_demangle: fix rvalue ref checkSaleem Abdulrasool
2017-01-24cxa_demangle: avoid butchering the last parameter typeSaleem Abdulrasool
2017-01-18Revert r286788Jonathan Roelofs
2017-01-13[libc++abi] Add a silent terminate handler to libcxxabi.James Y Knight
2017-01-09[libcxxabi] Cleanup and adapt for r291275. NFC.Asiri Rathnayake
2017-01-04tweak definition to avoid GCC warningSaleem Abdulrasool
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2017-01-03Fix new/delete exception specifications to match libc++ after r290845Eric Fiselier
2016-12-31clean up `-Wmisleading-indentation` warningSaleem Abdulrasool
2016-12-02Update implementation of ABI support for throwing noexcept function pointersRichard Smith
2016-11-18__cxa_demangle: use default member initializationSaleem Abdulrasool
2016-11-18Rename TU names to not conflict with libc++.Eric Fiselier
2016-11-14__cxa_demangle: allow demangling invocation blocksSaleem Abdulrasool
2016-11-14__cxa_demangle: ensure that we have a mangled symbolSaleem Abdulrasool