-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Dreamweaver cruft, add some HTML5 semantic content tags,
clean up styling, remove unused link.
- Loading branch information
Showing
9 changed files
with
211 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,70 @@ | ||
<!doctype html> | ||
<html><!-- InstanceBegin template="/Templates/Page.dwt" codeOutsideHTMLIsLocked="false" --> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<!-- InstanceBeginEditable name="doctitle" --> | ||
<title>Docs</title> | ||
<!-- InstanceEndEditable --> | ||
<link href="style.css" rel="stylesheet" type="text/css"> | ||
<!-- InstanceBeginEditable name="head" --> | ||
<!-- InstanceEndEditable --> | ||
<meta charset="UTF-8"> | ||
<title>lcc, A Retargetable Compiler for ANSI C</title> | ||
<link href="style.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
<body> | ||
<div> | ||
<h2>lcc, A Retargetable Compiler for ANSI C</h2> | ||
<p class="top-menu"><a href="index.html">Home</a> · | ||
<a href="https://github.com/drh/lcc">Code</a> · | ||
<a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/drh/lcc/master/doc/install.html">Installation</a> · | ||
<a href="https://github.com/drh/lcc/releases">Releases</a> · | ||
<a href="docs.html">Docs</a></p> | ||
</div> | ||
<!-- InstanceBeginEditable name="body" --> | ||
<h3>Docs</h3> | ||
<p>Clicking on the PDF links in the citations below retrieves the PDF file for the associated publication; the numbers after the links are the file sizes. Clicking on Code retrieves the associated code, lists the directory that holds the code, or goes to a page that holds the code.</p> | ||
<h4>Talks</h4> | ||
<p>C. W. Fraser and D. R. Hanson, A Minimalist's Retargetable C Compiler, University of Delaware, 4/28/95. <a href="http://storage.webhop.net/documents/lcc.pdf" rel="nofollow">PDF</a> (58KB).</p> | ||
<p>C. W. Fraser and D. R. Hanson, A Lean Retargetable C Compiler, New York University, 4/4/96. <a href="http://storage.webhop.net/documents/lean.pdf" rel="nofollow">PDF</a> (37KB).</p> | ||
<p>D. R. Hanson, Early Experience with ASDL in lcc, National Compiler Infrastructure Tutorial, SIGPLAN'98 Conference on Programming Language Design and Implementation, Montreal, 6/19/98. <a href="http://storage.webhop.net/documents/[email protected]" rel="nofollow">PDF</a> (71KB).</p> | ||
|
||
<h4>Papers</h4> | ||
<p>C. W. Fraser and D. R. Hanson, A Retargetable Compiler for ANSI C, SIGPLAN Notices <strong>26</strong>, 10 (Oct. 1991), 29-43. <a href="http://storage.webhop.net/documents/overview.pdf" rel="nofollow">PDF</a> (100KB).</p> | ||
<p>C. W. Fraser and D. R. Hanson, A Code Generation Interface for ANSI C, Software—Practice and Experience <strong>21</strong>, 9 (Sep. 1991), 963-988. <a href="http://storage.webhop.net/documents/interface.pdf" rel="nofollow">PDF</a> (88KB).</p> | ||
<p>C. W. Fraser and D. R. Hanson, Simple Register Spilling in a Retargetable Compiler, Software—Practice and Experience <strong>22</strong>, 1 (Jan. 1992), 85-99. <a href="http://storage.webhop.net/documents/spills.pdf" rel="nofollow">PDF</a> (63KB).</p> | ||
<p>N. Ramsey and D. R. Hanson, A Retargetable Debugger, Proceedings of the SIGPLAN'92 Conference on Programming Language Design and Implementation, SIGPLAN Notices <strong>27</strong>, 7 (July 1992). 22-31. <a href="http://storage.webhop.net/documents/retargetable.pdf" rel="nofollow">PDF</a> (112KB).</p> | ||
<p>C. W. Fraser, D. R. Hanson, and <a href="http://www.research.microsoft.com/~toddpro" rel="nofollow">T. A. Proebsting</a>, Engineering a Simple, Efficient Code Generator Generator, ACM Letters on Programming Languages and Systems <strong>1</strong>, 3 (Sep. 1992), 213-226. <a href="http://storage.webhop.net/documents/iburg.pdf" rel="nofollow">PDF</a> (157KB), <a href="https://github.com/drh/iburg" rel="nofollow">Code</a>.</p> | ||
<p>D. R. Hanson and M. Raghavachari, A Machine-Independent Debugger, Software—Practice and Experience <strong>26</strong>, 11 (1996) 1277-1299. <a href="http://storage.webhop.net/documents/cdb.pdf" rel="nofollow">PDF</a> (350KB), <a href="http://storage.webhop.net/documents/cdbtalk.pdf" rel="nofollow">Talk slides</a> (110KB), <a href="https://github.com/drh/cdb" rel="nofollow">Code</a>.</p> | ||
<p>C. W. Fraser and D. R. Hanson, <a href="http://storage.webhop.net/documents/linux.html" rel="nofollow">Compile C Faster on Linux</a>, Linux Journal, 25 (May 1996) 32-33.</p> | ||
<p>U. Erlingsson, M. Krishnamoorthy and T. V. Raman, Efficient Multiway Radix Search Trees, Information Processing Letters <strong>60</strong>, 3 (Nov. 11, 1996), 115-120. <a href="http://storage.webhop.net/documents/mrst.pdf" rel="nofollow">PDF</a> (96KB).</p> | ||
<p>D. R. Hanson, Early Experience with ASDL in lcc, Software—Practice and Experience <strong>29</strong>, 5 (1999), 417-435. <a href="http://storage.webhop.net/documents/asdl.pdf" rel="nofollow">PDF</a> (120KB).</p> | ||
<p>The lcc 4.x Code-Generation Interface, MSR-TR-2001-64, Microsoft Research, July 2001 (with <a href="http://cwfraser.webhop.net/" rel="nofollow">C. W. Fraser</a>). <a href="http://storage.webhop.net/documents/interface4.pdf" rel="nofollow">PDF</a> (257 KB).</p> | ||
<!-- InstanceEndEditable --> | ||
<hr> | ||
<p style="margin: 0;"><a href="http://cwfraser.webhop.net"><em>Chris Fraser</em></a> · <a href="http://drh.webhop.net"><em>David Hanson</em></a></p> | ||
<header> | ||
<h2>lcc, A Retargetable Compiler for ANSI C</h2> | ||
<nav class="top-menu"> | ||
<p><a href="index.html">Home</a> · | ||
<a href="https://github.com/drh/lcc">Code</a> · | ||
<a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/drh/lcc/master/doc/install.html">Installation</a> · | ||
<a href="docs.html">Docs</a></p> | ||
</nav> | ||
</header> | ||
<main> | ||
<h3>Docs</h3> | ||
<p>Clicking on the PDF links in the citations below retrieves the PDF file for the associated publication; the numbers | ||
after the links are the file sizes. Clicking on Code retrieves the associated code, lists the directory that holds | ||
the code, or goes to a page that holds the code.</p> | ||
|
||
<h4>Talks</h4> | ||
<p>C. W. Fraser and D. R. Hanson, A Minimalist's Retargetable C Compiler, University of Delaware, 4/28/95. | ||
<a href="http://storage.webhop.net/documents/lcc.pdf" rel="nofollow">PDF</a> (58KB).</p> | ||
<p>C. W. Fraser and D. R. Hanson, A Lean Retargetable C Compiler, New York University, 4/4/96. | ||
<a href="http://storage.webhop.net/documents/lean.pdf" rel="nofollow">PDF</a> (37KB).</p> | ||
<p>D. R. Hanson, Early Experience with ASDL in lcc, National Compiler Infrastructure Tutorial, SIGPLAN'98 Conference on | ||
Programming Language Design and Implementation, Montreal, 6/19/98. | ||
<a href="http://storage.webhop.net/documents/[email protected]" rel="nofollow">PDF</a> (71KB).</p> | ||
|
||
<h4>Papers</h4> | ||
<p>C. W. Fraser and D. R. Hanson, A Retargetable Compiler for ANSI C, SIGPLAN Notices <strong>26</strong>, 10 (Oct. | ||
1991), 29-43. <a href="http://storage.webhop.net/documents/overview.pdf" rel="nofollow">PDF</a> (100KB).</p> | ||
<p>C. W. Fraser and D. R. Hanson, A Code Generation Interface for ANSI C, Software—Practice and Experience | ||
<strong>21</strong>, 9 (Sep. 1991), 963-988. <a href="http://storage.webhop.net/documents/interface.pdf" | ||
rel="nofollow">PDF</a> (88KB).</p> | ||
<p>C. W. Fraser and D. R. Hanson, Simple Register Spilling in a Retargetable Compiler, Software—Practice and | ||
Experience <strong>22</strong>, 1 (Jan. 1992), 85-99. <a href="http://storage.webhop.net/documents/spills.pdf" | ||
rel="nofollow">PDF</a> (63KB).</p> | ||
<p>N. Ramsey and D. R. Hanson, A Retargetable Debugger, Proceedings of the SIGPLAN'92 Conference on Programming Language | ||
Design and Implementation, SIGPLAN Notices <strong>27</strong>, 7 (July 1992). 22-31. | ||
<a href="http://storage.webhop.net/documents/retargetable.pdf" rel="nofollow">PDF</a> (112KB).</p> | ||
<p>C. W. Fraser, D. R. Hanson, and <a href="http://www.research.microsoft.com/~toddpro" rel="nofollow">T. A. | ||
Proebsting</a>, Engineering a Simple, Efficient Code Generator Generator, ACM Letters on Programming Languages | ||
and Systems <strong>1</strong>, 3 (Sep. 1992), 213-226. <a href="http://storage.webhop.net/documents/iburg.pdf" | ||
rel="nofollow">PDF</a> (157KB), <a href="https://github.com/drh/iburg" rel="nofollow">Code</a>.</p> | ||
<p>D. R. Hanson and M. Raghavachari, A Machine-Independent Debugger, Software—Practice and Experience | ||
<strong>26</strong>, 11 (1996) 1277-1299. <a href="http://storage.webhop.net/documents/cdb.pdf" | ||
rel="nofollow">PDF</a> (350KB), <a href="http://storage.webhop.net/documents/cdbtalk.pdf" rel="nofollow">Talk | ||
slides</a> (110KB), <a href="https://github.com/drh/cdb" rel="nofollow">Code</a>.</p> | ||
<p>C. W. Fraser and D. R. Hanson, <a href="http://storage.webhop.net/documents/linux.html" rel="nofollow">Compile C | ||
Faster on Linux</a>, Linux Journal, 25 (May 1996) 32-33.</p> | ||
<p>U. Erlingsson, M. Krishnamoorthy and T. V. Raman, Efficient Multiway Radix Search Trees, Information Processing | ||
Letters <strong>60</strong>, 3 (Nov. 11, 1996), 115-120. <a href="http://storage.webhop.net/documents/mrst.pdf" | ||
rel="nofollow">PDF</a> (96KB).</p> | ||
<p>D. R. Hanson, Early Experience with ASDL in lcc, Software—Practice and Experience <strong>29</strong>, 5 | ||
(1999), 417-435. <a href="http://storage.webhop.net/documents/asdl.pdf" rel="nofollow">PDF</a> (120KB).</p> | ||
<p>The lcc 4.x Code-Generation Interface, MSR-TR-2001-64, Microsoft Research, July 2001 (with | ||
<a href="http://cwfraser.webhop.net/" rel="nofollow">C. W. Fraser</a>). | ||
<a href="http://storage.webhop.net/documents/interface4.pdf" rel="nofollow">PDF</a> (257 KB).</p> | ||
</main> | ||
<footer> | ||
<hr> | ||
<p style="margin: 0;"><a href="http://cwfraser.webhop.net"><em>Chris Fraser</em></a> · | ||
<a href="http://drh.webhop.net"><em>David Hanson</em></a></p> | ||
</footer> | ||
</body> | ||
<!-- InstanceEnd --></html> | ||
</html> |
Oops, something went wrong.