mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 05:24:01 +00:00
Adding SAFECode to the list of projects that work with LLVM 2.7.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100525 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -456,6 +456,22 @@ recompilation of larger parts of the compiler chain.</p>
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!--=========================================================================-->
|
||||||
|
<div class="doc_subsection">
|
||||||
|
<a name="safecode">SAFECode Compiler</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="doc_text">
|
||||||
|
<p>
|
||||||
|
<a href="http://safecode.cs.illinois.edu">SAFECode</a> is a memory safe C
|
||||||
|
compiler built using LLVM. It takes standard, unannotated C code, analyzes the
|
||||||
|
code to ensure that memory accesses and array indexing operations are safe, and
|
||||||
|
instruments the code with run-time checks when safety cannot be proven
|
||||||
|
statically.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- *********************************************************************** -->
|
<!-- *********************************************************************** -->
|
||||||
<div class="doc_section">
|
<div class="doc_section">
|
||||||
<a name="whatsnew">What's New in LLVM 2.7?</a>
|
<a name="whatsnew">What's New in LLVM 2.7?</a>
|
||||||
|
Reference in New Issue
Block a user