aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2012-11-133.2 release branch r167707Pawel Wodnicki64-0/+56290
2012-10-13Make the type_info for __shim_type_info visible. This should address some fa...Howard Hinnant1-5/+5
2012-10-08Move TargetData to DataLayout.Micah Villmow1-156/+156
2012-09-28Set up code under _LIBCXX_DYNAMIC_FALLBACK which is off by default. For a fu...Howard Hinnant2-50/+129
2012-09-28Improve the diagnostic messages on dynamic_cast.Howard Hinnant1-6/+6
2012-09-28Two changes: 1) I still didn't have the ABI correct to match the gcc-4.2 st...Howard Hinnant2-10/+48
2012-09-24Updating email addressMarshall Clow1-2/+1
2012-09-21Rename class __lambda to __lambda_node to avoid clash with gcc. This fixes h...Howard Hinnant1-3/+3
2012-09-21Tweak use of dlopen to be a little more correct and higher performing.Howard Hinnant1-1/+1
2012-09-18I've added Apple-only behavior that looks for libstdc++ in the same process a...Howard Hinnant1-6/+44
2012-09-13Specifically disallow primary-expressions of the form LT_... on the basis of ...Howard Hinnant1-0/+4
2012-08-08Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...Howard Hinnant1-3/+3
2012-08-03Fixes apple: #12020687. This was a problem in the demangler with templateHoward Hinnant2-2/+4
2012-08-02Update status.Howard Hinnant2-5/+6
2012-08-01Update CREDITS.TXTHoward Hinnant1-0/+5
2012-08-01Erik Olofsson: This patch adds support for lambda demangling. I fixed this b...Howard Hinnant2-4/+135
2012-07-29Andrew Morrow: Mainline clang seems to have recently become more strict about...Howard Hinnant2-1/+5
2012-07-29Andrew Morrow: The variable 't1' on line 10188 of cxa_demangle.cpp is uninit...Howard Hinnant1-1/+1
2012-07-20add a link to the libc++ websiteSylvestre Ledru1-1/+1
2012-07-11Add missing #include <stdlib.h> into test which uses ::exit.Richard Smith1-1/+2
2012-06-15Don't dereference root in __parse_ctor_dtor_name unless it is known to not be...Howard Hinnant1-1/+1
2012-05-02Fix bug in cxa_demangle involving template substitution.Howard Hinnant2-6/+10
2012-04-28Make __cxa_new_handler un-mangledHoward Hinnant1-1/+1
2012-04-24Changed 'cause' from 'terminate' to 'uncaught' in default_terminate_handlerHoward Hinnant1-1/+1
2012-04-18Richard Smith: __int128 is a GNU keyword which clang 3.1 supports. This usag...Howard Hinnant1-2/+2
2012-03-19I would really like to write the handlers in terms of C++11 atomics. This wo...Howard Hinnant3-4/+39
2012-03-19I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant6-50/+31
2012-03-17Arm fixes in cxa_personality.cpp and a little refactoring.Howard Hinnant1-24/+41
2012-03-15Less lame "concurrency" supportDave Zarzycki2-6/+6
2012-03-15Be friendly to when dead_strip doesn't workDave Zarzycki2-19/+23
2012-03-15move default handlers to their own file so they can be overridden at build ti...Nick Kledzik3-77/+124
2012-03-14Missed an underscore on the last commit.Howard Hinnant1-2/+2
2012-03-14Enable __arm__ on appleHoward Hinnant2-7/+7
2012-03-14fix crash log magicNick Kledzik2-10/+4
2012-03-09Enable / silence -Wunused-parameter.Howard Hinnant4-10/+12
2012-03-08Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.Howard Hinnant1-1/+1
2012-03-08Enable/silence -Wsign-compare.Howard Hinnant1-1/+2
2012-03-08Enable/silence -Wsign-compare.Howard Hinnant2-11/+12
2012-03-08Enable/silence -Wmissing-field-initializers.Howard Hinnant2-1/+16
2012-03-08Enable/silence -Wunused-variable.Howard Hinnant2-1/+3
2012-03-08Enable/silence -Wconversion.Howard Hinnant4-8/+8
2012-03-08Enable/silence -Wshadow.Howard Hinnant2-4/+1
2012-03-08Enable/silence -Wsign-conversion.Howard Hinnant4-243/+324
2012-02-29First attempt at arm support.Howard Hinnant2-8/+51
2012-02-23Insert a couple of dummy virtual functions to ease low level binary compatibi...Howard Hinnant2-0/+5
2012-02-23And the handlers should be extern C.Howard Hinnant1-0/+5
2012-02-23I had originally made the handler function pointers a static internal detail,...Howard Hinnant3-50/+26
2012-02-22Pedantic fix: missing newline at EOFDave Zarzycki2-2/+2
2012-02-17Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant1-0/+122
2012-02-17Add (reluctantly) a namespace alias for __cxxabiv1.Howard Hinnant1-0/+1