1. dc0e3f7 Fix catch_reference_nullptr.pass.cpp test for GCC. by Eric Fiselier · 8 years ago
  2. 0cbb1da Revert r286788 by Jonathan Roelofs · 8 years ago
  3. 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 · 8 years ago
  4. ed61102 [cmake] Handle missing LIBUNWIND_* directories gracefully by Michal Gorny · 8 years ago
  5. f3a0256 Don't dump llvm-config --cmakedir output if command fails. by Eric Fiselier · 8 years ago
  6. 0ecfd76 [libc++abi] Add a silent terminate handler to libcxxabi. by James Y Knight · 8 years ago
  7. 7974233 Bump version to 5.0.0svn by Hans Wennborg · 8 years ago
  8. 44cd53a [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available by Michal Gorny · 8 years ago
  9. 1f4def2 [libcxxabi] Cleanup and adapt for r291275. NFC. by Asiri Rathnayake · 8 years ago
  10. 06da4e1 [libcxxabi] Enable tests by default in standalone. by Bryant Wong · 8 years ago
  11. ebc9aca [libcxxabi] Add flag to conditionally enable tests by Bryant Wong · 8 years ago
  12. 3eacb7e tweak definition to avoid GCC warning by Saleem Abdulrasool · 8 years ago
  13. 71ba287 [libcxxabi] Introduce an externally threaded libc++abi variant. by Asiri Rathnayake · 8 years ago
  14. cb51028 Update LICENSE.TXT to 2017 by Eric Fiselier · 8 years ago
  15. 81b06b3 Fix new/delete exception specifications to match libc++ after r290845 by Eric Fiselier · 8 years ago
  16. ed8daea clean up `-Wmisleading-indentation` warning by Saleem Abdulrasool · 8 years ago
  17. 6e0f5ef add cxa_demangle_fuzzer by Kostya Serebryany · 8 years ago
  18. a3f4893 Suppress unreachable code warning in unwind tests by Eric Fiselier · 8 years ago
  19. 08bf03c Fix warnings in libc++abi tests by Eric Fiselier · 8 years ago
  20. 534295b [libc++abi] Mark failing test on Darwin as XFAIL by Shoaib Meenai · 8 years ago
  21. f0c4e60 Fix signed comparison warning by Eric Fiselier · 8 years ago
  22. 0b610fe Workaround the removal of dynamic exception specifications in C++17 by Eric Fiselier · 8 years ago
  23. a3219da [libc++abi] Add _LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS by Shoaib Meenai · 8 years ago
  24. 6d9aad0 Check for SD-6 feature test macro when determining which tests should be by Richard Smith · 8 years ago
  25. b126ca0 Fix up r288457 for compilers that don't support noexcept function types: by Richard Smith · 8 years ago
  26. f163620 Update implementation of ABI support for throwing noexcept function pointers by Richard Smith · 8 years ago
  27. 2ecedcc __cxa_demangle: use default member initialization by Saleem Abdulrasool · 8 years ago
  28. e4f23d8 Rename TU names to not conflict with libc++. by Eric Fiselier · 8 years ago
  29. 89d8f36 __cxa_demangle: allow demangling invocation blocks by Saleem Abdulrasool · 8 years ago
  30. 8cfa5a3 __cxa_demangle: ensure that we have a mangled symbol by Saleem Abdulrasool · 8 years ago
  31. 1105202 Fix GCC libc++abi build by Eric Fiselier · 8 years ago
  32. cc4f512 arm: Fix ttype encoding assertion failure. by Logan Chien · 8 years ago
  33. 6962eb3 [CMake] Fix libc++abi arm build w/o libunwind. by Logan Chien · 8 years ago
  34. 4d14bc0 [CMake] Check runtimes subdir when looking for libcxx and libuwind by Petr Hosek · 8 years ago
  35. 802f4f4 [libc++abi] Remove the test for checking using of fallback malloc in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  36. 1d45bac Revert "[CMake] Check runtimes subdir when looking for libcxx and libuwind" by Petr Hosek · 8 years ago
  37. eecb795 [CMake] Check runtimes subdir when looking for libcxx and libuwind by Petr Hosek · 8 years ago
  38. cf209cc Fix typo in CMakeLists.txt: provide the path to libcxx checkout and not the include subdir by Mehdi Amini · 8 years ago
  39. 6dc7581 Fix libcxxabi CMake detection of libcxx path to handle LLVM_EXTERNAL_LIBCXX_SOURCE_DIR flag by Mehdi Amini · 8 years ago
  40. cd40f25 Revert "Add some facilities to work with a git monorepo (experimental setup)" by Mehdi Amini · 8 years ago
  41. d312aca Add some facilities to work with a git monorepo (experimental setup) by Mehdi Amini · 8 years ago
  42. c320e4c [p0012] Implement ABI support for throwing a noexcept function pointer and by Richard Smith · 8 years ago
  43. 8b9be66 Spell libcxxabi-no-threads correctly by Eric Fiselier · 8 years ago
  44. cfd294b Mark thread exit test as unsupported w/o threads by Eric Fiselier · 8 years ago
  45. 4d44c0f Get libc++abi building with LLVM_ENABLE_MODULES by Eric Fiselier · 8 years ago
  46. e4b123b Fix typo in comment by Vitaly Buka · 8 years ago
  47. c396479 Don't compile cxa_thread_atexit.cpp with -DLIBCXX_ENABLE_THREADS=OFF by Vitaly Buka · 8 years ago
  48. 38488b9 Mark test as unsupported without threads by Eric Fiselier · 8 years ago
  49. 8ac10e4 [libcxxabi] Fix gcc build after r284128 by Asiri Rathnayake · 8 years ago
  50. 5180673 [libcxxabi] Refactor pthread usage into a separate API by Asiri Rathnayake · 8 years ago
  51. 3f7b370 Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Barnes by Eric Fiselier · 8 years ago
  52. 5ab5976 Fix libc++abi test config after recent libc++ changes by Eric Fiselier · 8 years ago
  53. e64fce8 [libc++abi] Fix bug which cased the static libunwind to always be chosen by Eric Fiselier · 8 years ago
  54. 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
  55. 8d4d9af [CMake] Fix libc++abi standalone cmake build. by Logan Chien · 8 years ago
  56. 336985f Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  57. feb04d7 [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  58. a086331 [libc++abi] Default to DLL annotations on Windows by Shoaib Meenai · 8 years ago
  59. 46eb39a annotate more function visibility by Saleem Abdulrasool · 8 years ago
  60. b62a4dd [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC) by Asiri Rathnayake · 8 years ago
  61. 933c4df Fix side effect in assertion by Eric Fiselier · 8 years ago
  62. 9f08403 [lit] Replace print with lit_config.note(). by Logan Chien · 8 years ago
  63. 21a75e7 libc++abi: fix some -Wunused-function warnings by Saleem Abdulrasool · 8 years ago
  64. b96e846 Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined(). by Logan Chien · 8 years ago
  65. 01489a2 [CMake] Trying to fix the bots I broke by Chris Bieneman · 8 years ago
  66. f0e3789 [CMake] Use -std=c++11 if supported by Chris Bieneman · 8 years ago
  67. 564b6ea [CMake] Be more consistent about naming targets and components in libc++abi by Eric Fiselier · 8 years ago
  68. 42ef22b [CMake] Apply r279151 cleanup to libc++abi. by Eric Fiselier · 8 years ago
  69. 866c52a test: fix test under ASAN and MSAN by Saleem Abdulrasool · 8 years ago
  70. 6092bfa Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIX by Eric Fiselier · 8 years ago
  71. eb3e8cf Fix ASAN failures in the demangler by Mehdi Amini · 8 years ago
  72. e1b2d05 Depend directly on unwind when not building standalone by Petr Hosek · 8 years ago
  73. 3f7e85b Add lib directory to linker paths when using libunwind by Petr Hosek · 8 years ago
  74. fff85c8 Do not depend on unwind when building standalone by Petr Hosek · 8 years ago
  75. 9987410 CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent spacing. by Eugene Zelenko · 8 years ago
  76. eace9ec Attempt to bring peace to -Werror buildbots. by Richard Smith · 8 years ago
  77. 081ea86 [libcxxabi] When catching an exception of type nullptr_t with a handler of by Richard Smith · 8 years ago
  78. e8b3ec3 Fix arc config to use https by Eric Fiselier · 8 years ago
  79. f0a2620 libc++abi: add a top level option for using CompilerRT by Saleem Abdulrasool · 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. 6fd0d95 Partially revert r270816: build with -fvisibility=hidden. by Eric Fiselier · 8 years ago
  85. 046d2fc [libcxxabi] Allow target flags to affect configuration tests. by Eric Fiselier · 8 years ago
  86. a0d7e1a [libcxxabi][test] Add missing return statement. by Asiri Rathnayake · 8 years ago
  87. 4ed725d Missed part of D16545 (static lib testing) by Ben Craig · 8 years ago
  88. 1fc2ce8 [CMake] Update to requiring CMake 3.4.3 by Chris Bieneman · 8 years ago
  89. 4174e8b [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant by Asiri Rathnayake · 8 years ago
  90. 436072f libc++abi: build with -fvisibility=hidden by Saleem Abdulrasool · 8 years ago
  91. b06c53c Allow explicit pthread opt-in by Ben Craig · 8 years ago
  92. 5985dd6 libc++abi: make __cxa_call_unexpected visible by Saleem Abdulrasool · 8 years ago
  93. 6191aec libc++abi: fix visibility of personalities by Saleem Abdulrasool · 8 years ago
  94. 81681ae Enable testing for static libc++abi by Ben Craig · 8 years ago
  95. 6b68c7c [CMake] Fix misleading error message in CMakeLists.txt. by Eugene Zelenko · 8 years ago
  96. 80b6b68 Respect LIBCXXABI_LIBDIR_SUFFIX before an install by Ben Craig · 8 years ago
  97. 219475c Update copyright year to 2016. by Paul Robinson · 9 years ago
  98. 62c01cb [libcxxabi] Disable cxa_thread_atexit_test if unavailable by Jonas Hahnfeld · 9 years ago
  99. eca353d Reducing stack usage of test by Ben Craig · 9 years ago
  100. 9ef2c6e [libcxxabi] Teach cxa_demangle about Hexagon's long double size by Ben Craig · 9 years ago