1. c396479 Don't compile cxa_thread_atexit.cpp with -DLIBCXX_ENABLE_THREADS=OFF by Vitaly Buka · 8 years ago
  2. 38488b9 Mark test as unsupported without threads by Eric Fiselier · 8 years ago
  3. 8ac10e4 [libcxxabi] Fix gcc build after r284128 by Asiri Rathnayake · 8 years ago
  4. 5180673 [libcxxabi] Refactor pthread usage into a separate API by Asiri Rathnayake · 8 years ago
  5. 3f7b370 Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Barnes by Eric Fiselier · 8 years ago
  6. 5ab5976 Fix libc++abi test config after recent libc++ changes by Eric Fiselier · 8 years ago
  7. e64fce8 [libc++abi] Fix bug which cased the static libunwind to always be chosen by Eric Fiselier · 8 years ago
  8. 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
  9. 8d4d9af [CMake] Fix libc++abi standalone cmake build. by Logan Chien · 8 years ago
  10. 336985f Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  11. feb04d7 [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  12. a086331 [libc++abi] Default to DLL annotations on Windows by Shoaib Meenai · 8 years ago
  13. 46eb39a annotate more function visibility by Saleem Abdulrasool · 8 years ago
  14. b62a4dd [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC) by Asiri Rathnayake · 8 years ago
  15. 933c4df Fix side effect in assertion by Eric Fiselier · 8 years ago
  16. 9f08403 [lit] Replace print with lit_config.note(). by Logan Chien · 8 years ago
  17. 21a75e7 libc++abi: fix some -Wunused-function warnings by Saleem Abdulrasool · 8 years ago
  18. b96e846 Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined(). by Logan Chien · 8 years ago
  19. 01489a2 [CMake] Trying to fix the bots I broke by Chris Bieneman · 8 years ago
  20. f0e3789 [CMake] Use -std=c++11 if supported by Chris Bieneman · 8 years ago
  21. 564b6ea [CMake] Be more consistent about naming targets and components in libc++abi by Eric Fiselier · 8 years ago
  22. 42ef22b [CMake] Apply r279151 cleanup to libc++abi. by Eric Fiselier · 8 years ago
  23. 866c52a test: fix test under ASAN and MSAN by Saleem Abdulrasool · 8 years ago
  24. 6092bfa Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIX by Eric Fiselier · 8 years ago
  25. eb3e8cf Fix ASAN failures in the demangler by Mehdi Amini · 8 years ago
  26. e1b2d05 Depend directly on unwind when not building standalone by Petr Hosek · 8 years ago
  27. 3f7e85b Add lib directory to linker paths when using libunwind by Petr Hosek · 8 years ago
  28. fff85c8 Do not depend on unwind when building standalone by Petr Hosek · 8 years ago
  29. 9987410 CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent spacing. by Eugene Zelenko · 8 years ago
  30. eace9ec Attempt to bring peace to -Werror buildbots. by Richard Smith · 8 years ago
  31. 081ea86 [libcxxabi] When catching an exception of type nullptr_t with a handler of by Richard Smith · 8 years ago
  32. e8b3ec3 Fix arc config to use https by Eric Fiselier · 8 years ago
  33. f0a2620 libc++abi: add a top level option for using CompilerRT by Saleem Abdulrasool · 8 years ago
  34. a3000b2 Remove obsolete Android.mk am: a7f7d96c74 am: 6c5f2a5a2e am: b78b668a72 by Colin Cross · 8 years ago
  35. 4c57a38 Remove obsolete Android.mk am: a7f7d96c74 am: 6c5f2a5a2e am: b78b668a72 by Colin Cross · 8 years ago
  36. b78b668 Remove obsolete Android.mk am: a7f7d96c74 am: 6c5f2a5a2e by Colin Cross · 8 years ago
  37. 6c5f2a5 Remove obsolete Android.mk am: a7f7d96c74 by Colin Cross · 8 years ago
  38. a7f7d96 Remove obsolete Android.mk by Colin Cross · 8 years ago
  39. 5328c6b Fix [libcxxabi] Fix warning about uninitialized const member. by Eric Fiselier · 8 years ago
  40. 58c480d Fix warning about uninitialized const member. NFC by Eric Fiselier · 8 years ago
  41. ef83bd1 [libcxxabi] Reorder base class initializers in libc++abi tests to prevent -Wreorder by Eric Fiselier · 8 years ago
  42. df448d8 Suppress warnings about the operations currently under test. by Eric Fiselier · 8 years ago
  43. 6fd0d95 Partially revert r270816: build with -fvisibility=hidden. by Eric Fiselier · 8 years ago
  44. 046d2fc [libcxxabi] Allow target flags to affect configuration tests. by Eric Fiselier · 8 years ago
  45. a0d7e1a [libcxxabi][test] Add missing return statement. by Asiri Rathnayake · 8 years ago
  46. 4ed725d Missed part of D16545 (static lib testing) by Ben Craig · 8 years ago
  47. 1fc2ce8 [CMake] Update to requiring CMake 3.4.3 by Chris Bieneman · 8 years ago
  48. 4174e8b [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant by Asiri Rathnayake · 8 years ago
  49. 436072f libc++abi: build with -fvisibility=hidden by Saleem Abdulrasool · 8 years ago
  50. b06c53c Allow explicit pthread opt-in by Ben Craig · 8 years ago
  51. 5985dd6 libc++abi: make __cxa_call_unexpected visible by Saleem Abdulrasool · 8 years ago
  52. 6191aec libc++abi: fix visibility of personalities by Saleem Abdulrasool · 8 years ago
  53. 210678c Update sanitize property format am: 032303c am: c83691a am: bb0f12b79a by Colin Cross · 8 years ago
  54. 915168c Update sanitize property format am: 032303c am: c83691a am: bb0f12b79a by Colin Cross · 8 years ago
  55. bb0f12b Update sanitize property format am: 032303c am: c83691a by Colin Cross · 8 years ago
  56. c83691a Update sanitize property format am: 032303c by Colin Cross · 8 years ago
  57. 81681ae Enable testing for static libc++abi by Ben Craig · 8 years ago
  58. 6b68c7c [CMake] Fix misleading error message in CMakeLists.txt. by Eugene Zelenko · 8 years ago
  59. 80b6b68 Respect LIBCXXABI_LIBDIR_SUFFIX before an install by Ben Craig · 8 years ago
  60. 032303c Update sanitize property format by Colin Cross · 8 years ago
  61. 50a2d05 Add README.version. am: af2d3e4 am: 41a099b am: f92bdc1 by Dan Albert · 8 years ago
  62. f92bdc1 Add README.version. am: af2d3e4 am: 41a099b by Dan Albert · 8 years ago
  63. 41a099b Add README.version. am: af2d3e4 by Dan Albert · 8 years ago
  64. af2d3e4 Add README.version. by Dan Albert · 8 years ago
  65. 219475c Update copyright year to 2016. by Paul Robinson · 8 years ago
  66. 62c01cb [libcxxabi] Disable cxa_thread_atexit_test if unavailable by Jonas Hahnfeld · 8 years ago
  67. eca353d Reducing stack usage of test by Ben Craig · 8 years ago
  68. fb11cb3 Remove .ipp from LOCAL_SRC_FILES by Dan Willemsen · 8 years ago int/n/fp2
  69. 9ef2c6e [libcxxabi] Teach cxa_demangle about Hexagon's long double size by Ben Craig · 8 years ago
  70. ca8e990 [libcxxabi] Make test tolerant of uncommon floating literal demanglings by Ben Craig · 8 years ago
  71. e65dd84 Mark some tests as XFAIL with GCC due to compiler bugs by Eric Fiselier · 8 years ago
  72. 08dfc9e Fix link flags order in RUN command. by Eric Fiselier · 8 years ago
  73. 91fc04d Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...) by Eric Fiselier · 8 years ago
  74. 7dbbe8a Revert r258222 because it's missing files. Will re-commit complete patch by Eric Fiselier · 8 years ago
  75. 39761cb Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...) by Eric Fiselier · 8 years ago
  76. 0fdcedb Add missing license headers by Eric Fiselier · 8 years ago
  77. def0085 Revert r256322 (and follow-up 256323), the test it added does not pass on OS X. by Nico Weber · 8 years ago
  78. d04ecd0 [WebAssembly] Accomodate wasm's 128-bit long double. by Dan Gohman · 8 years ago
  79. c3cf711 Remove assembler workaround since we have the fix. by Dan Albert · 8 years ago
  80. 68bb21d Fix ARM __cxa_end_cleanup() and gc-sections. by Logan Chien · 8 years ago
  81. 0edb61e Add new tests for throwing incomplete pointer types by Eric Fiselier · 8 years ago
  82. 1a034d7 Fix PR25898 - Check for incomplete pointers types in can_catch(...) by Eric Fiselier · 8 years ago
  83. f67395c Fix ARM __cxa_end_cleanup() and gc-sections. by Logan Chien · 8 years ago
  84. f84ec31 [libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of libgcc_eh.a by Eric Fiselier · 8 years ago
  85. e9a7821 Replace cmake check for printf with a check for fopen. by Evgeniy Stepanov · 8 years ago
  86. 1eb3622 .gitignore: ignore vim swap files by Saleem Abdulrasool · 8 years ago
  87. b4ec579 ibc++abi: mark visibility by Saleem Abdulrasool · 8 years ago
  88. 77a304b c++abi: whitespace adjustment by Saleem Abdulrasool · 8 years ago
  89. 27edc0b libcxxabi: Update Android.bp to match Android.mk by Colin Cross · 9 years ago
  90. 4c91e38 c++abi: use __builtin_offsetof instead of offsetof by Saleem Abdulrasool · 9 years ago
  91. fd8bd75 Fix LIBCXXABI_HAS_NO_THREADS configuration. by Eric Fiselier · 9 years ago
  92. ae1b072 Configure for config site header by Eric Fiselier · 9 years ago
  93. 45b6954 Add config.project_obj_root to the libc++abi testsuite by Eric Fiselier · 9 years ago
  94. fdccce6 Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to Jason King for the report and suggested fix by Marshall Clow · 9 years ago
  95. 6c6d9cb Fix incorrect parsing of arguments for nested functions. Reviewed as http://reviews.llvm.org/D13192. Thanks to Anseny Kapoulkine for the patch. by Marshall Clow · 9 years ago
  96. 9d5f9ed am 2743b909: am 8b90ac3b: Cleanup Android.mk. by Dan Albert · 9 years ago
  97. 2743b90 am 8b90ac3b: Cleanup Android.mk. by Dan Albert · 9 years ago
  98. 8b90ac3 Cleanup Android.mk. by Dan Albert · 9 years ago
  99. b4c998b Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL. by Nico Weber · 9 years ago
  100. 6bf2354 EH: fix register usage for SjLj by Saleem Abdulrasool · 9 years ago