summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* [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
* Insert padding before the __cxa_exception header to ensure the thrownAkira Hatanaka2017-11-282-26/+36
* [demangler] Support for abi_tag attributeErik Pilkington2017-11-222-16/+82
* [demangler] Document some features that the demangler doesn't yet support, NFCErik Pilkington2017-11-212-2/+39
* [libcxxabi][CMake] Provide option to disable installing of the libraryPetr Hosek2017-11-172-5/+8
* [CMake][libcxxabi] Support merging objects when statically linking unwinderPetr Hosek2017-11-171-1/+7
* Remove excess whitespace from syslog message; NFCStephan Bergmann2017-11-131-2/+2
* Fix ASAN build with older compiler-rt versions.Eric Fiselier2017-09-141-3/+2
* [libc++abi] Fix ASAN build with older compiler-rt versions.Eric Fiselier2017-09-141-1/+2
* Reland "When built with ASan, __cxa_throw calls __asan_handle_no_return"Petr Hosek2017-09-131-0/+10
* Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek2017-09-061-10/+0
* [libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek2017-09-061-0/+10
* Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek2017-08-161-10/+0
* [libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek2017-08-161-0/+10
* [demangler] Fix some more -Wshadow warnings I missed in r310535Erik Pilkington2017-08-101-3/+3
* [demangler] Fix a bunch of -Wshadow warningsErik Pilkington2017-08-091-105/+105
* Mark test as unsupported c++98/03 to fix buildbotsErik Pilkington2017-08-091-0/+2
* [demangler] Improve representation of substitutions/templatesErik Pilkington2017-08-092-190/+387
* [demangler] Rename some variables, NFCErik Pilkington2017-08-081-662/+662
* [libc++abi] Use proper calling convention for TLS destructorShoaib Meenai2017-08-081-1/+1
* [demangler] Fix another oss-fuzz bugErik Pilkington2017-08-062-1/+2
* [demangler] Fix another bug found by oss-fuzz in r309340Erik Pilkington2017-08-012-0/+3
* [demangler] Use _LIBCPP_UNREACHABLE()Erik Pilkington2017-08-011-2/+2
* libcxxabi: Suppress LLVM_ENABLE_MODULESNAKAMURA Takumi2017-07-311-0/+6
* [demangler] Fix some bugs in r309340 found by oss-fuzzErik Pilkington2017-07-302-7/+27
* [demangler] Fix some overzealous -Wreturn-type errorsErik Pilkington2017-07-281-0/+2
* [demangler] Attempt to fix linux bots, include <cstdio>Erik Pilkington2017-07-281-0/+1
* [demangler] Use an AST to represent demangled namesErik Pilkington2017-07-282-925/+1981
* Update version to 6.0.0svnHans Wennborg2017-07-191-1/+1
* [demangler] Respect try_to_parse_template_argsErik Pilkington2017-07-132-10/+14
* Remove dependancy on __refstring header; use local copy instead.Eric Fiselier2017-07-122-1/+132
* [libcxxabi][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-112-2/+9
* [Demangler] NFC: Don't make the parse_* functions templatesErik Pilkington2017-07-081-180/+117
* [Demangler] NFC: Move Db struct to beginning of fileErik Pilkington2017-07-081-207/+206
* Fix incomplete type test on OS X; workaround weird DYLD_LIBRARY_PATH behaviorEric Fiselier2017-07-061-1/+5
* Add some catch(...) blocks to the tests so that if they fail, we get a good e...Marshall Clow2017-06-221-0/+13
* Use _LIBCPP_FALLTHROUGH() to avoid warnings about [[gnu::fallthrough]] being ...Eric Fiselier2017-06-151-1/+1
* Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 ...Ismail Donmez2017-06-131-0/+2
* build: use cmake to pass -std=c++11Saleem Abdulrasool2017-06-112-5/+18
* build: use POSITION_INDEPENDENT_CODE CMake propertySaleem Abdulrasool2017-06-112-16/+23
* cxa_demangle: fix -Wimplicit-fallthrough for GCC:7Saleem Abdulrasool2017-06-111-1/+1
* private_typeinfo: add missing field initializersSaleem Abdulrasool2017-06-111-3/+3
* [libcxxabi] HandleLLVMOptions in out of tree buildMartell Malone2017-06-031-0/+1
* [libcxxabi] Rework CMakeLists.txt into modulesMartell Malone2017-06-015-170/+430
* Remove requirement for libunwind sources. Patch by Shiz.Eric Fiselier2017-05-311-19/+0
* [demangler] Fix a exponential string copying bugErik Pilkington2017-05-282-0/+5
* [libcxxabi] Disable DLL annotations on staticMartell Malone2017-05-281-1/+1
* [libcxxabi] iconv is not needed for mingw-w64Martell Malone2017-05-261-1/+1