summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* [demangler] Improve variadic template supportErik Pilkington2018-01-313-416/+593
* [cmake] [libcxxabi] LLVM_FOUND isn't always set, so just test ifDon Hinton2018-01-271-1/+1
* Reland:Don Hinton2018-01-261-0/+3
* Revert [libcxxabi] r323455 - [cmake] [libcxxabi] Call llvm_setup_rpath() when...Don Hinton2018-01-251-1/+0
* [cmake] [libcxxabi] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-251-0/+1
* [libc++abi] Fix unused function when building with LIBCXXABI_SILENT_TERMINATEPeter Collingbourne2018-01-251-1/+1
* [cmake] [libcxxabi] Fix find_path() problems when cross compilingDon Hinton2018-01-221-0/+3
* [cmake] [libcxxabi] Don't print warning when tests are disabled.Don Hinton2018-01-181-14/+17
* Fix standalone test-suite run.Eric Fiselier2018-01-172-11/+20
* Update version to 7.0.0svnHans Wennborg2018-01-031-1/+1
* Try again, this time with the correct addressJonathan Roelofs2017-12-291-1/+1
* Update CREDITS.txt with personal email addressJonathan Roelofs2017-12-291-1/+1
* [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
OpenPOWER on IntegriCloud