summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed DEBUG statements.Howard Hinnant2012-02-012-138/+0
* Remove a TODO regarding where some can_catch are implemented. I opted to mak...Howard Hinnant2012-02-012-10/+1
* Add some tests to test catching nullptr with pointers and member pointers. T...Howard Hinnant2012-02-012-0/+135
* Quash a TODO related to catching pointer-to-member. These tests fail on my c...Howard Hinnant2012-02-013-2/+115
* Quash TODO regarding catch by function type. Add tests to back it up.Howard Hinnant2012-02-013-1/+66
* Quash TODO regarding catch by array type. Add tests to back it up.Howard Hinnant2012-02-013-1/+64
* Removing a TODO: can_catch is fundamentally different than search_above_dst....Howard Hinnant2012-02-011-2/+0
* Teach exception_cleanup_func about dependent exceptions.Howard Hinnant2012-02-011-6/+3
* Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant2012-02-014-13/+16
* Nothing but polishing comments.Howard Hinnant2012-02-011-8/+27
* Move an error detector to a better place.Howard Hinnant2012-02-011-5/+2
* Here's a test for catching pointers.Howard Hinnant2012-02-011-0/+181
OpenPOWER on IntegriCloud