summaryrefslogtreecommitdiff
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
...
* __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
* Silence a warning.Howard Hinnant2012-01-281-1/+1
* Sometimes it takes all day to write a decent comment. This is one of those t...Howard Hinnant2012-01-281-36/+144
* These commits are intended to be temporary in nature and are to facilitate th...Howard Hinnant2012-01-254-4/+54
* Add comment documenting extension behavior of __cxa_get_globals_fast().Howard Hinnant2012-01-251-0/+4
* cxa_guard.cpp didn't quite make it on the last commit: Restricted headers to...Howard Hinnant2012-01-251-3/+10
* Restricted headers to cxa_guard.cpp and abort_messsage.h, and added a comment...Howard Hinnant2012-01-251-1/+1
* By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant2012-01-246-50/+140
* Add some needed symbols in exception.cpp and eliminate dependence upon uncaug...Howard Hinnant2012-01-242-1/+42
* Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...Howard Hinnant2012-01-243-162/+176