aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-19Use different unwind library.HEADmastermainl-previewChristopher Ferris
2014-06-05Build host with multilib both enabled.Ian Rogers
2014-05-23am 328c6160: Fixes leftovers from when this was a .soDan Albert
2014-05-19Fixes leftovers from when this was a .soDan Albert
2014-05-16am 3e6e1404: Symlinks src/cxxabi into include/Dan Albert
2014-05-16Symlinks src/cxxabi into include/Dan Albert
2014-05-16am df1f371d: Fixes include directory in makefileDan Albert
2014-05-16Fixes include directory in makefileDan Albert
2014-05-16am 86f59b9a: Removes libdl code for target buildsDan Albert
2014-05-15Removes libdl code for target buildsDan Albert
2014-05-12am 82b5fc4e: Make guard_t 32 bit for mips.Christopher Ferris
2014-05-12Make guard_t 32 bit for mips.Christopher Ferris
2014-05-10am 0ad2e9ca: Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mkBrian Carlstrom
2014-05-09Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mkBrian Carlstrom
2014-05-09am edacbbc6: Adds an Android makefileDan Albert
2014-05-09Adds an Android makefileDan Albert
2014-05-09am 37b27dcb: Add NOTICE and MODULE_LICENSEBill Yi
2014-05-09am 460ec6a0: Merge pull request #20 from jsonn/mastercbergstrom
2014-05-09am 535027e4: Uncaught exception could not be rethrown. Fix of CCVS/Sec15/1/P1...vsukharev
2014-05-09am 2f150a6c: pass to dladdr void *, not const void *Alexander Esilevich
2014-05-09am 3e7988bf: Better change for portable 64bit typeC
2014-05-09am b76c25a4: Revert this change until find better solution - breaks linuxC
2014-05-09am b040dd8b: Merge pull request #15 from jsonn/mastercbergstrom
2014-05-09am 80061015: Author: bugmen0t - unlike AC_CHECK_HEADERS it doesn\'t stop with...C
2014-05-09am dafd555f: Fix (anonymous namespace) demangling. Avoid a redundant malloc()...David Chisnall
2014-05-09am af6a0de8: Import r2179 of the libelftc demangler.David Chisnall
2014-05-09am 242e8e7f: _Unwind_Exception should be 8-byte aligned, not 16-byte.David Chisnall
2014-05-09am c61efa04: Refactor the guards so that we use the same code on ARM as every...David Chisnall
2014-05-09am d338c532: Merge pull request #12 from mdempsky/masterdavidchisnall
2014-05-09am 67917c05: Make exception specifications conditional on language dialect fo...David Chisnall
2014-05-09am 4d040a24: Don\'t use __builtin_unreachable() for now.David Chisnall
2014-05-09am 992fe3a8: Fixes for ARM guard initialisation.David Chisnall
2014-05-09am fef0612f: Fix warnings about comparisons always evalutating to true when n...David Chisnall
2014-05-09am 3a3bee97: Add explicit store barriers when releasing locks.David Chisnall
2014-05-09am 80ea9781: Fix some compiler warnings by moving the definition of DW_EH_PE_...David Chisnall
2014-05-09am 564f47f1: Merge pull request #8 from mdempsky/mastercbergstrom
2014-05-09am 5d697c8a: Ensure that the no-throw variants of new and new[] have the same...David Chisnall
2014-05-09am b2396b59: Expose __cxa_current_exception_type in cxxabi.h. Required for M...David Chisnall
2014-05-09am c812a07c: Merge in fixes from FreeBSD trunk to make atomics work with rece...David Chisnall
2014-05-09am 95a7dd69: Don\'t call the _fast version of the TLS accessor in terminate()...David Chisnall
2014-05-09am 3cce3d06: Fix some warnings.David Chisnall
2014-05-09am dab8a001: Fix a copy-and-paste error when setting the unexpected exception...David Chisnall
2014-05-09am c4b68a5c: Merge branch \'master\' of github.com:pathscale/libcxxrtDavid Chisnall
2014-05-09am 0a3f5337: Fix the case where we rethrow an exception when none was caught.David Chisnall
2014-05-09am b9db3a01: Fixed the case where there is a catchall in C++ and a foreign ex...David Chisnall
2014-05-09am 9a7ad5f7: Removed non-copyright related text and added spacing after licen...C
2014-05-09am 7e7ec2f5: Add missing copyright in the other file.David Chisnall
2014-05-09am a6c0a856: Add missing copyright and acknowledgement from Solaris implement...David Chisnall
2014-05-09am 41f0fe4c: fixed bug in type info: don\'t treat pointer-to-member as pointerAlexander
2014-05-09am 90db773b: Small doc tweak.David Chisnall