index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcxxabi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
__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
*
Silence a warning.
Howard Hinnant
2012-01-28
1
-1
/
+1
*
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
6
-50
/
+140
*
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
3
-162
/
+176
[prev]
[next]