aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/test
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Move TargetData to DataLayout.Micah Villmow1-156/+156
2012-08-03Fixes apple: #12020687. This was a problem in the demangler with templateHoward Hinnant1-0/+1
2012-08-01Erik Olofsson: This patch adds support for lambda demangling. I fixed this b...Howard Hinnant1-0/+2
2012-07-11Add missing #include <stdlib.h> into test which uses ::exit.Richard Smith1-1/+2
2012-05-02Fix bug in cxa_demangle involving template substitution.Howard Hinnant1-0/+1
2012-02-02corrected namespace in testHoward Hinnant1-1/+1
2012-02-01added const nullptr testsMarshall Clow1-0/+133
2012-02-01removed duplicated tests - Howard was quicker than me.Marshall Clow1-64/+0
2012-02-01Added tests for catching const/non-const nullptrMarshall Clow1-0/+64
2012-02-01Add test for pointer qualification conversion.Howard Hinnant1-0/+86
2012-02-01Add some tests to test catching nullptr with pointers and member pointers. T...Howard Hinnant2-0/+135
2012-02-01Quash a TODO related to catching pointer-to-member. These tests fail on my c...Howard Hinnant2-0/+114
2012-02-01Quash TODO regarding catch by function type. Add tests to back it up.Howard Hinnant2-0/+62
2012-02-01Quash TODO regarding catch by array type. Add tests to back it up.Howard Hinnant2-0/+60
2012-02-01Here's a test for catching pointers.Howard Hinnant1-0/+181
2012-01-31More test cases concentrating on catching class types.Howard Hinnant5-2/+546
2012-01-31Some unwinding test casesHoward Hinnant6-2/+514
2012-01-31Drop the stress a notch on dynamic_cast_stress.cpp. Otherwise it occasionall...Howard Hinnant3-2/+137
2012-01-31Correct test bug.Howard Hinnant1-2/+2
2012-01-28Minor header fixups for test.Howard Hinnant1-1/+2
2012-01-28Silence a warning.Howard Hinnant1-1/+1
2012-01-24Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...Howard Hinnant1-1/+1
2012-01-22Change header to generic, instead of implementation specificHoward Hinnant1-1/+1
2012-01-16One more small optimization: Where possible, for loops that do a search and ...Howard Hinnant1-4/+4
2012-01-16Comment smithing. Changed some casts from C-style to C++. And added timings...Howard Hinnant3-0/+27
2012-01-16I think this is getting close on __dynamic_cast. There's been quite a bit of...Howard Hinnant3-4/+3192
2012-01-13Enclosed is a stress test for dynamic_cast. It stresses both libc++abi, and ...Howard Hinnant1-0/+81
2012-01-12Oops, forgot to svn add the new test.Howard Hinnant1-0/+304
2012-01-12Put debug print statments under a flag so that I can get a first glimpse at p...Howard Hinnant1-124/+123
2012-01-12Fixed a couple of bugs, updated many comments, and am including a comprehensi...Howard Hinnant1-0/+2453
2011-12-15Fixed several bugs, implemented support for vector types, and cleaned out dea...Howard Hinnant1-0/+3
2011-12-13Fix size calculation for pointer to member functionHoward Hinnant1-0/+2
2011-12-09Added support for <special-name> ::= TC <first type> <number> _ <second type>...Howard Hinnant1-0/+2
2011-12-06Add/update copyright noticesHoward Hinnant3-0/+27
2011-12-01Updated heuristic regulating small string bufferHoward Hinnant1-0/+1
2011-08-12demangler: Drop preceeding () from function types, but not from pointers and ...Howard Hinnant1-1/+1
2011-07-20Memory manangement routines for exception objectsMarshall Clow1-0/+180
2011-07-20Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow1-0/+64
2011-06-22In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under...Howard Hinnant1-2/+2
2011-06-13Clean up the vector testsMarshall Clow2-43/+50
2011-06-10Implement vector new and delete functionalityMarshall Clow3-0/+380
2011-06-07tabs to spacesHoward Hinnant1-6/+6
2011-06-04Add more tests for cxa_guard methods. This includes our first two tests usingNick Lewycky1-0/+75
2011-06-03Tests for bad_typeid and bad_castMarshall Clow1-0/+64
2011-05-24Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...Howard Hinnant1-0/+59
2011-05-05initial importHoward Hinnant1-0/+29635