summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-31libcxxabi: Suppress LLVM_ENABLE_MODULESNAKAMURA Takumi
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
2017-07-28[demangler] Attempt to fix linux bots, include <cstdio>Erik Pilkington
2017-07-28[demangler] Use an AST to represent demangled namesErik Pilkington
2017-07-19Update version to 6.0.0svnHans Wennborg
2017-07-13[demangler] Respect try_to_parse_template_argsErik Pilkington
2017-07-12Remove dependancy on __refstring header; use local copy instead.Eric Fiselier
2017-07-11[libcxxabi][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-07-08[Demangler] NFC: Don't make the parse_* functions templatesErik Pilkington
2017-07-08[Demangler] NFC: Move Db struct to beginning of fileErik Pilkington
2017-07-06Fix incomplete type test on OS X; workaround weird DYLD_LIBRARY_PATH behaviorEric Fiselier
2017-06-22Add some catch(...) blocks to the tests so that if they fail, we get a good e...Marshall Clow
2017-06-15Use _LIBCPP_FALLTHROUGH() to avoid warnings about [[gnu::fallthrough]] being ...Eric Fiselier
2017-06-13Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 ...Ismail Donmez
2017-06-11build: use cmake to pass -std=c++11Saleem Abdulrasool
2017-06-11build: use POSITION_INDEPENDENT_CODE CMake propertySaleem Abdulrasool
2017-06-11cxa_demangle: fix -Wimplicit-fallthrough for GCC:7Saleem Abdulrasool
2017-06-11private_typeinfo: add missing field initializersSaleem Abdulrasool
2017-06-03[libcxxabi] HandleLLVMOptions in out of tree buildMartell Malone
2017-06-01[libcxxabi] Rework CMakeLists.txt into modulesMartell Malone
2017-05-31Remove requirement for libunwind sources. Patch by Shiz.Eric Fiselier
2017-05-28[demangler] Fix a exponential string copying bugErik Pilkington
2017-05-28[libcxxabi] Disable DLL annotations on staticMartell Malone
2017-05-26[libcxxabi] iconv is not needed for mingw-w64Martell Malone
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] Fix the test case committed in r303175.Akira Hatanaka
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-11[Libcxxabi]: Support using compiler-rt for MinGW64Martell Malone
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-11Allow undefined symbols when linking libc++abi.dll on WindowsEric 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-11Apply libc++ MinGW CMake fix to libc++abiEric Fiselier
2017-05-10[libc++abi] Disable libc++ extern templates project-wideShoaib Meenai
2017-05-10Fix use of now removed %exec test substitutionEric Fiselier
2017-05-10Fix use of removed SH test replacement %execEric Fiselier
2017-05-09XFAIL noexcept member function throw/catch test under GCC.Eric Fiselier