Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-09Enable/silence -Wunused-variable.Howard Hinnant
2012-03-09Enable/silence -Wconversion.Howard Hinnant
2012-03-08Enable/silence -Wshadow.Howard Hinnant
2012-03-08Enable/silence -Wsign-conversion.Howard Hinnant
2012-03-01First attempt at arm support.Howard Hinnant
2012-02-24Insert a couple of dummy virtual functions to ease low level binary compatibi...Howard Hinnant
2012-02-23And the handlers should be extern C.Howard Hinnant
2012-02-23I had originally made the handler function pointers a static internal detail,...Howard Hinnant
2012-02-22Pedantic fix: missing newline at EOFDave Zarzycki
2012-02-17Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant
2012-02-17Add (reluctantly) a namespace alias for __cxxabiv1.Howard Hinnant
2012-02-17Remove outdated information from comment.Howard Hinnant
2012-02-04__gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *...Howard Hinnant
2012-02-03Pushed optimization back up. Crash disappeared with compiler upgrade. Assum...Howard Hinnant
2012-02-03corrected namespace in testHoward Hinnant
2012-02-03Work on restricting symbol visibility.Howard Hinnant
2012-02-03Add version number to this library so we can recognize when we're using it.Howard Hinnant
2012-02-03There's a crasher I need to track down, occurring at -O0.Howard Hinnant
2012-02-02added const nullptr testsMarshall Clow
2012-02-02removed duplicated tests - Howard was quicker than me.Marshall Clow
2012-02-02Added tests for catching const/non-const nullptrMarshall Clow
2012-02-02Add test for pointer qualification conversion.Howard Hinnant
2012-02-02Changed a TODO to a 'maybe some time in the future'.Howard Hinnant
2012-02-02Removed DEBUG statements.Howard Hinnant
2012-02-02Remove a TODO regarding where some can_catch are implemented. I opted to mak...Howard Hinnant
2012-02-02Add some tests to test catching nullptr with pointers and member pointers. T...Howard Hinnant
2012-02-02Quash a TODO related to catching pointer-to-member. These tests fail on my c...Howard Hinnant
2012-02-01Quash TODO regarding catch by function type. Add tests to back it up.Howard Hinnant
2012-02-01Quash TODO regarding catch by array type. Add tests to back it up.Howard Hinnant
2012-02-01Removing a TODO: can_catch is fundamentally different than search_above_dst....Howard Hinnant
2012-02-01Teach exception_cleanup_func about dependent exceptions.Howard Hinnant
2012-02-01Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant
2012-02-01Nothing but polishing comments.Howard Hinnant
2012-02-01Move an error detector to a better place.Howard Hinnant
2012-02-01Here's a test for catching pointers.Howard Hinnant
2012-02-01More test cases concentrating on catching class types.Howard Hinnant
2012-02-01Some unwinding test casesHoward Hinnant
2012-02-01Back the optimization down from -O3 to -Os. I'm getting an unexplained crash...Howard Hinnant
2012-02-01Drop the stress a notch on dynamic_cast_stress.cpp. Otherwise it occasionall...Howard Hinnant
2012-02-01Correct test bug.Howard Hinnant
2012-01-31Have the default unexpected/terminate handler output *demangled* names for th...Howard Hinnant
2012-01-31Fix type-o in the comment of the last commitHoward Hinnant
2012-01-31Found and fixed a bug in __cxa_call_unexpected. If the unexpected_handler re...Howard Hinnant
2012-01-31Found and fixed bug in personality function: Don't dive into the action tabl...Howard Hinnant
2012-01-31Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a c...Howard Hinnant
2012-01-31Refactored personality function. Found one bug in scanning exception spec li...Howard Hinnant
2012-01-31Removed debugging print statementsHoward Hinnant
2012-01-30Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant
2012-01-30Add -fstrict-aliasing -Wstrict-aliasing and change optimization from -Os to -O3Howard Hinnant
2012-01-30Put throw() clauses back on these functions in cxxabi.h. This header must be...Howard Hinnant