1. 3b8762a Make sure !empty() before calling String::front(). by Chaoren Lin · 9 years ago
  2. f662666 LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it. by Anton Korobeynikov · 9 years ago
  3. f273775 Typos by Anton Korobeynikov · 9 years ago
  4. c509660 Fix "TODO" and provide the configure-time options to find libunwind. by Anton Korobeynikov · 9 years ago
  5. b979db1 Disallow conversions from function pointers to void*. by Eric Fiselier · 9 years ago
  6. 3641403 Fix syntax error in CMake created when a variable is not defined. by Eric Fiselier · 9 years ago
  7. 722df3e libc++abi: work around layering violation by Saleem Abdulrasool · 9 years ago
  8. 352f134 libc++abi: try harder to force the LLVM unwinder on ARM by Saleem Abdulrasool · 9 years ago
  9. e399cfb libc++abi: enable LLVM unwinder by default for ARM by Saleem Abdulrasool · 9 years ago
  10. b2cceca libc++abi: remove unused variable by Saleem Abdulrasool · 9 years ago
  11. 0f111c2 libc++abi: clear up some -Wqual-cast warnings by Saleem Abdulrasool · 9 years ago
  12. 2493be6 libc++abi: silence some warnings by Saleem Abdulrasool · 9 years ago
  13. 561567f libc++abi: remove build infrastructure for unwind by Saleem Abdulrasool · 9 years ago
  14. b877159 libc++abi: move tests back by Saleem Abdulrasool · 9 years ago
  15. ee8031b libc++abi: remove the duplicated unwind content by Saleem Abdulrasool · 9 years ago
  16. 3943f43 Declare __cxa_new_handler as extern "C", or it declares a new variable by Reid Kleckner · 9 years ago
  17. 554d59a [libcxxabi] Disallow Base to Derived conversions for catching pointers to members. by Eric Fiselier · 9 years ago
  18. 0cb62d1 [libcxxabi] Fix multi-level pointer conversions and pointer to member conversion detection. by Eric Fiselier · 9 years ago
  19. c20d836 Revert r228351 - Dont install header files. by Eric Fiselier · 9 years ago
  20. f780f7d Also use dl_iterate_phdr() on CloudABI. by Ed Schouten · 9 years ago
  21. 196cbd7 Don't print debugging messages to stdout. by Ed Schouten · 9 years ago
  22. 28ca89d Let libc++'s LIT configuration setup our linker paths and env. by Eric Fiselier · 9 years ago
  23. 9ac9cdd add option to tell LIT where to find the libc++ library when built out of tree by Eric Fiselier · 9 years ago
  24. 7c79ceb Update copyright year to 2015. by Renato Golin · 9 years ago
  25. fdd39fd Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofs by Eric Fiselier · 9 years ago
  26. 89ea9ad [libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer() by Eric Fiselier · 9 years ago
  27. fd4c54b Unwind: define more interfaces more often by Saleem Abdulrasool · 9 years ago
  28. 78a8988 Unwind: always define unwind APIs by Saleem Abdulrasool · 9 years ago
  29. 968ed8a Unwind: remove unnecessary check by Saleem Abdulrasool · 9 years ago
  30. 39ead49 Unwind: tweak register handling for AArch64 by Saleem Abdulrasool · 9 years ago
  31. faf34fb Fix build with GCC: by Nick Lewycky · 9 years ago
  32. d95080e [libcxxabi] Build both static and shared versions of libc++abi by default. by Eric Fiselier · 9 years ago
  33. 0bc1a0f Unwind: make it build on Darwin again by Saleem Abdulrasool · 9 years ago
  34. 87116c1 Add .eh_frame_hdr search to Linux unwinder. by Dan Albert · 9 years ago
  35. 60df040 Add remote testing support to the lit config by Jonathan Roelofs · 9 years ago
  36. 4cab028 Unwind: clean up some GCC warnings by Saleem Abdulrasool · 9 years ago
  37. b9bde57 Add .fpu directives to ARM unwind save & restore functions. by Jonathan Roelofs · 9 years ago
  38. 75a7bf6 Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length on OS X. by Eric Fiselier · 9 years ago
  39. ae158ea Do not add -fno-exceptions without -funwind-tables by Sergey Dmitrouk · 9 years ago
  40. 1ac9904 Moar post-commit review. by Jonathan Roelofs · 9 years ago
  41. bda7842 Address post-commit review comments by Jonathan Roelofs · 9 years ago
  42. c394610 Make the unwinder build on thumbv6-m with the integrated assembler. by Jonathan Roelofs · 9 years ago
  43. d5539c8 unwind: always export unw_local_addr_space by Saleem Abdulrasool · 9 years ago
  44. 905cde8 unwind: use sizeof() instead of hardcoded sizes by Saleem Abdulrasool · 9 years ago
  45. 031128a Don't use bzero() and strcpy(). by Ed Schouten · 9 years ago
  46. 944a766 unwind: use explicit memcpy for register saving by Saleem Abdulrasool · 9 years ago
  47. e281edd unwind: move exported APIs out of header by Saleem Abdulrasool · 9 years ago
  48. 16e33fa unwind: tweak inclusion ordering to work around GCC by Saleem Abdulrasool · 9 years ago
  49. ad1d968 unwind: clean up some -Werror=return-type warnings by Saleem Abdulrasool · 9 years ago
  50. b7e3b27 unwind: clean up more -Wformat warnings by Saleem Abdulrasool · 9 years ago
  51. b19a495 unwind: clean up straggling -Wundef warning by Saleem Abdulrasool · 9 years ago
  52. b357c3f unwind: silence -Wconversion warnings by Saleem Abdulrasool · 9 years ago
  53. 200599c Fix libcxxabi's library and object root for tests. by Eric Fiselier · 9 years ago
  54. 2af79a5 unwind: improve compilation on Linux with gcc by Saleem Abdulrasool · 9 years ago
  55. 1736c46 unwind: clean up some stray semicolons by Saleem Abdulrasool · 9 years ago
  56. 7fa9cf1 unwind: clean up -Wundef warnings by Saleem Abdulrasool · 9 years ago
  57. d3aa445 unwind: fix -Wformat warnings from gcc by Saleem Abdulrasool · 9 years ago
  58. b047f54 Unwind: hoist placement delete into base class by Saleem Abdulrasool · 9 years ago
  59. ffa0d78 Unwind: replace pure virtual functions with aborts by Saleem Abdulrasool · 9 years ago
  60. a32df7e unwind: use -fno-rtti -fno-exceptions -funwind-tables by Saleem Abdulrasool · 9 years ago
  61. 7940f19 Fix build for apple machines. by Matthias Braun · 9 years ago
  62. 8906bdd Fix build. by Dan Albert · 9 years ago
  63. b177939 Revert "indicate tag type in C" by Saleem Abdulrasool · 9 years ago
  64. 8414c5a [libcxxabi] Fix -Werror build for 32-bit non-ARM. by Dan Albert · 9 years ago
  65. da5a6b1 Formatting fixes. by Dan Albert · 9 years ago
  66. 8d776e7 Fix compilation of unwind on Darwin-x86_64 by Saleem Abdulrasool · 9 years ago
  67. 4210260 Silence some -Wundef warnings by Saleem Abdulrasool · 9 years ago
  68. 4f0882b Silence warning about loss of precision by Saleem Abdulrasool · 9 years ago
  69. 4963ea3 indicate tag type in C by Saleem Abdulrasool · 9 years ago
  70. d2056af Install header files by Greg Fitzgerald · 9 years ago
  71. 29bfe89 Some more -Wundef issues. by Dan Albert · 9 years ago
  72. a1fce46 Enable -Wundef. by Dan Albert · 9 years ago
  73. 3cbecdf Whitespace cleanup. by Dan Albert · 9 years ago
  74. cc8269f Make test require 'linux' instead of 'linux2' by Eric Fiselier · 9 years ago
  75. ff417a5 Adopt CMake policy CMP0042. Set MACOSX_RPATH on by default. by Eric Fiselier · 9 years ago
  76. 9a9e939 [libcxxabi] Teach CMake better ways to find the libc++ source directory (and misc cleanup). by Eric Fiselier · 9 years ago
  77. 390b5cb Enable backtrace_test for ARM. by Logan Chien · 9 years ago
  78. 1c5ae13 Add -funwind-tables to CMAKE_C_FLAGS. by Logan Chien · 9 years ago
  79. 045a7c8 Force unwind frame with user-defined personality. by Logan Chien · 9 years ago
  80. f20383c Fix _Unwind_Backtrace for libc++abi built with libgcc. by Logan Chien · 9 years ago
  81. 083506f Allow libc++abi to be built without unwinder. by Logan Chien · 9 years ago
  82. ad3ce5d Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build. by Logan Chien · 9 years ago
  83. ac68492 Merge libc++abi's lit configuration with libc++'s by Jonathan Roelofs · 9 years ago
  84. c0b4808 Rename all of the tests in preparation for merging lit configs with libcxx by Jonathan Roelofs · 9 years ago
  85. d2a72c4 Fix abort_message.cpp for the NDK. by Dan Albert · 9 years ago
  86. 2389ece LIBCXXABI_TARGET_TRIPLE won't always be set. by Dan Albert · 9 years ago
  87. 0b4f9d2 [libc++abi] Add support for cross compiling. by Dan Albert · 9 years ago
  88. f79ad2e Update PACKAGE_VERSION to 3.7.0svn by Hans Wennborg · 9 years ago
  89. 65c0869 Fix some formatting I messed up in r225187. by Dan Albert · 9 years ago
  90. 1f22bd5 Make the Unwinder -Werror clean. by Dan Albert · 9 years ago
  91. b71d76f Typo. by Joerg Sonnenberger · 9 years ago
  92. 343559e [cmake/multilib] Teach libc++abi's CMake build to support multilib by Chandler Carruth · 9 years ago
  93. f7d86f4 Silence warnings in libunwind. by Logan Chien · 9 years ago
  94. 41baec6 [libunwind] improve x86_64 comments in compact_unwind_encoding.h by Nick Kledzik · 9 years ago
  95. 96a6ac2 [libunwind] fix comment in compact_unwind_encoding.h by Nick Kledzik · 9 years ago
  96. efa37d1 [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux. by Dan Albert · 9 years ago
  97. b14b13a Use the newer python syntax for exceptions by Justin Bogner · 9 years ago
  98. cce8ade Fix comment on end of #endif to match #if by Eric Fiselier · 10 years ago
  99. 59872ce Use lit.util.executeCommand instead of our own version by Eric Fiselier · 10 years ago
  100. d872a69 [libcxxabi] Refactor building and testing libc++abi without threads by Eric Fiselier · 10 years ago