[www] r375272 - Remove Safecode from the homepage
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 12:32:12 PDT 2019
Author: sylvestre
Date: Fri Oct 18 12:32:12 2019
New Revision: 375272
URL: http://llvm.org/viewvc/llvm-project?rev=375272&view=rev
Log:
Remove Safecode from the homepage
Summary:
Seems not maintained as the download page mentions llvm 3.2 http://safecode.cs.illinois.edu/downloads.html
Reviewers: lattner, tonic
Reviewed By: tonic
Subscribers: arphaman
Differential Revision: https://reviews.llvm.org/D69190
Modified:
www/trunk/index.html
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=375272&r1=375271&r2=375272&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Fri Oct 18 12:32:12 2019
@@ -97,13 +97,6 @@
properties of functions. A major feature of klee is that it can produce a
testcase in the event that it detects a bug.</p></li>
-<li><p>The <b><a href="http://safecode.cs.illinois.edu">SAFECode</a></b>
- project is a memory safety compiler for C/C++ programs. It instruments
- code with run-time checks to detect memory safety errors (e.g., buffer
- overflows) at run-time. It can be used to protect software from
- security attacks and can also be used as a memory safety error debugging
- tool like Valgrind.</p></li>
-
<li><p>The <b><a href="http://lld.llvm.org/">LLD</a></b> project is a new
linker. That is a drop-in replacement for system linkers
and runs much faster.</p></li>
More information about the llvm-commits
mailing list