1. fb11cb3 Remove .ipp from LOCAL_SRC_FILES by Dan Willemsen · 8 years ago int/n/fp2
  2. c3cf711 Remove assembler workaround since we have the fix. by Dan Albert · 8 years ago
  3. 68bb21d Fix ARM __cxa_end_cleanup() and gc-sections. by Logan Chien · 8 years ago
  4. 27edc0b libcxxabi: Update Android.bp to match Android.mk by Colin Cross · 8 years ago
  5. 9d5f9ed am 2743b909: am 8b90ac3b: Cleanup Android.mk. by Dan Albert · 9 years ago
  6. 2743b90 am 8b90ac3b: Cleanup Android.mk. by Dan Albert · 9 years ago
  7. 8b90ac3 Cleanup Android.mk. by Dan Albert · 9 years ago
  8. ed2cc37 am 434d6469: am a2140bec: Add Android.bp for libc++abi by Dan Willemsen · 9 years ago
  9. 434d646 am a2140bec: Add Android.bp for libc++abi by Dan Willemsen · 9 years ago
  10. a2140be Add Android.bp for libc++abi by Dan Willemsen · 9 years ago
  11. aef4f61 am 3b96f82f: (-s ours) am 96d7ecd7: Update for the unwinder\'s new home. by Dan Albert · 9 years ago
  12. 985917a am 3d00f479: (-s ours) am 5db8aeca: Merge to upstream r244004. by Dan Albert · 9 years ago
  13. 278c105 am 5711215f: (-s ours) am 8e51add9: Build with C++14. by Dan Albert · 9 years ago
  14. 61657d5 am 96d7ecd7: Update for the unwinder\'s new home. by Dan Albert · 9 years ago
  15. 17b4250 am 5db8aeca: Merge to upstream r244004. by Dan Albert · 9 years ago
  16. 3b96f82 am 96d7ecd7: Update for the unwinder\'s new home. by Dan Albert · 9 years ago
  17. 3d00f47 am 5db8aeca: Merge to upstream r244004. by Dan Albert · 9 years ago
  18. 96d7ecd Update for the unwinder's new home. by Dan Albert · 9 years ago
  19. 5db8aec Merge to upstream r244004. by Dan Albert · 9 years ago
  20. 5711215 am 8e51add9: Build with C++14. by Dan Albert · 9 years ago
  21. fd984ef am 8e51add9: Build with C++14. by Dan Albert · 9 years ago
  22. 8e51add Build with C++14. by Dan Albert · 9 years ago
  23. d8093df Update to new lists.llvm.org by Tanya Lattner · 9 years ago
  24. 7beb57c [libc++abi] Allow use just compiled clang++ for tests by Renato Golin · 9 years ago
  25. 52cf98b [libcxxabi][mips] Correct float_data::mangled_size for all ABI's. by Daniel Sanders · 9 years ago
  26. 52fddff [libcxxabi] Add -funwind-tables to the test compilation options. by Daniel Sanders · 9 years ago
  27. 5a8986b Remove include directive for the unused libunwind_ext.h. by Logan Chien · 9 years ago
  28. 7333271 am e8cefcad: Don\'t sanitize libcxxabi. by Evgenii Stepanov · 9 years ago
  29. e8cefca Don't sanitize libcxxabi. by Evgenii Stepanov · 9 years ago
  30. 1cef559 fallback_malloc: silence conversion warning (NFC) by Saleem Abdulrasool · 9 years ago
  31. bd32d95 fallback_malloc: silence qual-cast warning (NFC) by Saleem Abdulrasool · 9 years ago
  32. 5013d7c Implement uncaught_exceptions() to get a count, rather than a bool. Update the libc++abi version. Reviewed as http://reviews.llvm.org/D10067 by Marshall Clow · 9 years ago
  33. 088a71b libcxx: Switch to use __gnu_unwind_frame() for libunwind. by Logan Chien · 9 years ago
  34. 3b8762a Make sure !empty() before calling String::front(). by Chaoren Lin · 9 years ago
  35. f662666 LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it. by Anton Korobeynikov · 9 years ago
  36. f273775 Typos by Anton Korobeynikov · 9 years ago
  37. c509660 Fix "TODO" and provide the configure-time options to find libunwind. by Anton Korobeynikov · 9 years ago
  38. b979db1 Disallow conversions from function pointers to void*. by Eric Fiselier · 9 years ago
  39. 3641403 Fix syntax error in CMake created when a variable is not defined. by Eric Fiselier · 9 years ago
  40. 722df3e libc++abi: work around layering violation by Saleem Abdulrasool · 9 years ago
  41. 352f134 libc++abi: try harder to force the LLVM unwinder on ARM by Saleem Abdulrasool · 9 years ago
  42. e399cfb libc++abi: enable LLVM unwinder by default for ARM by Saleem Abdulrasool · 9 years ago
  43. b2cceca libc++abi: remove unused variable by Saleem Abdulrasool · 9 years ago
  44. 0f111c2 libc++abi: clear up some -Wqual-cast warnings by Saleem Abdulrasool · 9 years ago
  45. 2493be6 libc++abi: silence some warnings by Saleem Abdulrasool · 9 years ago
  46. 561567f libc++abi: remove build infrastructure for unwind by Saleem Abdulrasool · 9 years ago
  47. b877159 libc++abi: move tests back by Saleem Abdulrasool · 9 years ago
  48. ee8031b libc++abi: remove the duplicated unwind content by Saleem Abdulrasool · 9 years ago
  49. 3943f43 Declare __cxa_new_handler as extern "C", or it declares a new variable by Reid Kleckner · 9 years ago
  50. 554d59a [libcxxabi] Disallow Base to Derived conversions for catching pointers to members. by Eric Fiselier · 9 years ago
  51. 0cb62d1 [libcxxabi] Fix multi-level pointer conversions and pointer to member conversion detection. by Eric Fiselier · 9 years ago
  52. b451069 am 62a7c02e: Don\'t bundle the unwinder. by Dan Albert · 9 years ago
  53. c20d836 Revert r228351 - Dont install header files. by Eric Fiselier · 9 years ago
  54. 62a7c02 Don't bundle the unwinder. by Dan Albert · 9 years ago
  55. f780f7d Also use dl_iterate_phdr() on CloudABI. by Ed Schouten · 9 years ago
  56. cd33037 am 4d4cef86: Support thread_local keyword for target builds. by Dmitriy Ivanov · 9 years ago
  57. 4d4cef8 Support thread_local keyword for target builds. by Dmitriy Ivanov · 9 years ago
  58. 196cbd7 Don't print debugging messages to stdout. by Ed Schouten · 9 years ago
  59. 2da6548 am 52c3f914: Merge "Add NOTICE file" by Conley Owens · 9 years ago
  60. 52c3f91 Merge "Add NOTICE file" by Conley Owens · 9 years ago
  61. fefb46a am f4ce0f17: Oops. Update configuration defines. by Dan Albert · 9 years ago
  62. f4ce0f1 Oops. Update configuration defines. by Dan Albert · 9 years ago
  63. 28ca89d Let libc++'s LIT configuration setup our linker paths and env. by Eric Fiselier · 9 years ago
  64. 9ac9cdd add option to tell LIT where to find the libc++ library when built out of tree by Eric Fiselier · 9 years ago
  65. 363509f am 0a1ce9ca: Merge to upstream r231075. by Dan Albert · 9 years ago
  66. 3faf354 Add NOTICE file by Conley Owens · 9 years ago
  67. 7c79ceb Update copyright year to 2015. by Renato Golin · 9 years ago
  68. 0a1ce9c Merge to upstream r231075. by Dan Albert · 9 years ago
  69. fdd39fd Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofs by Eric Fiselier · 9 years ago
  70. 89ea9ad [libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer() by Eric Fiselier · 9 years ago
  71. fd4c54b Unwind: define more interfaces more often by Saleem Abdulrasool · 9 years ago
  72. 78a8988 Unwind: always define unwind APIs by Saleem Abdulrasool · 9 years ago
  73. 968ed8a Unwind: remove unnecessary check by Saleem Abdulrasool · 9 years ago
  74. 39ead49 Unwind: tweak register handling for AArch64 by Saleem Abdulrasool · 9 years ago
  75. faf34fb Fix build with GCC: by Nick Lewycky · 9 years ago
  76. 37a4ddf am da0677d3: am 1ab244e7: Don\'t bundle the unwinder for the host library. by Dan Albert · 9 years ago
  77. da0677d am 1ab244e7: Don\'t bundle the unwinder for the host library. by Dan Albert · 9 years ago
  78. 1ab244e Don't bundle the unwinder for the host library. by Dan Albert · 9 years ago
  79. d95080e [libcxxabi] Build both static and shared versions of libc++abi by default. by Eric Fiselier · 9 years ago
  80. 0bc1a0f Unwind: make it build on Darwin again by Saleem Abdulrasool · 9 years ago
  81. 87116c1 Add .eh_frame_hdr search to Linux unwinder. by Dan Albert · 9 years ago
  82. 60df040 Add remote testing support to the lit config by Jonathan Roelofs · 9 years ago
  83. 4cab028 Unwind: clean up some GCC warnings by Saleem Abdulrasool · 9 years ago
  84. b9bde57 Add .fpu directives to ARM unwind save & restore functions. by Jonathan Roelofs · 9 years ago
  85. 75a7bf6 Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length on OS X. by Eric Fiselier · 9 years ago
  86. ae158ea Do not add -fno-exceptions without -funwind-tables by Sergey Dmitrouk · 9 years ago
  87. 1ac9904 Moar post-commit review. by Jonathan Roelofs · 9 years ago
  88. bda7842 Address post-commit review comments by Jonathan Roelofs · 9 years ago
  89. c394610 Make the unwinder build on thumbv6-m with the integrated assembler. by Jonathan Roelofs · 9 years ago
  90. d5539c8 unwind: always export unw_local_addr_space by Saleem Abdulrasool · 9 years ago
  91. 905cde8 unwind: use sizeof() instead of hardcoded sizes by Saleem Abdulrasool · 9 years ago
  92. 031128a Don't use bzero() and strcpy(). by Ed Schouten · 9 years ago
  93. 944a766 unwind: use explicit memcpy for register saving by Saleem Abdulrasool · 9 years ago
  94. e281edd unwind: move exported APIs out of header by Saleem Abdulrasool · 9 years ago
  95. 16e33fa unwind: tweak inclusion ordering to work around GCC by Saleem Abdulrasool · 9 years ago
  96. ad1d968 unwind: clean up some -Werror=return-type warnings by Saleem Abdulrasool · 9 years ago
  97. b7e3b27 unwind: clean up more -Wformat warnings by Saleem Abdulrasool · 9 years ago
  98. b19a495 unwind: clean up straggling -Wundef warning by Saleem Abdulrasool · 9 years ago
  99. b357c3f unwind: silence -Wconversion warnings by Saleem Abdulrasool · 9 years ago
  100. 200599c Fix libcxxabi's library and object root for tests. by Eric Fiselier · 9 years ago