summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* More test cases concentrating on catching class types.Howard Hinnant2012-01-315-2/+546
* Some unwinding test casesHoward Hinnant2012-01-316-2/+514
* Back the optimization down from -O3 to -Os. I'm getting an unexplained crash...Howard Hinnant2012-01-312-3/+5
* Drop the stress a notch on dynamic_cast_stress.cpp. Otherwise it occasionall...Howard Hinnant2012-01-313-2/+137
* Correct test bug.Howard Hinnant2012-01-311-2/+2
* Have the default unexpected/terminate handler output *demangled* names for th...Howard Hinnant2012-01-311-3/+10
* Fix type-o in the comment of the last commitHoward Hinnant2012-01-311-1/+1
* Found and fixed a bug in __cxa_call_unexpected. If the unexpected_handler re...Howard Hinnant2012-01-311-3/+16
* Found and fixed bug in personality function: Don't dive into the action tabl...Howard Hinnant2012-01-312-7/+23
* Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a c...Howard Hinnant2012-01-312-1/+20
* Refactored personality function. Found one bug in scanning exception spec li...Howard Hinnant2012-01-301-779/+361
* Removed debugging print statementsHoward Hinnant2012-01-301-9/+0
* Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant2012-01-307-181/+1123
* Add -fstrict-aliasing -Wstrict-aliasing and change optimization from -Os to -O3Howard Hinnant2012-01-301-2/+2
* Put throw() clauses back on these functions in cxxabi.h. This header must be...Howard Hinnant2012-01-301-8/+8
* Minor updates to a couple of comments.Howard Hinnant2012-01-281-1/+3
* Add a little paranoia for testing purposes.Howard Hinnant2012-01-281-3/+11
* Minor header fixups for test.Howard Hinnant2012-01-281-1/+2
OpenPOWER on IntegriCloud