summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Insert a couple of dummy virtual functions to ease low level binary compatibi...Howard Hinnant2012-02-232-0/+5
* And the handlers should be extern C.Howard Hinnant2012-02-231-0/+5
* I had originally made the handler function pointers a static internal detail,...Howard Hinnant2012-02-233-50/+26
* Pedantic fix: missing newline at EOFDave Zarzycki2012-02-222-2/+2
* Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant2012-02-171-0/+122
* Add (reluctantly) a namespace alias for __cxxabiv1.Howard Hinnant2012-02-171-0/+1
* Remove outdated information from comment.Howard Hinnant2012-02-171-7/+0
* __gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *...Howard Hinnant2012-02-031-5/+5
* Pushed optimization back up. Crash disappeared with compiler upgrade. Assum...Howard Hinnant2012-02-031-1/+1
* corrected namespace in testHoward Hinnant2012-02-021-1/+1
* Work on restricting symbol visibility.Howard Hinnant2012-02-029-57/+86
* Add version number to this library so we can recognize when we're using it.Howard Hinnant2012-02-021-2/+1
* There's a crasher I need to track down, occurring at -O0.Howard Hinnant2012-02-021-1/+1
* added const nullptr testsMarshall Clow2012-02-011-0/+133
* removed duplicated tests - Howard was quicker than me.Marshall Clow2012-02-011-64/+0
* Added tests for catching const/non-const nullptrMarshall Clow2012-02-011-0/+64
* Add test for pointer qualification conversion.Howard Hinnant2012-02-011-0/+86
* Changed a TODO to a 'maybe some time in the future'.Howard Hinnant2012-02-011-1/+2
OpenPOWER on IntegriCloud