1. b679cfd [demangler] Clean up the expression parser by Erik Pilkington · 6 years ago
  2. 761e6b0 [demangler] Improve variadic template support by Erik Pilkington · 6 years ago
  3. a171e2b Fix standalone test-suite run. by Eric Fiselier · 6 years ago
  4. 32e1c0f [libcxxabi] Pass LIBCXXABI_SYSROOT and LIBCXXABI_GCC_TOOLCHAIN to lit by Petr Hosek · 6 years ago
  5. 5bff412 [demangler] Support for abi_tag attribute by Erik Pilkington · 6 years ago
  6. 1c300b9 [demangler] Document some features that the demangler doesn't yet support, NFC by Erik Pilkington · 6 years ago
  7. ce1f9aa Mark test as unsupported c++98/03 to fix buildbots by Erik Pilkington · 7 years ago
  8. ba34a24 [demangler] Improve representation of substitutions/templates by Erik Pilkington · 7 years ago
  9. 1137f96 [demangler] Fix another oss-fuzz bug by Erik Pilkington · 7 years ago
  10. b900822 [demangler] Fix another bug found by oss-fuzz in r309340 by Erik Pilkington · 7 years ago
  11. ffdace5 [demangler] Fix some bugs in r309340 found by oss-fuzz by Erik Pilkington · 7 years ago
  12. 0024acd [demangler] Use an AST to represent demangled names by Erik Pilkington · 7 years ago
  13. b74d9d8 [demangler] Respect try_to_parse_template_args by Erik Pilkington · 7 years ago
  14. 065ab9e Fix incomplete type test on OS X; workaround weird DYLD_LIBRARY_PATH behavior by Eric Fiselier · 7 years ago
  15. 3d356fd Add some catch(...) blocks to the tests so that if they fail, we get a good error message. No functional change. by Marshall Clow · 7 years ago
  16. db46267 [demangler] Fix a exponential string copying bug by Erik Pilkington · 7 years ago
  17. 413296b __cxa_demangle: Fix constructor cv qualifier handling by Tamas Berghammer · 7 years ago
  18. 0a91f7a [demangler] Fix a crash in the demangler during parsing of a lamdba by Erik Pilkington · 7 years ago
  19. c515867 [libcxxabi] Fix the test case committed in r303175. by Akira Hatanaka · 7 years ago
  20. 1089e75 [libcxxabi] Align unwindHeader on a double-word boundary. by Akira Hatanaka · 7 years ago
  21. fa4e00b Revert r302978 and r302981. by Akira Hatanaka · 7 years ago
  22. 8d8011b [libcxxabi] Align unwindHeader on a double-word boundary. by Akira Hatanaka · 7 years ago
  23. a8ac1e1 Revert "[libcxxabi] Align unwindHeader on a double-word boundary." by Akira Hatanaka · 7 years ago
  24. e8b16fa [libcxxabi] Align unwindHeader on a double-word boundary. by Akira Hatanaka · 7 years ago
  25. f8b91ee Fix use of now removed %exec test substitution by Eric Fiselier · 7 years ago
  26. 3a15043 Fix use of removed SH test replacement %exec by Eric Fiselier · 7 years ago
  27. 8ca586d XFAIL noexcept member function throw/catch test under GCC. by Eric Fiselier · 7 years ago
  28. 700fa35 Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL. by Eric Fiselier · 7 years ago
  29. 0a3a1a8 Fix exception address alignment test for EHABI by Asiri Rathnayake · 7 years ago
  30. 847e4d2 [libc++abi] Delete config.h by Shoaib Meenai · 7 years ago
  31. 7fa8331 Add missing UNSUPPORTED for -fno-exception mode by Eric Fiselier · 7 years ago
  32. 494247c Attempt to suppress test failures on OS X by Eric Fiselier · 7 years ago
  33. aad0594 [libcxxabi] Fix alignment of allocated exceptions in 32 bit builds by Eric Fiselier · 7 years ago
  34. da7d616 Fix PR25874 - Detect features required for cxa_thread_atexit_test.pass.cpp by Eric Fiselier · 7 years ago
  35. 3f19f77 Attempt to fix arm-native libcxxabi tests for the no-exceptions variant by Asiri Rathnayake · 7 years ago
  36. 66c8647 Fix test_exception_storage.pass.cpp in C++17 my re-enabling the unexpected handlers by Eric Fiselier · 7 years ago
  37. a687100 Fix path to libc++'s python test module by Eric Fiselier · 7 years ago
  38. c2fa8f1 Add support for demangling C++11 thread_local variables. In clang, the grammar for mangling for these names are "<special-name> ::= TW <object name>" for wrapper variables or "<special-name> ::= TH <object name>" for initialization variables. by David Bozier · 7 years ago
  39. eb7bd38 Fix ASAN failure in cxa_demangle by Mehdi Amini · 7 years ago
  40. 38a1060 cxa_demangle: fix rvalue ref check by Saleem Abdulrasool · 7 years ago
  41. b314024 cxa_demangle: avoid butchering the last parameter type by Saleem Abdulrasool · 7 years ago
  42. 279d648 Remove all usages of REQUIRES-ANY in the test suite. by Eric Fiselier · 7 years ago
  43. dc0e3f7 Fix catch_reference_nullptr.pass.cpp test for GCC. by Eric Fiselier · 7 years ago
  44. 0cbb1da Revert r286788 by Jonathan Roelofs · 7 years ago
  45. 7769ea2 Mark the dynamic-exception tests as unsupported under C++17, since it has no dynamic-exception specs. Also, remove a FIXME workaround from the config that allowed these tests to work under C++17. This addresses PR#31621. by Marshall Clow · 7 years ago
  46. 1f4def2 [libcxxabi] Cleanup and adapt for r291275. NFC. by Asiri Rathnayake · 7 years ago
  47. 71ba287 [libcxxabi] Introduce an externally threaded libc++abi variant. by Asiri Rathnayake · 7 years ago
  48. a3f4893 Suppress unreachable code warning in unwind tests by Eric Fiselier · 7 years ago
  49. 08bf03c Fix warnings in libc++abi tests by Eric Fiselier · 7 years ago
  50. 534295b [libc++abi] Mark failing test on Darwin as XFAIL by Shoaib Meenai · 7 years ago
  51. f0c4e60 Fix signed comparison warning by Eric Fiselier · 7 years ago
  52. 0b610fe Workaround the removal of dynamic exception specifications in C++17 by Eric Fiselier · 7 years ago
  53. 6d9aad0 Check for SD-6 feature test macro when determining which tests should be by Richard Smith · 7 years ago
  54. b126ca0 Fix up r288457 for compilers that don't support noexcept function types: by Richard Smith · 7 years ago
  55. f163620 Update implementation of ABI support for throwing noexcept function pointers by Richard Smith · 7 years ago
  56. 89d8f36 __cxa_demangle: allow demangling invocation blocks by Saleem Abdulrasool · 8 years ago
  57. 1105202 Fix GCC libc++abi build by Eric Fiselier · 8 years ago
  58. cc4f512 arm: Fix ttype encoding assertion failure. by Logan Chien · 8 years ago
  59. 802f4f4 [libc++abi] Remove the test for checking using of fallback malloc in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  60. c320e4c [p0012] Implement ABI support for throwing a noexcept function pointer and by Richard Smith · 8 years ago
  61. 8b9be66 Spell libcxxabi-no-threads correctly by Eric Fiselier · 8 years ago
  62. cfd294b Mark thread exit test as unsupported w/o threads by Eric Fiselier · 8 years ago
  63. 38488b9 Mark test as unsupported without threads by Eric Fiselier · 8 years ago
  64. 5180673 [libcxxabi] Refactor pthread usage into a separate API by Asiri Rathnayake · 8 years ago
  65. 3f7b370 Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Barnes by Eric Fiselier · 8 years ago
  66. 5ab5976 Fix libc++abi test config after recent libc++ changes by Eric Fiselier · 8 years ago
  67. ace6572 Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  68. 336985f Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  69. feb04d7 [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  70. b62a4dd [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC) by Asiri Rathnayake · 8 years ago
  71. 933c4df Fix side effect in assertion by Eric Fiselier · 8 years ago
  72. 9f08403 [lit] Replace print with lit_config.note(). by Logan Chien · 8 years ago
  73. 564b6ea [CMake] Be more consistent about naming targets and components in libc++abi by Eric Fiselier · 8 years ago
  74. 42ef22b [CMake] Apply r279151 cleanup to libc++abi. by Eric Fiselier · 8 years ago
  75. 866c52a test: fix test under ASAN and MSAN by Saleem Abdulrasool · 8 years ago
  76. eb3e8cf Fix ASAN failures in the demangler by Mehdi Amini · 8 years ago
  77. fff85c8 Do not depend on unwind when building standalone by Petr Hosek · 8 years ago
  78. eace9ec Attempt to bring peace to -Werror buildbots. by Richard Smith · 8 years ago
  79. 081ea86 [libcxxabi] When catching an exception of type nullptr_t with a handler of by Richard Smith · 8 years ago
  80. 5328c6b Fix [libcxxabi] Fix warning about uninitialized const member. by Eric Fiselier · 8 years ago
  81. 58c480d Fix warning about uninitialized const member. NFC by Eric Fiselier · 8 years ago
  82. ef83bd1 [libcxxabi] Reorder base class initializers in libc++abi tests to prevent -Wreorder by Eric Fiselier · 8 years ago
  83. df448d8 Suppress warnings about the operations currently under test. by Eric Fiselier · 8 years ago
  84. 046d2fc [libcxxabi] Allow target flags to affect configuration tests. by Eric Fiselier · 8 years ago
  85. a0d7e1a [libcxxabi][test] Add missing return statement. by Asiri Rathnayake · 8 years ago
  86. 4174e8b [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant by Asiri Rathnayake · 8 years ago
  87. 81681ae Enable testing for static libc++abi by Ben Craig · 8 years ago
  88. 62c01cb [libcxxabi] Disable cxa_thread_atexit_test if unavailable by Jonas Hahnfeld · 8 years ago
  89. eca353d Reducing stack usage of test by Ben Craig · 8 years ago
  90. ca8e990 [libcxxabi] Make test tolerant of uncommon floating literal demanglings by Ben Craig · 8 years ago
  91. e65dd84 Mark some tests as XFAIL with GCC due to compiler bugs by Eric Fiselier · 8 years ago
  92. 08dfc9e Fix link flags order in RUN command. by Eric Fiselier · 8 years ago
  93. 91fc04d Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...) by Eric Fiselier · 8 years ago
  94. 0fdcedb Add missing license headers by Eric Fiselier · 8 years ago
  95. def0085 Revert r256322 (and follow-up 256323), the test it added does not pass on OS X. by Nico Weber · 8 years ago
  96. 0edb61e Add new tests for throwing incomplete pointer types by Eric Fiselier · 8 years ago
  97. 1a034d7 Fix PR25898 - Check for incomplete pointers types in can_catch(...) by Eric Fiselier · 8 years ago
  98. fd8bd75 Fix LIBCXXABI_HAS_NO_THREADS configuration. by Eric Fiselier · 9 years ago
  99. ae1b072 Configure for config site header by Eric Fiselier · 9 years ago
  100. 45b6954 Add config.project_obj_root to the libc++abi testsuite by Eric Fiselier · 9 years ago