summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-25Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixe...Howard Hinnant
2013-07-30tip-of-trunk clang has corrected some access checks for special members in a ...Howard Hinnant
2013-07-26I had a buffer mismanagement bug in the demangler.Howard Hinnant
2013-07-02Updated CREDITS.TXTHoward Hinnant
2013-06-23I'd no sooner made the last commit when Matthew Dempsky sent me another test ...Howard Hinnant
2013-06-23After a private conversation with Arthur O'Dwyer, and a good night's sleep, I...Howard Hinnant
2013-06-23Filter out '`' in mangled strings and reject them as invalid if found.Howard Hinnant
2013-06-21I created a random mangled name generator and have thrown about 200 million r...Howard Hinnant
2013-06-20Another demangler crasher. Updated test suite to prevent regression.Howard Hinnant
2013-06-20Protect against invalid mangled names. Add test suite for invalid mangled na...Howard Hinnant
2013-06-19Demangle objc mangling implemented in r184250Howard Hinnant
2013-06-17Tweaks/cleanups provided by Matthew DempskyHoward Hinnant
2013-06-17Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant
2013-04-10Add capability to demangle invocation functions for ObjC blocks.Howard Hinnant
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
2013-02-06Partially revert r152770. That commit moved the default handlers to their ow...Howard Hinnant
2013-01-01Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi
2012-12-05Rename class __lambda_node to ___lambda_node to fix compile failure with gcc ...Daniel Malea
2012-11-30__list::ends_with_template was giving the wrong answer for empty lists. And ...Howard Hinnant
2012-11-15Remove aborts under __dynamic_cast which were under _LIBCXX_DYNAMIC_FALLBACK....Howard Hinnant
2012-11-13Update CREDIT.TXTHoward Hinnant
2012-11-12Wen-Han Gu: Fix for http://llvm.org/bugs/show_bug.cgi?id=14312 Exception Tab...Howard Hinnant
2012-10-13Make the type_info for __shim_type_info visible. This should address some fa...Howard Hinnant
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-28Set up code under _LIBCXX_DYNAMIC_FALLBACK which is off by default. For a fu...Howard Hinnant
2012-09-28Improve the diagnostic messages on dynamic_cast.Howard Hinnant
2012-09-28Two changes: 1) I still didn't have the ABI correct to match the gcc-4.2 st...Howard Hinnant
2012-09-24Updating email addressMarshall Clow
2012-09-21Rename class __lambda to __lambda_node to avoid clash with gcc. This fixes h...Howard Hinnant
2012-09-21Tweak use of dlopen to be a little more correct and higher performing.Howard Hinnant
2012-09-18I've added Apple-only behavior that looks for libstdc++ in the same process a...Howard Hinnant
2012-09-13Specifically disallow primary-expressions of the form LT_... on the basis of ...Howard Hinnant
2012-08-08Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...Howard Hinnant
2012-08-03Fixes apple: #12020687. This was a problem in the demangler with templateHoward Hinnant
2012-08-02Update status.Howard Hinnant
2012-08-01Update CREDITS.TXTHoward Hinnant
2012-08-01Erik Olofsson: This patch adds support for lambda demangling. I fixed this b...Howard Hinnant
2012-07-29Andrew Morrow: Mainline clang seems to have recently become more strict about...Howard Hinnant
2012-07-29Andrew Morrow: The variable 't1' on line 10188 of cxa_demangle.cpp is uninit...Howard Hinnant
2012-07-20add a link to the libc++ websiteSylvestre Ledru
2012-07-11Add missing #include <stdlib.h> into test which uses ::exit.Richard Smith
2012-06-15Don't dereference root in __parse_ctor_dtor_name unless it is known to not be...Howard Hinnant
2012-05-02Fix bug in cxa_demangle involving template substitution.Howard Hinnant
2012-04-28Make __cxa_new_handler un-mangledHoward Hinnant
2012-04-24Changed 'cause' from 'terminate' to 'uncaught' in default_terminate_handlerHoward Hinnant
2012-04-18Richard Smith: __int128 is a GNU keyword which clang 3.1 supports. This usag...Howard Hinnant
2012-03-19I would really like to write the handlers in terms of C++11 atomics. This wo...Howard Hinnant
2012-03-19I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant
2012-03-17Arm fixes in cxa_personality.cpp and a little refactoring.Howard Hinnant
2012-03-15Less lame "concurrency" supportDave Zarzycki