Age | Commit message (Expand) | Author | Files | Lines |
2018-01-03 | Drop 'svn' suffix from the version number. | Hans Wennborg | 1 | -1/+1 |
2017-12-29 | Try again, this time with the correct address | Jonathan Roelofs | 1 | -1/+1 |
2017-12-29 | Update CREDITS.txt with personal email address | Jonathan Roelofs | 1 | -1/+1 |
2017-12-12 | [libcxxabi] Pass LIBCXXABI_SYSROOT and LIBCXXABI_GCC_TOOLCHAIN to lit | Petr Hosek | 1 | -0/+2 |
2017-12-04 | [libcxxabi] Set up .arcconfig to point to new Diffusion CXXA repository | Ben Hamilton | 1 | -1/+1 |
2017-11-30 | [libc++abi] Add install-cxxabi-stripped target | Shoaib Meenai | 1 | -0/+6 |
2017-11-28 | Insert padding before the __cxa_exception header to ensure the thrown | Akira Hatanaka | 2 | -26/+36 |
2017-11-22 | [demangler] Support for abi_tag attribute | Erik Pilkington | 2 | -16/+82 |
2017-11-21 | [demangler] Document some features that the demangler doesn't yet support, NFC | Erik Pilkington | 2 | -2/+39 |
2017-11-17 | [libcxxabi][CMake] Provide option to disable installing of the library | Petr Hosek | 2 | -5/+8 |
2017-11-17 | [CMake][libcxxabi] Support merging objects when statically linking unwinder | Petr Hosek | 1 | -1/+7 |
2017-11-13 | Remove excess whitespace from syslog message; NFC | Stephan Bergmann | 1 | -2/+2 |
2017-09-14 | Fix ASAN build with older compiler-rt versions. | Eric Fiselier | 1 | -3/+2 |
2017-09-14 | [libc++abi] Fix ASAN build with older compiler-rt versions. | Eric Fiselier | 1 | -1/+2 |
2017-09-13 | Reland "When built with ASan, __cxa_throw calls __asan_handle_no_return" | Petr Hosek | 1 | -0/+10 |
2017-09-06 | Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_... | Petr Hosek | 1 | -10/+0 |
2017-09-06 | [libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_return | Petr Hosek | 1 | -0/+10 |
2017-08-16 | Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_... | Petr Hosek | 1 | -10/+0 |
2017-08-16 | [libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_return | Petr Hosek | 1 | -0/+10 |
2017-08-10 | [demangler] Fix some more -Wshadow warnings I missed in r310535 | Erik Pilkington | 1 | -3/+3 |
2017-08-09 | [demangler] Fix a bunch of -Wshadow warnings | Erik Pilkington | 1 | -105/+105 |
2017-08-09 | Mark test as unsupported c++98/03 to fix buildbots | Erik Pilkington | 1 | -0/+2 |
2017-08-09 | [demangler] Improve representation of substitutions/templates | Erik Pilkington | 2 | -190/+387 |
2017-08-08 | [demangler] Rename some variables, NFC | Erik Pilkington | 1 | -662/+662 |
2017-08-08 | [libc++abi] Use proper calling convention for TLS destructor | Shoaib Meenai | 1 | -1/+1 |
2017-08-06 | [demangler] Fix another oss-fuzz bug | Erik Pilkington | 2 | -1/+2 |
2017-08-01 | [demangler] Fix another bug found by oss-fuzz in r309340 | Erik Pilkington | 2 | -0/+3 |
2017-08-01 | [demangler] Use _LIBCPP_UNREACHABLE() | Erik Pilkington | 1 | -2/+2 |
2017-07-31 | libcxxabi: Suppress LLVM_ENABLE_MODULES | NAKAMURA Takumi | 1 | -0/+6 |
2017-07-30 | [demangler] Fix some bugs in r309340 found by oss-fuzz | Erik Pilkington | 2 | -7/+27 |
2017-07-28 | [demangler] Fix some overzealous -Wreturn-type errors | Erik Pilkington | 1 | -0/+2 |
2017-07-28 | [demangler] Attempt to fix linux bots, include <cstdio> | Erik Pilkington | 1 | -0/+1 |
2017-07-28 | [demangler] Use an AST to represent demangled names | Erik Pilkington | 2 | -925/+1981 |
2017-07-19 | Update version to 6.0.0svn | Hans Wennborg | 1 | -1/+1 |
2017-07-13 | [demangler] Respect try_to_parse_template_args | Erik Pilkington | 2 | -10/+14 |
2017-07-12 | Remove dependancy on __refstring header; use local copy instead. | Eric Fiselier | 2 | -1/+132 |
2017-07-11 | [libcxxabi][CMake] Add install path variable to allow overriding the destination | Petr Hosek | 2 | -2/+9 |
2017-07-08 | [Demangler] NFC: Don't make the parse_* functions templates | Erik Pilkington | 1 | -180/+117 |
2017-07-08 | [Demangler] NFC: Move Db struct to beginning of file | Erik Pilkington | 1 | -207/+206 |
2017-07-06 | Fix incomplete type test on OS X; workaround weird DYLD_LIBRARY_PATH behavior | Eric Fiselier | 1 | -1/+5 |
2017-06-22 | Add some catch(...) blocks to the tests so that if they fail, we get a good e... | Marshall Clow | 1 | -0/+13 |
2017-06-15 | Use _LIBCPP_FALLTHROUGH() to avoid warnings about [[gnu::fallthrough]] being ... | Eric Fiselier | 1 | -1/+1 |
2017-06-13 | Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 ... | Ismail Donmez | 1 | -0/+2 |
2017-06-11 | build: use cmake to pass -std=c++11 | Saleem Abdulrasool | 2 | -5/+18 |
2017-06-11 | build: use POSITION_INDEPENDENT_CODE CMake property | Saleem Abdulrasool | 2 | -16/+23 |
2017-06-11 | cxa_demangle: fix -Wimplicit-fallthrough for GCC:7 | Saleem Abdulrasool | 1 | -1/+1 |
2017-06-11 | private_typeinfo: add missing field initializers | Saleem Abdulrasool | 1 | -3/+3 |
2017-06-03 | [libcxxabi] HandleLLVMOptions in out of tree build | Martell Malone | 1 | -0/+1 |
2017-06-01 | [libcxxabi] Rework CMakeLists.txt into modules | Martell Malone | 5 | -170/+430 |
2017-05-31 | Remove requirement for libunwind sources. Patch by Shiz. | Eric Fiselier | 1 | -19/+0 |