summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* Partially revert r152770. That commit moved the default handlers to their ow...Howard Hinnant2013-02-061-9/+5
* Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi2013-01-011-2/+2
* Rename class __lambda_node to ___lambda_node to fix compile failure with gcc ...Daniel Malea2012-12-051-3/+3
* __list::ends_with_template was giving the wrong answer for empty lists. And ...Howard Hinnant2012-11-302-31/+83
* Remove aborts under __dynamic_cast which were under _LIBCXX_DYNAMIC_FALLBACK....Howard Hinnant2012-11-151-25/+11
* Update CREDIT.TXTHoward Hinnant2012-11-131-0/+4
* Wen-Han Gu: Fix for http://llvm.org/bugs/show_bug.cgi?id=14312 Exception Tab...Howard Hinnant2012-11-121-2/+6
* Make the type_info for __shim_type_info visible. This should address some fa...Howard Hinnant2012-10-131-5/+5
* Move TargetData to DataLayout.Micah Villmow2012-10-081-156/+156
* Set up code under _LIBCXX_DYNAMIC_FALLBACK which is off by default. For a fu...Howard Hinnant2012-09-282-50/+129
* Improve the diagnostic messages on dynamic_cast.Howard Hinnant2012-09-281-6/+6
* Two changes: 1) I still didn't have the ABI correct to match the gcc-4.2 st...Howard Hinnant2012-09-282-10/+48
* Updating email addressMarshall Clow2012-09-241-2/+1
* Rename class __lambda to __lambda_node to avoid clash with gcc. This fixes h...Howard Hinnant2012-09-211-3/+3
* Tweak use of dlopen to be a little more correct and higher performing.Howard Hinnant2012-09-211-1/+1
* I've added Apple-only behavior that looks for libstdc++ in the same process a...Howard Hinnant2012-09-181-6/+44
* Specifically disallow primary-expressions of the form LT_... on the basis of ...Howard Hinnant2012-09-131-0/+4
* Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...Howard Hinnant2012-08-081-3/+3
* Fixes apple: #12020687. This was a problem in the demangler with templateHoward Hinnant2012-08-032-2/+4
* Update status.Howard Hinnant2012-08-022-5/+6
* Update CREDITS.TXTHoward Hinnant2012-08-011-0/+5
* Erik Olofsson: This patch adds support for lambda demangling. I fixed this b...Howard Hinnant2012-08-012-4/+135
* Andrew Morrow: Mainline clang seems to have recently become more strict about...Howard Hinnant2012-07-292-1/+5
* Andrew Morrow: The variable 't1' on line 10188 of cxa_demangle.cpp is uninit...Howard Hinnant2012-07-291-1/+1
* add a link to the libc++ websiteSylvestre Ledru2012-07-201-1/+1
* Add missing #include <stdlib.h> into test which uses ::exit.Richard Smith2012-07-111-1/+2
* Don't dereference root in __parse_ctor_dtor_name unless it is known to not be...Howard Hinnant2012-06-151-1/+1
* Fix bug in cxa_demangle involving template substitution.Howard Hinnant2012-05-022-6/+10
* Make __cxa_new_handler un-mangledHoward Hinnant2012-04-281-1/+1
* Changed 'cause' from 'terminate' to 'uncaught' in default_terminate_handlerHoward Hinnant2012-04-241-1/+1
* Richard Smith: __int128 is a GNU keyword which clang 3.1 supports. This usag...Howard Hinnant2012-04-181-2/+2
* I would really like to write the handlers in terms of C++11 atomics. This wo...Howard Hinnant2012-03-193-4/+39
* I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant2012-03-196-50/+31
* Arm fixes in cxa_personality.cpp and a little refactoring.Howard Hinnant2012-03-171-24/+41
* Less lame "concurrency" supportDave Zarzycki2012-03-152-6/+6
* Be friendly to when dead_strip doesn't workDave Zarzycki2012-03-152-19/+23
* move default handlers to their own file so they can be overridden at build ti...Nick Kledzik2012-03-153-77/+124
* Missed an underscore on the last commit.Howard Hinnant2012-03-141-2/+2
* Enable __arm__ on appleHoward Hinnant2012-03-142-7/+7
* fix crash log magicNick Kledzik2012-03-142-10/+4
* Enable / silence -Wunused-parameter.Howard Hinnant2012-03-094-10/+12
* Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.Howard Hinnant2012-03-081-1/+1
* Enable/silence -Wsign-compare.Howard Hinnant2012-03-081-1/+2
* Enable/silence -Wsign-compare.Howard Hinnant2012-03-082-11/+12
* Enable/silence -Wmissing-field-initializers.Howard Hinnant2012-03-082-1/+16
* Enable/silence -Wunused-variable.Howard Hinnant2012-03-082-1/+3
* Enable/silence -Wconversion.Howard Hinnant2012-03-084-8/+8
* Enable/silence -Wshadow.Howard Hinnant2012-03-082-4/+1
* Enable/silence -Wsign-conversion.Howard Hinnant2012-03-084-243/+324
* First attempt at arm support.Howard Hinnant2012-02-292-8/+51
OpenPOWER on IntegriCloud