Stephan T. Lavavej
|
2e4f1e112d
|
[www] Change URLs to HTTPS.
This changes most URLs in llvm's html files to HTTPS. Most changes were
search-and-replace with manual verification; some changes were manual.
For a few URLs, the websites were performing redirects or had changed
their anchors; I fixed those up manually. This consistently uses the
official https://wg21.link redirector. This also strips trailing
whitespace and fixes a couple of typos.
Fixes D69363.
There are a very small number of dead links for which I don't know any
replacements (they are equally dead as HTTP or HTTPS):
https://llvm.org/cmds/llvm2cpp.html
https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-desktop.mp4
https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-mobile.mp4
https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-desktop.mov
https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-mobile.mp4
https://llvm.org/perf/db_default/v4/nts/22463
https://polly.llvm.org/documentation/memaccess.html
|
2019-10-24 13:25:15 -07:00 |
Howard Hinnant
|
3a86b142a1
|
Update status.
llvm-svn: 161221
|
2012-08-02 22:06:41 +00:00 |
Howard Hinnant
|
71cf5ab0d3
|
__gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *think* linux (not positive), but still unimplemented on arm.
llvm-svn: 149711
|
2012-02-03 20:53:52 +00:00 |
Howard Hinnant
|
e33b2f5c97
|
Changed my mind about __cxa_uncaught_exception and added it.
llvm-svn: 148754
|
2012-01-24 00:01:31 +00:00 |
Howard Hinnant
|
b24c9441d1
|
One more small optimization: Where possible, for loops that do a search and then try to break out of the loop early, eliminate the attempt to break out of the loop after the last search. And with that, I'm declaring __dynamic_cast done. Though if anyone sees any problems, has suggestions for improvements, or wants to contribute some test cases, that is certainly welcome feedback.
llvm-svn: 148246
|
2012-01-16 18:21:05 +00:00 |
Howard Hinnant
|
2aa433398a
|
Updated spec.html regarding __cxa_uncaught_exception.
llvm-svn: 147110
|
2011-12-22 00:03:36 +00:00 |
Howard Hinnant
|
e04f51662c
|
Added __cxa_increment_exception_refcount, __cxa_decrement_exception_refcount, __cxa_current_primary_exception, __cxa_rethrow_primary_exception
llvm-svn: 147106
|
2011-12-21 23:32:11 +00:00 |
Howard Hinnant
|
58926c9a9b
|
Made some minor tweaks to __cxa_rethrow
llvm-svn: 146396
|
2011-12-12 19:11:42 +00:00 |
Howard Hinnant
|
7fcad54836
|
Added dependent exception support to __cxa_current_exception_type
llvm-svn: 146381
|
2011-12-12 18:16:10 +00:00 |
Howard Hinnant
|
6ccae15ef0
|
Modified __cxa_end_catch to handle dependent exceptions.
llvm-svn: 146172
|
2011-12-08 19:35:18 +00:00 |
Howard Hinnant
|
5ec9183afc
|
Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking as implemented on arm when I'm not sure about that platform.
llvm-svn: 146072
|
2011-12-07 21:16:40 +00:00 |
Howard Hinnant
|
b3344a3ac7
|
Added __cxa_allocate_dependent_exception and __cxa_free_dependent_exception and marked them as done.
llvm-svn: 146045
|
2011-12-07 18:30:06 +00:00 |
Howard Hinnant
|
c6b4318b9a
|
Update status: http://libcxxabi.llvm.org/spec.html . Looking good! :-)
llvm-svn: 135590
|
2011-07-20 16:32:57 +00:00 |
Howard Hinnant
|
4af8869934
|
Update by Marshall Clow
llvm-svn: 135397
|
2011-07-18 16:38:32 +00:00 |
Howard Hinnant
|
08ad085712
|
A stawman specification for libc++abi and status page
llvm-svn: 135181
|
2011-07-14 20:16:50 +00:00 |