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