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
*
Richard Smith: __int128 is a GNU keyword which clang 3.1 supports. This usag...
Howard Hinnant
2012-04-18
1
-2
/
+2
*
I would really like to write the handlers in terms of C++11 atomics. This wo...
Howard Hinnant
2012-03-19
3
-4
/
+39
*
I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...
Howard Hinnant
2012-03-19
6
-50
/
+31
*
Arm fixes in cxa_personality.cpp and a little refactoring.
Howard Hinnant
2012-03-17
1
-24
/
+41
*
Less lame "concurrency" support
Dave Zarzycki
2012-03-15
2
-6
/
+6
*
Be friendly to when dead_strip doesn't work
Dave Zarzycki
2012-03-15
2
-19
/
+23
*
move default handlers to their own file so they can be overridden at build ti...
Nick Kledzik
2012-03-15
3
-77
/
+124
*
Missed an underscore on the last commit.
Howard Hinnant
2012-03-14
1
-2
/
+2
*
Enable __arm__ on apple
Howard Hinnant
2012-03-14
2
-7
/
+7
*
fix crash log magic
Nick Kledzik
2012-03-14
2
-10
/
+4
*
Enable / silence -Wunused-parameter.
Howard Hinnant
2012-03-09
4
-10
/
+12
*
Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.
Howard Hinnant
2012-03-08
1
-1
/
+1
*
Enable/silence -Wsign-compare.
Howard Hinnant
2012-03-08
1
-1
/
+2
*
Enable/silence -Wsign-compare.
Howard Hinnant
2012-03-08
2
-11
/
+12
*
Enable/silence -Wmissing-field-initializers.
Howard Hinnant
2012-03-08
2
-1
/
+16
*
Enable/silence -Wunused-variable.
Howard Hinnant
2012-03-08
2
-1
/
+3
*
Enable/silence -Wconversion.
Howard Hinnant
2012-03-08
4
-8
/
+8
*
Enable/silence -Wshadow.
Howard Hinnant
2012-03-08
2
-4
/
+1
*
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
[next]