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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable/silence -Wsign-conversion.
Howard Hinnant
2012-03-08
4
-243
/
+324
*
First attempt at arm support.
Howard Hinnant
2012-02-29
2
-8
/
+51
*
Insert a couple of dummy virtual functions to ease low level binary compatibi...
Howard Hinnant
2012-02-23
2
-0
/
+5
*
And the handlers should be extern C.
Howard Hinnant
2012-02-23
1
-0
/
+5
*
I had originally made the handler function pointers a static internal detail,...
Howard Hinnant
2012-02-23
3
-50
/
+26
*
Pedantic fix: missing newline at EOF
Dave Zarzycki
2012-02-22
2
-2
/
+2
*
Move typeinfos for exceptions in <stdexcept> to the abi
Howard Hinnant
2012-02-17
1
-0
/
+122
*
Add (reluctantly) a namespace alias for __cxxabiv1.
Howard Hinnant
2012-02-17
1
-0
/
+1
*
Remove outdated information from comment.
Howard Hinnant
2012-02-17
1
-7
/
+0
*
__gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *...
Howard Hinnant
2012-02-03
1
-5
/
+5
*
Pushed optimization back up. Crash disappeared with compiler upgrade. Assum...
Howard Hinnant
2012-02-03
1
-1
/
+1
*
corrected namespace in test
Howard Hinnant
2012-02-02
1
-1
/
+1
*
Work on restricting symbol visibility.
Howard Hinnant
2012-02-02
9
-57
/
+86
*
Add version number to this library so we can recognize when we're using it.
Howard Hinnant
2012-02-02
1
-2
/
+1
*
There's a crasher I need to track down, occurring at -O0.
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
*
Changed a TODO to a 'maybe some time in the future'.
Howard Hinnant
2012-02-01
1
-1
/
+2
*
Removed DEBUG statements.
Howard Hinnant
2012-02-01
2
-138
/
+0
*
Remove a TODO regarding where some can_catch are implemented. I opted to mak...
Howard Hinnant
2012-02-01
2
-10
/
+1
*
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
3
-2
/
+115
*
Quash TODO regarding catch by function type. Add tests to back it up.
Howard Hinnant
2012-02-01
3
-1
/
+66
*
Quash TODO regarding catch by array type. Add tests to back it up.
Howard Hinnant
2012-02-01
3
-1
/
+64
*
Removing a TODO: can_catch is fundamentally different than search_above_dst....
Howard Hinnant
2012-02-01
1
-2
/
+0
*
Teach exception_cleanup_func about dependent exceptions.
Howard Hinnant
2012-02-01
1
-6
/
+3
*
Treat all exceptions except that the ones that this library throws as foreign...
Howard Hinnant
2012-02-01
4
-13
/
+16
*
Nothing but polishing comments.
Howard Hinnant
2012-02-01
1
-8
/
+27
*
Move an error detector to a better place.
Howard Hinnant
2012-02-01
1
-5
/
+2
*
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
*
Back the optimization down from -O3 to -Os. I'm getting an unexplained crash...
Howard Hinnant
2012-01-31
2
-3
/
+5
*
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
*
Have the default unexpected/terminate handler output *demangled* names for th...
Howard Hinnant
2012-01-31
1
-3
/
+10
*
Fix type-o in the comment of the last commit
Howard Hinnant
2012-01-31
1
-1
/
+1
*
Found and fixed a bug in __cxa_call_unexpected. If the unexpected_handler re...
Howard Hinnant
2012-01-31
1
-3
/
+16
*
Found and fixed bug in personality function: Don't dive into the action tabl...
Howard Hinnant
2012-01-31
2
-7
/
+23
*
Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a c...
Howard Hinnant
2012-01-31
2
-1
/
+20
*
Refactored personality function. Found one bug in scanning exception spec li...
Howard Hinnant
2012-01-30
1
-779
/
+361
*
Removed debugging print statements
Howard Hinnant
2012-01-30
1
-9
/
+0
*
Add a descriptive name for a constant. Also I'm at least temporarily waging ...
Howard Hinnant
2012-01-30
7
-181
/
+1123
*
Add -fstrict-aliasing -Wstrict-aliasing and change optimization from -Os to -O3
Howard Hinnant
2012-01-30
1
-2
/
+2
*
Put throw() clauses back on these functions in cxxabi.h. This header must be...
Howard Hinnant
2012-01-30
1
-8
/
+8
*
Minor updates to a couple of comments.
Howard Hinnant
2012-01-28
1
-1
/
+3
*
Add a little paranoia for testing purposes.
Howard Hinnant
2012-01-28
1
-3
/
+11
*
Minor header fixups for test.
Howard Hinnant
2012-01-28
1
-1
/
+2
[prev]
[next]