aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-09am 02a01135: Correctly handle the case where 0 is passed to operator new.David Chisnall
2014-05-09am fb8cc3b0: Ensure the correct happens-before relationship between set / get...David Chisnall
2014-05-09am d48277e2: Rearrange the virtual functions in type_info to match the gcc la...David Chisnall
2014-05-09am cddcf873: Rework exception matching.David Chisnall
2014-05-09am a35d8de8: Add per-file copyright notices / licenses (makes life easier for...David Chisnall
2014-05-09am 414b9890: Check for null pointer arguments in demangler.David Chisnall
2014-05-09am 3b2a9a00: Fix bugs caused by writing code while half asleep.David Chisnall
2014-05-09am b9c89de0: Add some stuff that\'s missing on Solaris (required for correctl...David Chisnall
2014-05-09am 69c4c6f1: Fix a potential race in guard logic.David Chisnall
2014-05-09am 937302fd: Include some installation instructions in the README.davidchisnall
2014-05-09am 0430729b: Merge pull request #5 from pathscale/arm_ehdavidchisnall
2014-05-09am 9802a7e4: added __cxxabiv1 namespace aliasAlexander Esilevich
2014-05-09am a378760f: Merge pull request #4 from rpavlik/mastercbergstrom
2014-05-09am 8518868b: Fix use of __dynamic_cast().David Chisnall
2014-05-09am 534b85dd: Fix exception.cc to not include its own (incompatible) prototype...David Chisnall
2014-05-09am f203ee80: Added demangler interface to the header.David Chisnall
2014-05-09am 48280552: Fix bugs that the libc++ test suite found in the handling of dep...David Chisnall
2014-05-09am a24acdd2: Tweak some definitions to make clang happy.David Chisnall
2014-05-09am 74473571: Removed debugging line accidentally left in last commit.Charlie Root
2014-05-09am d05b021c: Add get_terminate() / get_unexpected() functions required by lib...Charlie Root
2014-05-09am 93a59224: Added full support for libc++.Charlie Root
2014-05-09am a7560aca: added valgrind testsAlexander Esilevich
2014-05-09am d5425943: Revert "Replaced libelftc\'s demangler with the one from libc++a...C
2014-05-09am 7b63760e: Revert "Fix name of cxa_demangle"C
2014-05-09am 34419786: Revert "Fix name of cxa_demangle 2nd try"C
2014-05-09am 79b44577: Revert "Make it build and fix the missing include"C
2014-05-09am f83e8135: Make it build and fix the missing includeC
2014-05-09am b20a54eb: Fix name of cxa_demangle 2nd tryC
2014-05-09am e570abd1: Fix name of cxa_demangleC
2014-05-09am 958237cf: Replaced libelftc\'s demangler with the one from libc++abi.David Chisnall
2014-05-09am a9294e6b: Eliminate global variable by pushing it into state.Joerg Sonnenberger
2014-05-09am 0026ef5b: Rename cpp_demangle_gnu3 to __cxa_demangle_gnu3 to fit into the ...Joerg Sonnenberger
2014-05-09am 798f9da2: Merge libelftc_vstr.c into libelftc_dem_gnu3.c to reduce namespa...Joerg Sonnenberger
2014-05-09am d7369397: Updated doxygen config.David Chisnall
2014-05-09am 6fd114f6: Remove unnecessary and confusing MakefilesC
2014-05-09am cac0291e: Update licenseC
2014-05-09am b9ff6aa7: Updating copyright and may not be completeC
2014-05-09am 3ba9e008: fixed condition for new handler in nothrow operator newanonymous
2014-05-09am 6f903285: Tidy up of the libcxxrt sources. Added missing comments, fixed s...anonymous
2014-05-09am b12153bb: <malloc.h> was replaced with <stdlib.h>anonymous
2014-05-09am 168b9dc6: fix for COMPILER-8945: nothrow operator new should return NULL i...anonymous
2014-05-09am e30d71b5: fix for COMPILER-8941anonymous
2014-05-09am cbb9a469: fix for crash in report_failure functionanonymous
2014-05-09am 602a98f3: fix for COMPILER-8918: don\'t add exception into list of caught ...anonymous
2014-05-09am 4b5cca48: Fix for COMPILER-8916 (rethrowing/catching exception several times)anonymous
2014-05-09am c286ec85: Make std::set_unexpected and std::set_terminate set global (proc...anonymous
2014-05-09am d473efff: nothrow operator new was implemented (fix for COMPILER-8913)anonymous
2014-05-09am dfec1c21: fix for COMPILER-8912anonymous
2014-05-09am a41c5557: Fix for COMPILER-8909anonymous
2014-05-09am aca9afa6: fix for COMPILER-8891: std::exception::what() should not return ...anonymous