1. 0372c57 [Libcxxabi]: Support using compiler-rt for MinGW64 by Martell Malone · 7 years ago
  2. a8ac1e1 Revert "[libcxxabi] Align unwindHeader on a double-word boundary." by Akira Hatanaka · 7 years ago
  3. e8b16fa [libcxxabi] Align unwindHeader on a double-word boundary. by Akira Hatanaka · 7 years ago
  4. 97146e2 Revert "Rename c++abi.a on Windows to libc++abi to avoid name conflicts" by Eric Fiselier · 7 years ago
  5. 2d38329 Allow undefined symbols when linking libc++abi.dll on Windows by Eric Fiselier · 7 years ago
  6. 1e5f94f Fix Libc++abi linking under MinGW64 by Eric Fiselier · 7 years ago
  7. 9a8ac6a Rename c++abi.a on Windows to libc++abi to avoid name conflicts by Eric Fiselier · 7 years ago
  8. 8d06271 Don't use posix_memalign under MinGW by Eric Fiselier · 7 years ago
  9. b17dd49 Apply libc++ MinGW CMake fix to libc++abi by Eric Fiselier · 7 years ago
  10. 03d803f [libc++abi] Disable libc++ extern templates project-wide by Shoaib Meenai · 7 years ago
  11. f8b91ee Fix use of now removed %exec test substitution by Eric Fiselier · 7 years ago
  12. 3a15043 Fix use of removed SH test replacement %exec by Eric Fiselier · 7 years ago
  13. 8ca586d XFAIL noexcept member function throw/catch test under GCC. by Eric Fiselier · 7 years ago
  14. a4c4545 [libcxxabi][CMake] Set library dir when built under runtimes/ by Jonas Hahnfeld · 7 years ago
  15. 700fa35 Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL. by Eric Fiselier · 7 years ago
  16. 2ef575d [CMake][libcxxabi] Fix the -target and -gcc-toolchain flag handling by Petr Hosek · 7 years ago
  17. a917419 [CMake][libcxxabi] Use -nodefaultlibs for CMake checks by Petr Hosek · 7 years ago
  18. 0a3a1a8 Fix exception address alignment test for EHABI by Asiri Rathnayake · 7 years ago
  19. 66db5e3 Uses quote to include cxxabi.h to make sure the local one is included by Mehdi Amini · 7 years ago
  20. f4745ae [libc++abi] Remove missed use of config.h by Shoaib Meenai · 7 years ago
  21. 847e4d2 [libc++abi] Delete config.h by Shoaib Meenai · 7 years ago
  22. 78bab8f [libc++abi] Remove unistd.h include by Shoaib Meenai · 7 years ago
  23. 1f43533 Fully Reformat fallback_malloc.cpp by Eric Fiselier · 7 years ago
  24. 7fa8331 Add missing UNSUPPORTED for -fno-exception mode by Eric Fiselier · 7 years ago
  25. 494247c Attempt to suppress test failures on OS X by Eric Fiselier · 7 years ago
  26. 0368af0 Fix CMake configuration errors on OS X by Eric Fiselier · 7 years ago
  27. aad0594 [libcxxabi] Fix alignment of allocated exceptions in 32 bit builds by Eric Fiselier · 7 years ago
  28. da7d616 Fix PR25874 - Detect features required for cxa_thread_atexit_test.pass.cpp by Eric Fiselier · 7 years ago
  29. 9e9cb7b Turn on -Wunused-function and cleanup occurances by Eric Fiselier · 7 years ago
  30. ed5abb1 Work around GCC linking errors within libc++abi due to missing new/delete definitions by Eric Fiselier · 7 years ago
  31. 4841062 [libc++abi] Add option to enable definitions for the new/delete overloads. by Eric Fiselier · 7 years ago
  32. 4bf15a0 [libc++abi] Update new/delete definitions to match libc++ by Eric Fiselier · 7 years ago
  33. 477fd7e Cleanup new/delete definitions by Eric Fiselier · 7 years ago
  34. 2ecb4ee [libcxxabi] Clean up macro usage. by Ranjeet Singh · 7 years ago
  35. 54227ae [libc++abi] Clean up visibility by Shoaib Meenai · 7 years ago
  36. 9e2169e Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI. by Eric Fiselier · 7 years ago
  37. 3f19f77 Attempt to fix arm-native libcxxabi tests for the no-exceptions variant by Asiri Rathnayake · 7 years ago
  38. fbe5bc1 [libcxxabi] Fix condition typo in rL296136 by Ranjeet Singh · 7 years ago
  39. fd7644a [libcxxabi] Disable calls to fprintf for baremetal targets. by Ranjeet Singh · 7 years ago
  40. f0f0257 [CMake][libcxxabi] Update the libc++ test module path by Petr Hosek · 7 years ago
  41. 66c8647 Fix test_exception_storage.pass.cpp in C++17 my re-enabling the unexpected handlers by Eric Fiselier · 7 years ago
  42. a3b0b11 Fix couple of test failures when using the LIBCXXABI_SILENT_TERMINATE mode. by Asiri Rathnayake · 7 years ago
  43. a687100 Fix path to libc++'s python test module by Eric Fiselier · 7 years ago
  44. b052fac [libcxxabi][CMake] Support in-tree libunwind when building as part of runtimes by Petr Hosek · 7 years ago
  45. 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
  46. eb7bd38 Fix ASAN failure in cxa_demangle by Mehdi Amini · 7 years ago
  47. bbc3824 Fix chromium build (libcxxabi) by Asiri Rathnayake · 7 years ago
  48. 38a1060 cxa_demangle: fix rvalue ref check by Saleem Abdulrasool · 7 years ago
  49. b314024 cxa_demangle: avoid butchering the last parameter type by Saleem Abdulrasool · 7 years ago
  50. 279d648 Remove all usages of REQUIRES-ANY in the test suite. by Eric Fiselier · 7 years ago
  51. dc0e3f7 Fix catch_reference_nullptr.pass.cpp test for GCC. by Eric Fiselier · 7 years ago
  52. 0cbb1da Revert r286788 by Jonathan Roelofs · 7 years ago
  53. 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
  54. ed61102 [cmake] Handle missing LIBUNWIND_* directories gracefully by Michal Gorny · 7 years ago
  55. f3a0256 Don't dump llvm-config --cmakedir output if command fails. by Eric Fiselier · 7 years ago
  56. 0ecfd76 [libc++abi] Add a silent terminate handler to libcxxabi. by James Y Knight · 7 years ago
  57. 7974233 Bump version to 5.0.0svn by Hans Wennborg · 7 years ago
  58. 44cd53a [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available by Michal Gorny · 7 years ago
  59. 1f4def2 [libcxxabi] Cleanup and adapt for r291275. NFC. by Asiri Rathnayake · 7 years ago
  60. 06da4e1 [libcxxabi] Enable tests by default in standalone. by Bryant Wong · 7 years ago
  61. ebc9aca [libcxxabi] Add flag to conditionally enable tests by Bryant Wong · 7 years ago
  62. 3eacb7e tweak definition to avoid GCC warning by Saleem Abdulrasool · 7 years ago
  63. 71ba287 [libcxxabi] Introduce an externally threaded libc++abi variant. by Asiri Rathnayake · 7 years ago
  64. cb51028 Update LICENSE.TXT to 2017 by Eric Fiselier · 7 years ago
  65. 81b06b3 Fix new/delete exception specifications to match libc++ after r290845 by Eric Fiselier · 7 years ago
  66. ed8daea clean up `-Wmisleading-indentation` warning by Saleem Abdulrasool · 7 years ago
  67. 6e0f5ef add cxa_demangle_fuzzer by Kostya Serebryany · 7 years ago
  68. a3f4893 Suppress unreachable code warning in unwind tests by Eric Fiselier · 7 years ago
  69. 08bf03c Fix warnings in libc++abi tests by Eric Fiselier · 7 years ago
  70. 534295b [libc++abi] Mark failing test on Darwin as XFAIL by Shoaib Meenai · 7 years ago
  71. f0c4e60 Fix signed comparison warning by Eric Fiselier · 7 years ago
  72. 0b610fe Workaround the removal of dynamic exception specifications in C++17 by Eric Fiselier · 7 years ago
  73. a3219da [libc++abi] Add _LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS by Shoaib Meenai · 7 years ago
  74. 6d9aad0 Check for SD-6 feature test macro when determining which tests should be by Richard Smith · 7 years ago
  75. b126ca0 Fix up r288457 for compilers that don't support noexcept function types: by Richard Smith · 7 years ago
  76. f163620 Update implementation of ABI support for throwing noexcept function pointers by Richard Smith · 7 years ago
  77. 2ecedcc __cxa_demangle: use default member initialization by Saleem Abdulrasool · 8 years ago
  78. e4f23d8 Rename TU names to not conflict with libc++. by Eric Fiselier · 8 years ago
  79. 89d8f36 __cxa_demangle: allow demangling invocation blocks by Saleem Abdulrasool · 8 years ago
  80. 8cfa5a3 __cxa_demangle: ensure that we have a mangled symbol by Saleem Abdulrasool · 8 years ago
  81. 1105202 Fix GCC libc++abi build by Eric Fiselier · 8 years ago
  82. cc4f512 arm: Fix ttype encoding assertion failure. by Logan Chien · 8 years ago
  83. 6962eb3 [CMake] Fix libc++abi arm build w/o libunwind. by Logan Chien · 8 years ago
  84. 4d14bc0 [CMake] Check runtimes subdir when looking for libcxx and libuwind by Petr Hosek · 8 years ago
  85. 802f4f4 [libc++abi] Remove the test for checking using of fallback malloc in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  86. 1d45bac Revert "[CMake] Check runtimes subdir when looking for libcxx and libuwind" by Petr Hosek · 8 years ago
  87. eecb795 [CMake] Check runtimes subdir when looking for libcxx and libuwind by Petr Hosek · 8 years ago
  88. cf209cc Fix typo in CMakeLists.txt: provide the path to libcxx checkout and not the include subdir by Mehdi Amini · 8 years ago
  89. 6dc7581 Fix libcxxabi CMake detection of libcxx path to handle LLVM_EXTERNAL_LIBCXX_SOURCE_DIR flag by Mehdi Amini · 8 years ago
  90. cd40f25 Revert "Add some facilities to work with a git monorepo (experimental setup)" by Mehdi Amini · 8 years ago
  91. d312aca Add some facilities to work with a git monorepo (experimental setup) by Mehdi Amini · 8 years ago
  92. c320e4c [p0012] Implement ABI support for throwing a noexcept function pointer and by Richard Smith · 8 years ago
  93. 8b9be66 Spell libcxxabi-no-threads correctly by Eric Fiselier · 8 years ago
  94. cfd294b Mark thread exit test as unsupported w/o threads by Eric Fiselier · 8 years ago
  95. 4d44c0f Get libc++abi building with LLVM_ENABLE_MODULES by Eric Fiselier · 8 years ago
  96. e4b123b Fix typo in comment by Vitaly Buka · 8 years ago
  97. c396479 Don't compile cxa_thread_atexit.cpp with -DLIBCXX_ENABLE_THREADS=OFF by Vitaly Buka · 8 years ago
  98. 38488b9 Mark test as unsupported without threads by Eric Fiselier · 8 years ago
  99. 8ac10e4 [libcxxabi] Fix gcc build after r284128 by Asiri Rathnayake · 8 years ago
  100. 5180673 [libcxxabi] Refactor pthread usage into a separate API by Asiri Rathnayake · 8 years ago