1. 7d2778a Merge to upstream r286793. am: 650af220e3 am: ab01021a11 am: 0c51bb032c by Dan Albert · 8 years ago
  2. c3fc78c Add new source files to build. am: 498f031515 am: d8bdf8b36d am: 3d46029e4a by Dan Albert · 8 years ago
  3. 301a4a7 Merge to upstream r286793. am: 650af220e3 am: ab01021a11 am: 0c51bb032c by Dan Albert · 8 years ago
  4. 3d46029 Add new source files to build. am: 498f031515 am: d8bdf8b36d by Dan Albert · 8 years ago
  5. 0c51bb0 Merge to upstream r286793. am: 650af220e3 am: ab01021a11 by Dan Albert · 8 years ago
  6. d8bdf8b Add new source files to build. am: 498f031515 by Dan Albert · 8 years ago
  7. ab01021 Merge to upstream r286793. am: 650af220e3 by Dan Albert · 8 years ago
  8. e4f23d8 Rename TU names to not conflict with libc++. by Eric Fiselier · 8 years ago
  9. 498f031 Add new source files to build. by Dan Albert · 8 years ago
  10. 650af22 Merge to upstream r286793. by Dan Albert · 8 years ago
  11. 89d8f36 __cxa_demangle: allow demangling invocation blocks by Saleem Abdulrasool · 8 years ago
  12. 8cfa5a3 __cxa_demangle: ensure that we have a mangled symbol by Saleem Abdulrasool · 8 years ago
  13. 1105202 Fix GCC libc++abi build by Eric Fiselier · 8 years ago
  14. cc4f512 arm: Fix ttype encoding assertion failure. by Logan Chien · 8 years ago
  15. 6962eb3 [CMake] Fix libc++abi arm build w/o libunwind. by Logan Chien · 8 years ago
  16. 4d14bc0 [CMake] Check runtimes subdir when looking for libcxx and libuwind by Petr Hosek · 8 years ago
  17. 802f4f4 [libc++abi] Remove the test for checking using of fallback malloc in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  18. 1d45bac Revert "[CMake] Check runtimes subdir when looking for libcxx and libuwind" by Petr Hosek · 8 years ago
  19. eecb795 [CMake] Check runtimes subdir when looking for libcxx and libuwind by Petr Hosek · 8 years ago
  20. cf209cc Fix typo in CMakeLists.txt: provide the path to libcxx checkout and not the include subdir by Mehdi Amini · 8 years ago
  21. 6dc7581 Fix libcxxabi CMake detection of libcxx path to handle LLVM_EXTERNAL_LIBCXX_SOURCE_DIR flag by Mehdi Amini · 8 years ago
  22. cd40f25 Revert "Add some facilities to work with a git monorepo (experimental setup)" by Mehdi Amini · 8 years ago
  23. d312aca Add some facilities to work with a git monorepo (experimental setup) by Mehdi Amini · 8 years ago
  24. c320e4c [p0012] Implement ABI support for throwing a noexcept function pointer and by Richard Smith · 8 years ago
  25. 8b9be66 Spell libcxxabi-no-threads correctly by Eric Fiselier · 8 years ago
  26. cfd294b Mark thread exit test as unsupported w/o threads by Eric Fiselier · 8 years ago
  27. 4d44c0f Get libc++abi building with LLVM_ENABLE_MODULES by Eric Fiselier · 8 years ago
  28. e4b123b Fix typo in comment by Vitaly Buka · 8 years ago
  29. c396479 Don't compile cxa_thread_atexit.cpp with -DLIBCXX_ENABLE_THREADS=OFF by Vitaly Buka · 8 years ago
  30. 38488b9 Mark test as unsupported without threads by Eric Fiselier · 8 years ago
  31. 8ac10e4 [libcxxabi] Fix gcc build after r284128 by Asiri Rathnayake · 8 years ago
  32. 5180673 [libcxxabi] Refactor pthread usage into a separate API by Asiri Rathnayake · 8 years ago
  33. 3f7b370 Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Barnes by Eric Fiselier · 8 years ago
  34. 5ab5976 Fix libc++abi test config after recent libc++ changes by Eric Fiselier · 8 years ago
  35. e64fce8 [libc++abi] Fix bug which cased the static libunwind to always be chosen by Eric Fiselier · 8 years ago
  36. 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
  37. 8d4d9af [CMake] Fix libc++abi standalone cmake build. by Logan Chien · 8 years ago
  38. 336985f Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  39. feb04d7 [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. by Igor Kudrin · 8 years ago
  40. a086331 [libc++abi] Default to DLL annotations on Windows by Shoaib Meenai · 8 years ago
  41. 46eb39a annotate more function visibility by Saleem Abdulrasool · 8 years ago
  42. b62a4dd [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC) by Asiri Rathnayake · 8 years ago
  43. 933c4df Fix side effect in assertion by Eric Fiselier · 8 years ago
  44. 9f08403 [lit] Replace print with lit_config.note(). by Logan Chien · 8 years ago
  45. 21a75e7 libc++abi: fix some -Wunused-function warnings by Saleem Abdulrasool · 8 years ago
  46. b96e846 Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined(). by Logan Chien · 8 years ago
  47. 01489a2 [CMake] Trying to fix the bots I broke by Chris Bieneman · 8 years ago
  48. f0e3789 [CMake] Use -std=c++11 if supported by Chris Bieneman · 8 years ago
  49. 564b6ea [CMake] Be more consistent about naming targets and components in libc++abi by Eric Fiselier · 8 years ago
  50. 42ef22b [CMake] Apply r279151 cleanup to libc++abi. by Eric Fiselier · 8 years ago
  51. 866c52a test: fix test under ASAN and MSAN by Saleem Abdulrasool · 8 years ago
  52. 6092bfa Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIX by Eric Fiselier · 8 years ago
  53. eb3e8cf Fix ASAN failures in the demangler by Mehdi Amini · 8 years ago
  54. e1b2d05 Depend directly on unwind when not building standalone by Petr Hosek · 8 years ago
  55. 3f7e85b Add lib directory to linker paths when using libunwind by Petr Hosek · 8 years ago
  56. fff85c8 Do not depend on unwind when building standalone by Petr Hosek · 8 years ago
  57. 9987410 CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent spacing. by Eugene Zelenko · 8 years ago
  58. eace9ec Attempt to bring peace to -Werror buildbots. by Richard Smith · 8 years ago
  59. 081ea86 [libcxxabi] When catching an exception of type nullptr_t with a handler of by Richard Smith · 8 years ago
  60. e8b3ec3 Fix arc config to use https by Eric Fiselier · 8 years ago
  61. f0a2620 libc++abi: add a top level option for using CompilerRT by Saleem Abdulrasool · 8 years ago
  62. a3000b2 Remove obsolete Android.mk am: a7f7d96c74 am: 6c5f2a5a2e am: b78b668a72 by Colin Cross · 8 years ago
  63. 4c57a38 Remove obsolete Android.mk am: a7f7d96c74 am: 6c5f2a5a2e am: b78b668a72 by Colin Cross · 8 years ago
  64. b78b668 Remove obsolete Android.mk am: a7f7d96c74 am: 6c5f2a5a2e by Colin Cross · 8 years ago
  65. 6c5f2a5 Remove obsolete Android.mk am: a7f7d96c74 by Colin Cross · 8 years ago
  66. a7f7d96 Remove obsolete Android.mk by Colin Cross · 8 years ago
  67. 5328c6b Fix [libcxxabi] Fix warning about uninitialized const member. by Eric Fiselier · 8 years ago
  68. 58c480d Fix warning about uninitialized const member. NFC by Eric Fiselier · 8 years ago
  69. ef83bd1 [libcxxabi] Reorder base class initializers in libc++abi tests to prevent -Wreorder by Eric Fiselier · 8 years ago
  70. df448d8 Suppress warnings about the operations currently under test. by Eric Fiselier · 8 years ago
  71. 6fd0d95 Partially revert r270816: build with -fvisibility=hidden. by Eric Fiselier · 8 years ago
  72. 046d2fc [libcxxabi] Allow target flags to affect configuration tests. by Eric Fiselier · 8 years ago
  73. a0d7e1a [libcxxabi][test] Add missing return statement. by Asiri Rathnayake · 8 years ago
  74. 4ed725d Missed part of D16545 (static lib testing) by Ben Craig · 8 years ago
  75. 1fc2ce8 [CMake] Update to requiring CMake 3.4.3 by Chris Bieneman · 8 years ago
  76. 4174e8b [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant by Asiri Rathnayake · 8 years ago
  77. 436072f libc++abi: build with -fvisibility=hidden by Saleem Abdulrasool · 8 years ago
  78. b06c53c Allow explicit pthread opt-in by Ben Craig · 8 years ago
  79. 5985dd6 libc++abi: make __cxa_call_unexpected visible by Saleem Abdulrasool · 8 years ago
  80. 6191aec libc++abi: fix visibility of personalities by Saleem Abdulrasool · 8 years ago
  81. 210678c Update sanitize property format am: 032303c am: c83691a am: bb0f12b79a by Colin Cross · 8 years ago
  82. 915168c Update sanitize property format am: 032303c am: c83691a am: bb0f12b79a by Colin Cross · 8 years ago
  83. bb0f12b Update sanitize property format am: 032303c am: c83691a by Colin Cross · 8 years ago
  84. c83691a Update sanitize property format am: 032303c by Colin Cross · 8 years ago
  85. 81681ae Enable testing for static libc++abi by Ben Craig · 8 years ago
  86. 6b68c7c [CMake] Fix misleading error message in CMakeLists.txt. by Eugene Zelenko · 8 years ago
  87. 80b6b68 Respect LIBCXXABI_LIBDIR_SUFFIX before an install by Ben Craig · 8 years ago
  88. 032303c Update sanitize property format by Colin Cross · 8 years ago
  89. 50a2d05 Add README.version. am: af2d3e4 am: 41a099b am: f92bdc1 by Dan Albert · 8 years ago
  90. f92bdc1 Add README.version. am: af2d3e4 am: 41a099b by Dan Albert · 8 years ago
  91. 41a099b Add README.version. am: af2d3e4 by Dan Albert · 8 years ago
  92. af2d3e4 Add README.version. by Dan Albert · 8 years ago
  93. 219475c Update copyright year to 2016. by Paul Robinson · 8 years ago
  94. 62c01cb [libcxxabi] Disable cxa_thread_atexit_test if unavailable by Jonas Hahnfeld · 8 years ago
  95. eca353d Reducing stack usage of test by Ben Craig · 8 years ago
  96. fb11cb3 Remove .ipp from LOCAL_SRC_FILES by Dan Willemsen · 8 years ago int/n/fp2
  97. 9ef2c6e [libcxxabi] Teach cxa_demangle about Hexagon's long double size by Ben Craig · 8 years ago
  98. ca8e990 [libcxxabi] Make test tolerant of uncommon floating literal demanglings by Ben Craig · 8 years ago
  99. e65dd84 Mark some tests as XFAIL with GCC due to compiler bugs by Eric Fiselier · 8 years ago
  100. 08dfc9e Fix link flags order in RUN command. by Eric Fiselier · 8 years ago