summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* cxa_demangle: make demangler's parsing functions overridablePavel Labath2018-10-162-303/+363
* NFC: Fix a -Wsign-conversion warningErik Pilkington2018-10-151-5/+11
* Override libcxxabi's .clang-format in the demangle directoryErik Pilkington2018-10-111-0/+2
* Use C++03 friendly version of alignofEric Fiselier2018-10-111-1/+1
* Update libc++abi's detection of aligned allocation after r344207.Eric Fiselier2018-10-112-4/+4
* [libcxxabi] Allow building with sanitizers enabledLouis Dionne2018-10-102-0/+26
* Blind attempt to fix linker errors when building libc++abit w/o exceptions.Marshall Clow2018-10-101-0/+5
* Make libc++abi work better with gcc's ARM unwind library. Reviewed as https:/...Marshall Clow2018-10-105-34/+42
* Port llvm r342166 to libcxxabi demanglerPavel Labath2018-10-101-19/+16
* [NFC][unwind] Improve error message when a type has more than one RTTIsLouis Dionne2018-10-091-2/+3
* Update docs to reference new libc++ mailing lists.Eric Fiselier2018-09-221-3/+3
* Fix incorrectly aligned exceptions in 32 bit builds.Eric Fiselier2018-09-221-0/+3
* [libc++abi] is_strcmp parameter to is_equal is unused for WIN32Pirama Arumuga Nainar2018-09-211-0/+1
* add a quick link to libc++Sylvestre Ledru2018-09-201-0/+1
* Merge Demangle change in r342330 to libcxxabi.Nico Weber2018-09-152-31/+15
* Port my recent changes from LLVM copy of the demangler:Richard Smith2018-08-241-24/+74
* Port LLVM r340203 (and r340205) to libcxxabi.Richard Smith2018-08-202-4835/+5273
* Factor Node creation out of the demangler. No functionality change intended.Richard Smith2018-08-161-72/+94
* [libcxxabi] Fix test_exception_address_alignment test for ARMYvan Roux2018-08-161-1/+2
* [itanium demangler] Add llvm::itaniumFindTypesInMangledName()Erik Pilkington2018-08-131-0/+6
* Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0Martin Storsjo2018-08-111-1/+1
* [itanium demangler] Support dot suffixes on block invocation functionsErik Pilkington2018-08-022-0/+4
* Update version to 8.0.0svnHans Wennborg2018-08-011-1/+1
* [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne2018-08-012-2/+0
* [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
OpenPOWER on IntegriCloud