[go: up one dir, main page]

  1. de05b63 Use PNaCl's _Unwind_PNaClSetResult functions for arm-nacl-clang by Derek Schuff · 11 years ago main
  2. d980d11 Merge remote-tracking branch 'upstream/master' into master by Derek Schuff · 11 years ago
  3. 2466b99 Remove accidentally commited line in commit. Sorry by Eric Fiselier · 11 years ago
  4. a11d962 Add support for LLVM_USE_SANITIZER=Thread to test suite by Eric Fiselier · 11 years ago
  5. c365bb5 [libcxxabi] Refactor CMakeLists.txt's handling of compile and link flags to suppress warnings. by Eric Fiselier · 11 years ago
  6. 7393166 Add -g -fno-omit-frame-pointer when compiling tests with sanitizers by Eric Fiselier · 11 years ago
  7. ce9ff0a Make sure only NEON enabled devices save/restore D16+ registers by Renato Golin · 11 years ago
  8. efd4e49 Move ARM failure from FIXME to XFAIL by Renato Golin · 11 years ago
  9. f3de7d8 Add support for UNSUPPORTED tag to lit by Eric Fiselier · 11 years ago
  10. 0d57ac7 Disable backtrace libcxxabi test on ARM by Renato Golin · 11 years ago
  11. b2843c3 Fix unicode chars into ascii in comment lines. by NAKAMURA Takumi · 11 years ago
  12. d3bc4b1 Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux') by Eric Fiselier · 11 years ago
  13. 0b6b281 Only link the tests against -ldl on linux by Eric Fiselier · 11 years ago
  14. 87fe84e [libcxxabi] Add support for running libc++abi tests with sanitizers by Eric Fiselier · 11 years ago
  15. 6013249 Add an .arcconfig for libc++abi. by Dan Albert · 11 years ago
  16. ffe1ba2 [libcxxabi] Document the standalone build's requirements on llvm-config and llvm sources. by Eric Fiselier · 11 years ago
  17. 3a67a2d Correctly export _Unwind_[GS]et(GR|IP) for EHABI. by Dan Albert · 11 years ago
  18. 5660f75 Use __atomic_exchange_n instead of Clang's __sync_swap by Reid Kleckner · 11 years ago
  19. 40213fe Support Cortex-m0 by Jonathan Roelofs · 11 years ago
  20. 68fcfa1 Adding ABI support for __cxa_throw_bad_array_new_length. by Aaron Ballman · 11 years ago
  21. a9fe4b0 ARM Unwind syntax by Renato Golin · 11 years ago
  22. 1fc3f50 Implement post-review comments for r216730 by Jonathan Roelofs · 11 years ago
  23. 6d653d4 Remove an unused typedef from __class_type_info::search_below_dst by Alexander Potapenko · 11 years ago
  24. 3340fde Use correct __ARM_ARCH macro by Renato Golin · 11 years ago
  25. 239a032 s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with libcxx by Jonathan Roelofs · 11 years ago
  26. a69d4d9 Allow LIBCXXABI_SINGLE_THREADED to be defined by build scripts by Jonathan Roelofs · 11 years ago
  27. a3a836a Add missing include to a test case. by Dan Albert · 11 years ago
  28. 1469090 Make _Unwind_Backtrace() work on ARM. by Dan Albert · 11 years ago
  29. 66ffcf8 Remove strict dependency on llvm-config. by Dan Albert · 11 years ago
  30. 5252205 Add baremetal ARM support to libcxxabi/libunwind by Jonathan Roelofs · 11 years ago
  31. 3ac101d Improve logging of aborts for Android. by Dan Albert · 11 years ago
  32. d223dfd libcxxabi must link to dl if using bundled unwind by Jonathan Roelofs · 11 years ago
  33. 95272d2 Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6 by Hans Wennborg · 11 years ago
  34. 48092cc Update CREDITS.txt with the list of folks who worked on ARM EHABI support by Jonathan Roelofs · 11 years ago
  35. 196f7d6 Fix a copy-pasta in r214573 by Jonathan Roelofs · 11 years ago
  36. a09f807 [unwinder] Tell the assembler that functions are functions so that the linker knows how to link them. by Jonathan Roelofs · 11 years ago
  37. f2cd08a libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. by Nico Weber · 11 years ago
  38. db8f335 Fix for libc++abi when using -Wl,--as-needed. by Dan Albert · 11 years ago
  39. 3110ea3 Support LLVM_LIBDIR_SUFFIX. by Dan Albert · 11 years ago
  40. 000b3c9 Add support for building and testing the unwinder. by Dan Albert · 11 years ago
  41. f198219 Make cmake cxxflags match those in lib/buildit. by Dan Albert · 11 years ago
  42. fd961bd Add lit configs for libcxxabi tests. by Dan Albert · 11 years ago
  43. e11c1a7 Add a cmake build system. by Dan Albert · 11 years ago
  44. c80d814 Fix a warning about undeclared call to abort(). by Dan Albert · 11 years ago
  45. 818a2e9 Revert the LSDA change to scan_eh_tab. by Logan Chien · 11 years ago
  46. e575ebb Silence the implicit signed/unsigned conversion warning. by Logan Chien · 11 years ago
  47. fac040d Silence unused variable and parameter warnings. by Logan Chien · 11 years ago
  48. d8d58d9 Fix linux build. by Logan Chien · 11 years ago
  49. 533c796 Add missing header for _LIBUNWIND_LOG(). by Logan Chien · 11 years ago
  50. 1796d14 Fix building for iOS by Nick Kledzik · 11 years ago
  51. 298baa3 Minor libc++abi changes to make things build better with gcc. by Nico Weber · 11 years ago
  52. d6e2336 Update libc++abi to use the ARM EHABI unwinder from its libunwind. by Nico Weber · 11 years ago
  53. b9e4316 Land support for ARM EHABI unwinding for libunwind. by Nico Weber · 11 years ago
  54. 55d99b7 Start landing support for ARM EHABI unwinding. by Nico Weber · 11 years ago
  55. c9d6b42 Add a FAQ section, with a question about why the std::exception class destructors live in libc++abi by Marshall Clow · 11 years ago
  56. e53a8f3 Add test case for inherited exceptions by Jonathan Roelofs · 11 years ago
  57. 13584a6 Add EH test case checking that handlers in noexcept functions can still unwind by Jonathan Roelofs · 11 years ago
  58. 0f6a54f Add EH test cases corresponding to C++ ABI # 15.3.3 by Jonathan Roelofs · 11 years ago
  59. 2b683fb Let libc++abi compile with gcc. by Nico Weber · 11 years ago
  60. 0fd027b Fix typo in comment. by Logan Chien · 11 years ago
  61. 24ecd09 PR19091: Track whether we're demangling a function template specialization to by Richard Smith · 11 years ago
  62. 05d51bc Implement ARM EHABI exception handling. by Logan Chien · 11 years ago
  63. 4856a67 Check exception specification with __cplusplus. by Logan Chien · 11 years ago
  64. 8b547a3 Fixes more incorrect #ifs for SJ/LJ exceptions by Jonathan Roelofs · 11 years ago
  65. c8b4d8d Fix broken build from r208135 by Jonathan Roelofs · 11 years ago
  66. f7a83f7 Make libc++abi use the implementation of __numstr from libc++. No functionality change, just removal of duplicated code. by Marshall Clow · 11 years ago
  67. c285efa On single threaded systems, turn mutexes into nops by Jonathan Roelofs · 11 years ago
  68. 5db9aa4 Try harder to get the compiler to use float registers in different by Joerg Sonnenberger · 11 years ago
  69. 68d6403 Don't use bash features. by Joerg Sonnenberger · 11 years ago
  70. 041b6ba Add unwind test case that checks restoring of float registers (such as on AArch64) by Nick Kledzik · 11 years ago
  71. a2ce2f9 Fix cast warning by Nick Kledzik · 11 years ago
  72. ea66a55 Use return address register from CIE. Move DwarfInstructions::lastRestoreReg() to Register::lastDwarfRegNum(). by Nick Kledzik · 11 years ago
  73. e30cf2a No need to specialize DwarfInstructions::getCFA(). It is the same for all archs by Nick Kledzik · 11 years ago
  74. bdd8d78 Properly sign extend delta in compact unwind info by Nick Kledzik · 11 years ago
  75. 19963e9 Fix one missed use of DW_EH_PE_omit in r203626 by Nick Kledzik · 11 years ago
  76. b1a7492 Remove unused/obsolete ARM64 constants by Nick Kledzik · 11 years ago
  77. b3f7ed1 Fix virtual class with non-virtual dtor complaint by Dan Albert · 11 years ago
  78. 674e99d Fixes incorrect #ifs for SJ/LJ exceptions by Dan Albert · 11 years ago
  79. 6daf050 Fixes type of dyldInfo for glibc/bionic systems by Dan Albert · 11 years ago
  80. 7c6ded5 Replace bzero with memset by Jonathan Roelofs · 11 years ago
  81. 6ec9ca1 Properly sign extend sdata2/4 in unwinder. Patch by Patrick Wildt by Nick Kledzik · 11 years ago
  82. 61002ef Properly conditionalize DwarfFDECache<A>::dyldUnloadHook. Patch by Patrick Wildt by Nick Kledzik · 11 years ago
  83. 7d987c1 Code cleanup and re-indent cxa_exception.hpp by Logan Chien · 12 years ago
  84. 53138de The content of .eh_frame may be misaligned, so use memcpy. This is seen by Joerg Sonnenberger · 12 years ago
  85. b11e9e8 Include stdlib.h for getenv when !NDEBUG. by Joerg Sonnenberger · 12 years ago
  86. 4b51c92 Simplify. by Joerg Sonnenberger · 12 years ago
  87. 7dfc521 Fix DW_CFA_GNU_args_size handling. The primary architecture using this by Joerg Sonnenberger · 12 years ago
  88. 4fb4f22 0 is a valid LSDA encoding and can be seen in statically linked by Joerg Sonnenberger · 12 years ago
  89. 2950e56 Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. by Anders Carlsson · 12 years ago
  90. c82e02d [libcxxabi] Fix broken codesourcery.com links in comments by Jonathan Roelofs · 12 years ago
  91. 98bbf28 Fix PR17221 - can't catch virtual base classes when throwing derived NULL pointers. Specifically, libc++abi would crash when you tried it. by Marshall Clow · 12 years ago
  92. 288859d Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, too by Marshall Clow · 12 years ago
  93. 448bba2 [libunwind] remove stray conditional by Nick Kledzik · 12 years ago
  94. b599e66 Use .p2align instead of .align by Nick Kledzik · 12 years ago
  95. a366774 Add missing alignment directives in assembly by Nick Kledzik · 12 years ago
  96. 8cb8b20 Don't redefine static_assert() by Nick Kledzik · 12 years ago
  97. 65b7266 Fix unwinder to build for iOS by Nick Kledzik · 12 years ago
  98. 53ea5ad Merge remote-tracking branch 'upstream/master' into HEAD by Mark Seaborn · 12 years ago mseaborn/proposed-merge
  99. f29757a Implement demangling for user-defined operators. by Howard Hinnant · 12 years ago upstream/master
  100. 341c047 Update the copyright credits -- Happy new year 2014! by NAKAMURA Takumi · 12 years ago