[llvm-commits] CVS: llvm-www/pubs/2009-01-ASP-DAC-Automatic_Instrumentation.html 2009-01-ASP-DAC-Automatic_Instrumentation.pdf
Chris Lattner
sabre at nondot.org
Sat Jan 31 17:52:22 PST 2009
Changes in directory llvm-www/pubs:
2009-01-ASP-DAC-Automatic_Instrumentation.html added (r1.1)
2009-01-ASP-DAC-Automatic_Instrumentation.pdf added (r1.1)
---
Log message:
new paper from Patrice Gerin!
---
Diffs of the changes: (+67 -0)
2009-01-ASP-DAC-Automatic_Instrumentation.html | 67 +++++++++++++++++++++++++
2009-01-ASP-DAC-Automatic_Instrumentation.pdf | 0
2 files changed, 67 insertions(+)
Index: llvm-www/pubs/2009-01-ASP-DAC-Automatic_Instrumentation.html
diff -c /dev/null llvm-www/pubs/2009-01-ASP-DAC-Automatic_Instrumentation.html:1.1
*** /dev/null Sat Jan 31 19:51:29 2009
--- llvm-www/pubs/2009-01-ASP-DAC-Automatic_Instrumentation.html Sat Jan 31 19:51:19 2009
***************
*** 0 ****
--- 1,67 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+ <html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <link rel="stylesheet" href="../llvm.css" type="text/css" media="screen">
+ <title>Automatic Instrumentation of Embedded Software for High Level Hardware/Software Co-Simulation</title>
+ </head>
+ <body>
+
+
+ <div class="pub_title">
+ Automatic Instrumentation of Embedded Software for High Level Hardware/Software Co-Simulation
+ </div>
+ <div class="pub_author">
+ Aimen Bouchhima,
+ <a href="mailto:patrice.gerin at imag.fr">Patrice Gerin</a>,
+ <a href="mailto:frederic.petrot at imag.fr">Frédéric Pétrot</a>
+ </div>
+
+ <h2>Abstract:</h2>
+ <blockquote>
+ We propose an automatic instrumentation method for
+ embedded software annotation to enable performance modeling in
+ high level hardware/software co-simulation environments. The
+ proposed "cross-annotation" technique consists of extending a
+ retargetable compiler infrastructure to allow the automatic
+ instrumentation of embedded software at the basic block level.
+ Thus, target and annotated native binaries are guaranteed to have
+ isomorphic control flow graphs (CFG). The proposed method takes
+ into account the processor-specific optimizations at the compiler
+ level and proves to be accurate with low simulation overhead.
+ </blockquote>
+
+ <h2>Published:</h2>
+ <blockquote>
+ "Automatic Instrumentation of Embedded Software for High Level Hardware/Software Co-Simulation"<br>
+ Aimen Bouchhima, Patrice Gerin, Frédéric Pétrot<br>
+ <i>Proceedings of the 14th <a href="http://www.aspdac.com">Asia South Pacific Design Automation Conference (ASP-DAC'09)</a></i>, Yokohama, Japan, January 09
+ </blockquote>
+
+ <h2>Bibtex:</h2>
+ <pre>@inproceedings{bouchhima_gerin09aspdac,
+ author = {A. Bouchhima and P. Gerin and F. P\'etrot},
+ title = { Automatic Instrumentation of Embedded Software for High Level Hardware/Software Co-Simulation },
+ booktitle = {{ Proceeding of the 14th Asia South Pacific Design Automation Conference (ASP-DAC'09) }},
+ year = {2009},
+ address = {Yokohama, Japan},
+ month = {January},
+ }
+ </pre>
+
+
+ <h2>Download:</h2>
+ <h3>Paper:</h3>
+ <ul>
+ <li><a href="2009-01-ASP-DAC-Automatic_Instrumentation.pdf">Automatic Instrumentation of Embedded Software for High Level Hardware/Software Co-Simulation</a> (PDF)</li>
+ </ul>
+
+ <!-- *********************************************************************** -->
+ <hr>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+ src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+ <a href="http://validator.w3.org/check/referer"><img
+ src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
+
+ </body>
+ </html>
\ No newline at end of file
Index: llvm-www/pubs/2009-01-ASP-DAC-Automatic_Instrumentation.pdf
More information about the llvm-commits
mailing list