index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxxabi
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test case for inherited exceptions
Jonathan Roelofs
2014-06-03
1
-0
/
+165
*
Add EH test case checking that handlers in noexcept functions can still unwind
Jonathan Roelofs
2014-05-31
1
-0
/
+34
*
Add EH test cases corresponding to C++ ABI # 15.3.3
Jonathan Roelofs
2014-05-31
1
-0
/
+444
*
PR19091: Track whether we're demangling a function template specialization to
Richard Smith
2014-05-12
1
-0
/
+2
*
Implement ARM EHABI exception handling.
Logan Chien
2014-05-10
1
-0
/
+8
*
Check exception specification with __cplusplus.
Logan Chien
2014-05-10
1
-1
/
+1
*
On single threaded systems, turn mutexes into nops
Jonathan Roelofs
2014-05-06
1
-3
/
+13
*
Try harder to get the compiler to use float registers in different
Joerg Sonnenberger
2014-05-04
1
-8
/
+26
*
Don't use bash features.
Joerg Sonnenberger
2014-05-03
1
-16
/
+16
*
Add unwind test case that checks restoring of float registers (such as on AAr...
Nick Kledzik
2014-04-29
1
-0
/
+239
*
Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.
Anders Carlsson
2014-02-17
1
-0
/
+1
*
Fix PR17221 - can't catch virtual base classes when throwing derived NULL poi...
Marshall Clow
2014-02-06
1
-4
/
+39
*
Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, too
Marshall Clow
2014-02-05
1
-1
/
+76
*
Implement demangling for user-defined operators.
Howard Hinnant
2014-01-06
1
-0
/
+1
*
Fix demangling crasher. The crasher involved nested <encoding> involving par...
Howard Hinnant
2013-12-11
1
-1
/
+4
*
80-column wrap a comment in a test
Nico Weber
2013-12-05
1
-1
/
+1
*
Fixed a couple of test errors; changed 'const A const *' to 'const A* const'....
Marshall Clow
2013-12-04
1
-2
/
+2
*
tip-of-trunk clang has corrected some access checks for special members in a ...
Howard Hinnant
2013-07-30
1
-4
/
+4
*
I'd no sooner made the last commit when Matthew Dempsky sent me another test ...
Howard Hinnant
2013-06-23
1
-1
/
+1
*
After a private conversation with Arthur O'Dwyer, and a good night's sleep, I...
Howard Hinnant
2013-06-23
1
-1
/
+1
*
Filter out '`' in mangled strings and reject them as invalid if found.
Howard Hinnant
2013-06-23
1
-0
/
+1
*
I created a random mangled name generator and have thrown about 200 million r...
Howard Hinnant
2013-06-21
1
-0
/
+2
*
Another demangler crasher. Updated test suite to prevent regression.
Howard Hinnant
2013-06-20
1
-0
/
+1
*
Protect against invalid mangled names. Add test suite for invalid mangled na...
Howard Hinnant
2013-06-20
1
-17
/
+14
*
Demangle objc mangling implemented in r184250
Howard Hinnant
2013-06-19
1
-0
/
+2
*
Demangler update: This now demangles many more (all?) C++11 symbols. Demang...
Howard Hinnant
2013-06-17
1
-5
/
+17
*
Add capability to demangle invocation functions for ObjC blocks.
Howard Hinnant
2013-04-10
1
-0
/
+1
*
__list::ends_with_template was giving the wrong answer for empty lists. And ...
Howard Hinnant
2012-11-30
1
-1
/
+32
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-156
/
+156
*
Fixes apple: #12020687. This was a problem in the demangler with template
Howard Hinnant
2012-08-03
1
-0
/
+1
*
Erik Olofsson: This patch adds support for lambda demangling. I fixed this b...
Howard Hinnant
2012-08-01
1
-0
/
+2
*
Add missing #include <stdlib.h> into test which uses ::exit.
Richard Smith
2012-07-11
1
-1
/
+2
*
Fix bug in cxa_demangle involving template substitution.
Howard Hinnant
2012-05-02
1
-0
/
+1
*
corrected namespace in test
Howard Hinnant
2012-02-02
1
-1
/
+1
*
added const nullptr tests
Marshall Clow
2012-02-01
1
-0
/
+133
*
removed duplicated tests - Howard was quicker than me.
Marshall Clow
2012-02-01
1
-64
/
+0
*
Added tests for catching const/non-const nullptr
Marshall Clow
2012-02-01
1
-0
/
+64
*
Add test for pointer qualification conversion.
Howard Hinnant
2012-02-01
1
-0
/
+86
*
Add some tests to test catching nullptr with pointers and member pointers. T...
Howard Hinnant
2012-02-01
2
-0
/
+135
*
Quash a TODO related to catching pointer-to-member. These tests fail on my c...
Howard Hinnant
2012-02-01
2
-0
/
+114
*
Quash TODO regarding catch by function type. Add tests to back it up.
Howard Hinnant
2012-02-01
2
-0
/
+62
*
Quash TODO regarding catch by array type. Add tests to back it up.
Howard Hinnant
2012-02-01
2
-0
/
+60
*
Here's a test for catching pointers.
Howard Hinnant
2012-02-01
1
-0
/
+181
*
More test cases concentrating on catching class types.
Howard Hinnant
2012-01-31
5
-2
/
+546
*
Some unwinding test cases
Howard Hinnant
2012-01-31
6
-2
/
+514
*
Drop the stress a notch on dynamic_cast_stress.cpp. Otherwise it occasionall...
Howard Hinnant
2012-01-31
3
-2
/
+137
*
Correct test bug.
Howard Hinnant
2012-01-31
1
-2
/
+2
*
Minor header fixups for test.
Howard Hinnant
2012-01-28
1
-1
/
+2
*
Silence a warning.
Howard Hinnant
2012-01-28
1
-1
/
+1
*
Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...
Howard Hinnant
2012-01-24
1
-1
/
+1
[next]