1. d5539c8 unwind: always export unw_local_addr_space by Saleem Abdulrasool · 9 years ago
  2. 905cde8 unwind: use sizeof() instead of hardcoded sizes by Saleem Abdulrasool · 9 years ago
  3. 031128a Don't use bzero() and strcpy(). by Ed Schouten · 9 years ago
  4. 944a766 unwind: use explicit memcpy for register saving by Saleem Abdulrasool · 9 years ago
  5. e281edd unwind: move exported APIs out of header by Saleem Abdulrasool · 9 years ago
  6. 16e33fa unwind: tweak inclusion ordering to work around GCC by Saleem Abdulrasool · 9 years ago
  7. ad1d968 unwind: clean up some -Werror=return-type warnings by Saleem Abdulrasool · 9 years ago
  8. b7e3b27 unwind: clean up more -Wformat warnings by Saleem Abdulrasool · 9 years ago
  9. b19a495 unwind: clean up straggling -Wundef warning by Saleem Abdulrasool · 9 years ago
  10. b357c3f unwind: silence -Wconversion warnings by Saleem Abdulrasool · 9 years ago
  11. 200599c Fix libcxxabi's library and object root for tests. by Eric Fiselier · 9 years ago
  12. 2af79a5 unwind: improve compilation on Linux with gcc by Saleem Abdulrasool · 9 years ago
  13. 1736c46 unwind: clean up some stray semicolons by Saleem Abdulrasool · 9 years ago
  14. 7fa9cf1 unwind: clean up -Wundef warnings by Saleem Abdulrasool · 9 years ago
  15. d3aa445 unwind: fix -Wformat warnings from gcc by Saleem Abdulrasool · 9 years ago
  16. b047f54 Unwind: hoist placement delete into base class by Saleem Abdulrasool · 9 years ago
  17. ffa0d78 Unwind: replace pure virtual functions with aborts by Saleem Abdulrasool · 9 years ago
  18. a32df7e unwind: use -fno-rtti -fno-exceptions -funwind-tables by Saleem Abdulrasool · 9 years ago
  19. 7940f19 Fix build for apple machines. by Matthias Braun · 9 years ago
  20. 8906bdd Fix build. by Dan Albert · 9 years ago
  21. b177939 Revert "indicate tag type in C" by Saleem Abdulrasool · 9 years ago
  22. 8414c5a [libcxxabi] Fix -Werror build for 32-bit non-ARM. by Dan Albert · 9 years ago
  23. da5a6b1 Formatting fixes. by Dan Albert · 9 years ago
  24. 8d776e7 Fix compilation of unwind on Darwin-x86_64 by Saleem Abdulrasool · 9 years ago
  25. 4210260 Silence some -Wundef warnings by Saleem Abdulrasool · 9 years ago
  26. 4f0882b Silence warning about loss of precision by Saleem Abdulrasool · 9 years ago
  27. 4963ea3 indicate tag type in C by Saleem Abdulrasool · 9 years ago
  28. d2056af Install header files by Greg Fitzgerald · 9 years ago
  29. 29bfe89 Some more -Wundef issues. by Dan Albert · 9 years ago
  30. a1fce46 Enable -Wundef. by Dan Albert · 9 years ago
  31. 3cbecdf Whitespace cleanup. by Dan Albert · 9 years ago
  32. cc8269f Make test require 'linux' instead of 'linux2' by Eric Fiselier · 9 years ago
  33. ff417a5 Adopt CMake policy CMP0042. Set MACOSX_RPATH on by default. by Eric Fiselier · 9 years ago
  34. 9a9e939 [libcxxabi] Teach CMake better ways to find the libc++ source directory (and misc cleanup). by Eric Fiselier · 9 years ago
  35. 390b5cb Enable backtrace_test for ARM. by Logan Chien · 9 years ago
  36. 1c5ae13 Add -funwind-tables to CMAKE_C_FLAGS. by Logan Chien · 9 years ago
  37. 045a7c8 Force unwind frame with user-defined personality. by Logan Chien · 9 years ago
  38. f20383c Fix _Unwind_Backtrace for libc++abi built with libgcc. by Logan Chien · 9 years ago
  39. 083506f Allow libc++abi to be built without unwinder. by Logan Chien · 9 years ago
  40. ad3ce5d Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build. by Logan Chien · 9 years ago
  41. ac68492 Merge libc++abi's lit configuration with libc++'s by Jonathan Roelofs · 9 years ago
  42. c0b4808 Rename all of the tests in preparation for merging lit configs with libcxx by Jonathan Roelofs · 9 years ago
  43. d2a72c4 Fix abort_message.cpp for the NDK. by Dan Albert · 9 years ago
  44. 2389ece LIBCXXABI_TARGET_TRIPLE won't always be set. by Dan Albert · 9 years ago
  45. 0b4f9d2 [libc++abi] Add support for cross compiling. by Dan Albert · 9 years ago
  46. f79ad2e Update PACKAGE_VERSION to 3.7.0svn by Hans Wennborg · 9 years ago
  47. 65c0869 Fix some formatting I messed up in r225187. by Dan Albert · 9 years ago
  48. 1f22bd5 Make the Unwinder -Werror clean. by Dan Albert · 9 years ago
  49. b71d76f Typo. by Joerg Sonnenberger · 9 years ago
  50. 343559e [cmake/multilib] Teach libc++abi's CMake build to support multilib by Chandler Carruth · 9 years ago
  51. f7d86f4 Silence warnings in libunwind. by Logan Chien · 9 years ago
  52. 41baec6 [libunwind] improve x86_64 comments in compact_unwind_encoding.h by Nick Kledzik · 9 years ago
  53. 96a6ac2 [libunwind] fix comment in compact_unwind_encoding.h by Nick Kledzik · 9 years ago
  54. efa37d1 [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux. by Dan Albert · 9 years ago
  55. b14b13a Use the newer python syntax for exceptions by Justin Bogner · 9 years ago
  56. cce8ade Fix comment on end of #endif to match #if by Eric Fiselier · 10 years ago
  57. 59872ce Use lit.util.executeCommand instead of our own version by Eric Fiselier · 10 years ago
  58. d872a69 [libcxxabi] Refactor building and testing libc++abi without threads by Eric Fiselier · 10 years ago
  59. 30ad829 [libcxxabi] Refactor test timing logic and disable by default. by Eric Fiselier · 10 years ago
  60. 1b4ddb1 [libcxxabi] Delay adjustment of pointer to prevent referencing invalid memory. by Eric Fiselier · 10 years ago
  61. 389d697 Ensure llvm-sanitizer is found by the tests when using sanitizers. by Eric Fiselier · 10 years ago
  62. 6e50cba [libcxxabi] Cleanup memory in tests to placate ASAN. by Eric Fiselier · 10 years ago
  63. 2466b99 Remove accidentally commited line in commit. Sorry by Eric Fiselier · 10 years ago
  64. a11d962 Add support for LLVM_USE_SANITIZER=Thread to test suite by Eric Fiselier · 10 years ago
  65. c365bb5 [libcxxabi] Refactor CMakeLists.txt's handling of compile and link flags to suppress warnings. by Eric Fiselier · 10 years ago
  66. 7393166 Add -g -fno-omit-frame-pointer when compiling tests with sanitizers by Eric Fiselier · 10 years ago
  67. ce9ff0a Make sure only NEON enabled devices save/restore D16+ registers by Renato Golin · 10 years ago
  68. efd4e49 Move ARM failure from FIXME to XFAIL by Renato Golin · 10 years ago
  69. f3de7d8 Add support for UNSUPPORTED tag to lit by Eric Fiselier · 10 years ago
  70. 0d57ac7 Disable backtrace libcxxabi test on ARM by Renato Golin · 10 years ago
  71. b2843c3 Fix unicode chars into ascii in comment lines. by NAKAMURA Takumi · 10 years ago
  72. d3bc4b1 Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux') by Eric Fiselier · 10 years ago
  73. 0b6b281 Only link the tests against -ldl on linux by Eric Fiselier · 10 years ago
  74. 87fe84e [libcxxabi] Add support for running libc++abi tests with sanitizers by Eric Fiselier · 10 years ago
  75. 6013249 Add an .arcconfig for libc++abi. by Dan Albert · 10 years ago
  76. ffe1ba2 [libcxxabi] Document the standalone build's requirements on llvm-config and llvm sources. by Eric Fiselier · 10 years ago
  77. 3a67a2d Correctly export _Unwind_[GS]et(GR|IP) for EHABI. by Dan Albert · 10 years ago
  78. 5660f75 Use __atomic_exchange_n instead of Clang's __sync_swap by Reid Kleckner · 10 years ago
  79. 40213fe Support Cortex-m0 by Jonathan Roelofs · 10 years ago
  80. 68fcfa1 Adding ABI support for __cxa_throw_bad_array_new_length. by Aaron Ballman · 10 years ago
  81. a9fe4b0 ARM Unwind syntax by Renato Golin · 10 years ago
  82. 1fc3f50 Implement post-review comments for r216730 by Jonathan Roelofs · 10 years ago
  83. 6d653d4 Remove an unused typedef from __class_type_info::search_below_dst by Alexander Potapenko · 10 years ago
  84. 3340fde Use correct __ARM_ARCH macro by Renato Golin · 10 years ago
  85. 239a032 s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with libcxx by Jonathan Roelofs · 10 years ago
  86. a69d4d9 Allow LIBCXXABI_SINGLE_THREADED to be defined by build scripts by Jonathan Roelofs · 10 years ago
  87. a3a836a Add missing include to a test case. by Dan Albert · 10 years ago
  88. 1469090 Make _Unwind_Backtrace() work on ARM. by Dan Albert · 10 years ago
  89. 66ffcf8 Remove strict dependency on llvm-config. by Dan Albert · 10 years ago
  90. 5252205 Add baremetal ARM support to libcxxabi/libunwind by Jonathan Roelofs · 10 years ago
  91. 3ac101d Improve logging of aborts for Android. by Dan Albert · 10 years ago
  92. d223dfd libcxxabi must link to dl if using bundled unwind by Jonathan Roelofs · 10 years ago
  93. 95272d2 Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6 by Hans Wennborg · 10 years ago
  94. 48092cc Update CREDITS.txt with the list of folks who worked on ARM EHABI support by Jonathan Roelofs · 10 years ago
  95. 196f7d6 Fix a copy-pasta in r214573 by Jonathan Roelofs · 10 years ago
  96. a09f807 [unwinder] Tell the assembler that functions are functions so that the linker knows how to link them. by Jonathan Roelofs · 10 years ago
  97. f2cd08a libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. by Nico Weber · 10 years ago
  98. db8f335 Fix for libc++abi when using -Wl,--as-needed. by Dan Albert · 10 years ago
  99. 3110ea3 Support LLVM_LIBDIR_SUFFIX. by Dan Albert · 10 years ago
  100. 000b3c9 Add support for building and testing the unwinder. by Dan Albert · 10 years ago