1. d1ee2b2 Use different unwind library. by Christopher Ferris · 10 years ago l-preview main master
  2. c911161 Build host with multilib both enabled. by Ian Rogers · 10 years ago
  3. fe6c0c3 am 328c6160: Fixes leftovers from when this was a .so by Dan Albert · 10 years ago
  4. 328c616 Fixes leftovers from when this was a .so by Dan Albert · 10 years ago
  5. a9ccad7 am 3e6e1404: Symlinks src/cxxabi into include/ by Dan Albert · 10 years ago
  6. 3e6e140 Symlinks src/cxxabi into include/ by Dan Albert · 10 years ago
  7. 7fd0411 am df1f371d: Fixes include directory in makefile by Dan Albert · 10 years ago
  8. df1f371 Fixes include directory in makefile by Dan Albert · 10 years ago
  9. 7caf3dc am 86f59b9a: Removes libdl code for target builds by Dan Albert · 10 years ago
  10. 86f59b9 Removes libdl code for target builds by Dan Albert · 10 years ago
  11. b9d834b am 82b5fc4e: Make guard_t 32 bit for mips. by Christopher Ferris · 10 years ago
  12. 82b5fc4 Make guard_t 32 bit for mips. by Christopher Ferris · 10 years ago
  13. 68ac3d5 am 0ad2e9ca: Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mk by Brian Carlstrom · 10 years ago
  14. 0ad2e9c Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mk by Brian Carlstrom · 10 years ago
  15. 1728ff2 am edacbbc6: Adds an Android makefile by Dan Albert · 10 years ago
  16. edacbbc Adds an Android makefile by Dan Albert · 10 years ago
  17. 5b0e3f9 am 37b27dcb: Add NOTICE and MODULE_LICENSE by Bill Yi · 10 years ago
  18. 1a692c2 am 460ec6a0: Merge pull request #20 from jsonn/master by cbergstrom · 10 years ago
  19. 6ec9b35 am 535027e4: Uncaught exception could not be rethrown. Fix of CCVS/Sec15/1/P15144.C by vsukharev · 10 years ago
  20. 1a363fb am 2f150a6c: pass to dladdr void *, not const void * by Alexander Esilevich · 10 years ago
  21. 616b03e am 3e7988bf: Better change for portable 64bit type by C · 10 years ago
  22. a2c0269 am b76c25a4: Revert this change until find better solution - breaks linux by C · 10 years ago
  23. 8dda673 am b040dd8b: Merge pull request #15 from jsonn/master by cbergstrom · 10 years ago
  24. d41bc09 am 80061015: Author: bugmen0t - unlike AC_CHECK_HEADERS it doesn\'t stop with CPP but actually tries to compile. And so the check fails on freebsd by C · 10 years ago
  25. f44a20d am dafd555f: Fix (anonymous namespace) demangling. Avoid a redundant malloc() / memcpy. by David Chisnall · 10 years ago
  26. 91803f2 am af6a0de8: Import r2179 of the libelftc demangler. by David Chisnall · 10 years ago
  27. fd73d28 am 242e8e7f: _Unwind_Exception should be 8-byte aligned, not 16-byte. by David Chisnall · 10 years ago
  28. 16f40b0 am c61efa04: Refactor the guards so that we use the same code on ARM as everywhere else, just with different types. by David Chisnall · 10 years ago
  29. 964952e am d338c532: Merge pull request #12 from mdempsky/master by davidchisnall · 10 years ago
  30. 8ca9258 am 67917c05: Make exception specifications conditional on language dialect for new / delete operators (fixes warnings when compiling as C++11) by David Chisnall · 10 years ago
  31. ef94dfe am 4d040a24: Don\'t use __builtin_unreachable() for now. by David Chisnall · 10 years ago
  32. 0d50adf am 992fe3a8: Fixes for ARM guard initialisation. by David Chisnall · 10 years ago
  33. 869078d am fef0612f: Fix warnings about comparisons always evalutating to true when not using weak symbols for pthread functions. by David Chisnall · 10 years ago
  34. f66374f am 3a3bee97: Add explicit store barriers when releasing locks. by David Chisnall · 10 years ago
  35. 57ab7f5 am 80ea9781: Fix some compiler warnings by moving the definition of DW_EH_PE_absptr to the enumeration where it is used. by David Chisnall · 10 years ago
  36. b0db0c7 am 564f47f1: Merge pull request #8 from mdempsky/master by cbergstrom · 10 years ago
  37. 364082c am 5d697c8a: Ensure that the no-throw variants of new and new[] have the same behaviour as the throw variants in case of overrides. by David Chisnall · 10 years ago
  38. 101709a am b2396b59: Expose __cxa_current_exception_type in cxxabi.h. Required for Monotone. by David Chisnall · 10 years ago
  39. 50a4036 am c812a07c: Merge in fixes from FreeBSD trunk to make atomics work with recent clang. by David Chisnall · 10 years ago
  40. 7b2f8b5 am 95a7dd69: Don\'t call the _fast version of the TLS accessor in terminate() or unexpected(). by David Chisnall · 10 years ago
  41. 2e54c35 am 3cce3d06: Fix some warnings. by David Chisnall · 10 years ago
  42. aa67cf3 am dab8a001: Fix a copy-and-paste error when setting the unexpected exception handler (actually set the terminate handler by mistake). by David Chisnall · 10 years ago
  43. 35e16ce am c4b68a5c: Merge branch \'master\' of github.com:pathscale/libcxxrt by David Chisnall · 10 years ago
  44. 3f2e6c5 am 0a3f5337: Fix the case where we rethrow an exception when none was caught. by David Chisnall · 10 years ago
  45. e3d7ee9 am b9db3a01: Fixed the case where there is a catchall in C++ and a foreign exception is thrown into it. by David Chisnall · 10 years ago
  46. 1c1fc44 am 9a7ad5f7: Removed non-copyright related text and added spacing after license notice by C · 10 years ago
  47. 0075026 am 7e7ec2f5: Add missing copyright in the other file. by David Chisnall · 10 years ago
  48. 6730eb2 am a6c0a856: Add missing copyright and acknowledgement from Solaris implementation of __cxa_finalize / __cxa_atexit. by David Chisnall · 10 years ago
  49. 251e3a1 am 41f0fe4c: fixed bug in type info: don\'t treat pointer-to-member as pointer by Alexander · 10 years ago
  50. e0ade24 am 90db773b: Small doc tweak. by David Chisnall · 10 years ago
  51. 177fca2 am 02a01135: Correctly handle the case where 0 is passed to operator new. by David Chisnall · 10 years ago
  52. a3bbd46 am fb8cc3b0: Ensure the correct happens-before relationship between set / get functions. by David Chisnall · 10 years ago
  53. 8488ee4 am d48277e2: Rearrange the virtual functions in type_info to match the gcc layout, rather than the FreeBSD layout. by David Chisnall · 10 years ago
  54. 8c7fa34 am cddcf873: Rework exception matching. by David Chisnall · 10 years ago
  55. 275faa8 am a35d8de8: Add per-file copyright notices / licenses (makes life easier for downstream people) by David Chisnall · 10 years ago
  56. fe3c4cd am 414b9890: Check for null pointer arguments in demangler. by David Chisnall · 10 years ago
  57. 4b7314e am 3b2a9a00: Fix bugs caused by writing code while half asleep. by David Chisnall · 10 years ago
  58. 0e92e7a am b9c89de0: Add some stuff that\'s missing on Solaris (required for correctly running static destructors). by David Chisnall · 10 years ago
  59. b6bd358 am 69c4c6f1: Fix a potential race in guard logic. by David Chisnall · 10 years ago
  60. 03f1a5e am 937302fd: Include some installation instructions in the README. by davidchisnall · 10 years ago
  61. 18c04be am 0430729b: Merge pull request #5 from pathscale/arm_eh by davidchisnall · 10 years ago
  62. 9b0e329 am 9802a7e4: added __cxxabiv1 namespace alias by Alexander Esilevich · 10 years ago
  63. e6e44f5 am a378760f: Merge pull request #4 from rpavlik/master by cbergstrom · 10 years ago
  64. 4dafea8 am 8518868b: Fix use of __dynamic_cast(). by David Chisnall · 10 years ago
  65. 4663976 am 534b85dd: Fix exception.cc to not include its own (incompatible) prototype of a function that\'s now in the header. by David Chisnall · 10 years ago
  66. 717ac92 am f203ee80: Added demangler interface to the header. by David Chisnall · 10 years ago
  67. 2c3e4b5 am 48280552: Fix bugs that the libc++ test suite found in the handling of dependent exceptions. by David Chisnall · 10 years ago
  68. b02c15f am a24acdd2: Tweak some definitions to make clang happy. by David Chisnall · 10 years ago
  69. 5e86203 am 74473571: Removed debugging line accidentally left in last commit. by Charlie Root · 10 years ago
  70. 8d7c850 am d05b021c: Add get_terminate() / get_unexpected() functions required by libc++. by Charlie Root · 10 years ago
  71. 0c3673d am 93a59224: Added full support for libc++. by Charlie Root · 10 years ago
  72. e2c26b5 am a7560aca: added valgrind tests by Alexander Esilevich · 10 years ago
  73. 150ad75 am d5425943: Revert "Replaced libelftc\'s demangler with the one from libc++abi." by C · 10 years ago
  74. 5485806 am 7b63760e: Revert "Fix name of cxa_demangle" by C · 10 years ago
  75. 484738a am 34419786: Revert "Fix name of cxa_demangle 2nd try" by C · 10 years ago
  76. dc978a4 am 79b44577: Revert "Make it build and fix the missing include" by C · 10 years ago
  77. 2740730 am f83e8135: Make it build and fix the missing include by C · 10 years ago
  78. 319be68 am b20a54eb: Fix name of cxa_demangle 2nd try by C · 10 years ago
  79. 8473369 am e570abd1: Fix name of cxa_demangle by C · 10 years ago
  80. 743fa56 am 958237cf: Replaced libelftc\'s demangler with the one from libc++abi. by David Chisnall · 10 years ago
  81. edd7ed2 am a9294e6b: Eliminate global variable by pushing it into state. by Joerg Sonnenberger · 10 years ago
  82. 2898f2b am 0026ef5b: Rename cpp_demangle_gnu3 to __cxa_demangle_gnu3 to fit into the implementation namespace of the library. by Joerg Sonnenberger · 10 years ago
  83. dceed88 am 798f9da2: Merge libelftc_vstr.c into libelftc_dem_gnu3.c to reduce namespace pollution. Retire unused libelftc headers. by Joerg Sonnenberger · 10 years ago
  84. e7d8346 am d7369397: Updated doxygen config. by David Chisnall · 10 years ago
  85. b99100d am 6fd114f6: Remove unnecessary and confusing Makefiles by C · 10 years ago
  86. 07cd68e am cac0291e: Update license by C · 10 years ago
  87. c19d643 am b9ff6aa7: Updating copyright and may not be complete by C · 10 years ago
  88. 2f72908 am 3ba9e008: fixed condition for new handler in nothrow operator new by anonymous · 10 years ago
  89. 6cd0197 am 6f903285: Tidy up of the libcxxrt sources. Added missing comments, fixed some inconsistent indenting. by anonymous · 10 years ago
  90. bea3810 am b12153bb: <malloc.h> was replaced with <stdlib.h> by anonymous · 10 years ago
  91. d1d0508 am 168b9dc6: fix for COMPILER-8945: nothrow operator new should return NULL if new handler throws std::bad_alloc by anonymous · 10 years ago
  92. 9c9e7cf am e30d71b5: fix for COMPILER-8941 by anonymous · 10 years ago
  93. 1b4cf1a am cbb9a469: fix for crash in report_failure function by anonymous · 10 years ago
  94. 5d14135 am 602a98f3: fix for COMPILER-8918: don\'t add exception into list of caught exceptions if it\'s already in the list by anonymous · 10 years ago
  95. 57c6614 am 4b5cca48: Fix for COMPILER-8916 (rethrowing/catching exception several times) by anonymous · 10 years ago
  96. 599a238 am c286ec85: Make std::set_unexpected and std::set_terminate set global (process) unexpected and terminate handlers, respectively. Added pathscale:: versions of both (not exposed in the headers, so not - yet - part of the public API), which retain the old behaviour a by anonymous · 10 years ago
  97. fedb968 am d473efff: nothrow operator new was implemented (fix for COMPILER-8913) by anonymous · 10 years ago
  98. 5465c1e am dfec1c21: fix for COMPILER-8912 by anonymous · 10 years ago
  99. 4223961 am a41c5557: Fix for COMPILER-8909 by anonymous · 10 years ago
  100. 4315c42 am aca9afa6: fix for COMPILER-8891: std::exception::what() should not return NULL by anonymous · 10 years ago