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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Missed an underscore on the last commit.
Howard Hinnant
2012-03-14
1
-2
/
+2
*
Enable __arm__ on apple
Howard Hinnant
2012-03-14
1
-6
/
+6
*
fix crash log magic
Nick Kledzik
2012-03-14
1
-10
/
+0
*
Enable / silence -Wunused-parameter.
Howard Hinnant
2012-03-09
3
-9
/
+10
*
Enable/silence -Wsign-compare.
Howard Hinnant
2012-03-08
1
-10
/
+10
*
Enable/silence -Wmissing-field-initializers.
Howard Hinnant
2012-03-08
1
-0
/
+15
*
Enable/silence -Wunused-variable.
Howard Hinnant
2012-03-08
1
-0
/
+1
*
Enable/silence -Wconversion.
Howard Hinnant
2012-03-08
3
-7
/
+7
*
Enable/silence -Wshadow.
Howard Hinnant
2012-03-08
1
-3
/
+0
*
Enable/silence -Wsign-conversion.
Howard Hinnant
2012-03-08
3
-242
/
+322
*
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
2
-50
/
+9
*
Pedantic fix: missing newline at EOF
Dave Zarzycki
2012-02-22
1
-1
/
+1
*
Move typeinfos for exceptions in <stdexcept> to the abi
Howard Hinnant
2012-02-17
1
-0
/
+122
*
Remove outdated information from comment.
Howard Hinnant
2012-02-17
1
-7
/
+0
*
Work on restricting symbol visibility.
Howard Hinnant
2012-02-02
8
-57
/
+81
*
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
*
Quash a TODO related to catching pointer-to-member. These tests fail on my c...
Howard Hinnant
2012-02-01
1
-2
/
+1
*
Quash TODO regarding catch by function type. Add tests to back it up.
Howard Hinnant
2012-02-01
1
-1
/
+4
*
Quash TODO regarding catch by array type. Add tests to back it up.
Howard Hinnant
2012-02-01
1
-1
/
+4
*
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
*
Back the optimization down from -O3 to -Os. I'm getting an unexplained crash...
Howard Hinnant
2012-01-31
1
-2
/
+4
*
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
*
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
*
Sometimes it takes all day to write a decent comment. This is one of those t...
Howard Hinnant
2012-01-28
1
-36
/
+144
*
These commits are intended to be temporary in nature and are to facilitate th...
Howard Hinnant
2012-01-25
4
-4
/
+54
*
Add comment documenting extension behavior of __cxa_get_globals_fast().
Howard Hinnant
2012-01-25
1
-0
/
+4
*
cxa_guard.cpp didn't quite make it on the last commit: Restricted headers to...
Howard Hinnant
2012-01-25
1
-3
/
+10
*
Restricted headers to cxa_guard.cpp and abort_messsage.h, and added a comment...
Howard Hinnant
2012-01-25
1
-1
/
+1
*
By changing all of the throw() specs to noexcept I've been able to compile an...
Howard Hinnant
2012-01-24
4
-42
/
+42
*
Add some needed symbols in exception.cpp and eliminate dependence upon uncaug...
Howard Hinnant
2012-01-24
2
-1
/
+42
*
Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...
Howard Hinnant
2012-01-24
2
-161
/
+175
*
Add some needed symbols to cxa_new_delete.cpp and put the display() stuff und...
Howard Hinnant
2012-01-24
3
-50
/
+113
*
Got fooled by fallback_malloc.cpp source file: it is really a private header...
Howard Hinnant
2012-01-24
2
-178
/
+161
[next]