summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test
Commit message (Expand)AuthorAgeFilesLines
* __list::ends_with_template was giving the wrong answer for empty lists. And ...Howard Hinnant2012-11-301-1/+32
* Move TargetData to DataLayout.Micah Villmow2012-10-081-156/+156
* Fixes apple: #12020687. This was a problem in the demangler with templateHoward Hinnant2012-08-031-0/+1
* Erik Olofsson: This patch adds support for lambda demangling. I fixed this b...Howard Hinnant2012-08-011-0/+2
* Add missing #include <stdlib.h> into test which uses ::exit.Richard Smith2012-07-111-1/+2
* Fix bug in cxa_demangle involving template substitution.Howard Hinnant2012-05-021-0/+1
* corrected namespace in testHoward 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
* 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-012-0/+114
* Quash TODO regarding catch by function type. Add tests to back it up.Howard Hinnant2012-02-012-0/+62
* Quash TODO regarding catch by array type. Add tests to back it up.Howard Hinnant2012-02-012-0/+60
* 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
* 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
* Minor header fixups for test.Howard Hinnant2012-01-281-1/+2
* Silence a warning.Howard Hinnant2012-01-281-1/+1
* Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...Howard Hinnant2012-01-241-1/+1
* Change header to generic, instead of implementation specificHoward Hinnant2012-01-221-1/+1
* One more small optimization: Where possible, for loops that do a search and ...Howard Hinnant2012-01-161-4/+4
* Comment smithing. Changed some casts from C-style to C++. And added timings...Howard Hinnant2012-01-163-0/+27
* I think this is getting close on __dynamic_cast. There's been quite a bit of...Howard Hinnant2012-01-163-4/+3192
* Enclosed is a stress test for dynamic_cast. It stresses both libc++abi, and ...Howard Hinnant2012-01-131-0/+81
* Oops, forgot to svn add the new test.Howard Hinnant2012-01-121-0/+304
* Put debug print statments under a flag so that I can get a first glimpse at p...Howard Hinnant2012-01-121-124/+123
* Fixed a couple of bugs, updated many comments, and am including a comprehensi...Howard Hinnant2012-01-121-0/+2453
* Fixed several bugs, implemented support for vector types, and cleaned out dea...Howard Hinnant2011-12-151-0/+3
* Fix size calculation for pointer to member functionHoward Hinnant2011-12-131-0/+2
* Added support for <special-name> ::= TC <first type> <number> _ <second type>...Howard Hinnant2011-12-091-0/+2
* Add/update copyright noticesHoward Hinnant2011-12-063-0/+27
* Updated heuristic regulating small string bufferHoward Hinnant2011-12-011-0/+1
* demangler: Drop preceeding () from function types, but not from pointers and ...Howard Hinnant2011-08-121-1/+1
* Memory manangement routines for exception objectsMarshall Clow2011-07-201-0/+180
* Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow2011-07-201-0/+64
* In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under...Howard Hinnant2011-06-221-2/+2
* Clean up the vector testsMarshall Clow2011-06-132-43/+50
* Implement vector new and delete functionalityMarshall Clow2011-06-103-0/+380
* tabs to spacesHoward Hinnant2011-06-071-6/+6
* Add more tests for cxa_guard methods. This includes our first two tests usingNick Lewycky2011-06-041-0/+75
* Tests for bad_typeid and bad_castMarshall Clow2011-06-031-0/+64
* Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...Howard Hinnant2011-05-241-0/+59
* initial importHoward Hinnant2011-05-051-0/+29635
OpenPOWER on IntegriCloud