<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/DebuggingJITedCode.html, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/DebuggingJITedCode.html?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/DebuggingJITedCode.html?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-09-20T03:05:26Z</updated>
<entry>
<title>Sphinxify DebuggingJITedCode</title>
<updated>2012-09-20T03:05:26Z</updated>
<author>
<name>Sean Silva</name>
<email>silvas@purdue.edu</email>
</author>
<published>2012-09-20T03:05:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1141b5227ec1411b0ed624f8a243e1e25e27b55f'/>
<id>urn:sha1:1141b5227ec1411b0ed624f8a243e1e25e27b55f</id>
<content type='text'>
LGTM by Michael Spencer

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164280 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix Xcode case (Upper X, lower c)</title>
<updated>2012-05-13T14:36:15Z</updated>
<author>
<name>Jean-Daniel Dupas</name>
<email>devlists@shadowlab.org</email>
</author>
<published>2012-05-13T14:36:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=23a401290b24b7235d31397a013933d17672f1a3'/>
<id>urn:sha1:23a401290b24b7235d31397a013933d17672f1a3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156743 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed examples of stack frame inspection which no longer work for old JIT.</title>
<updated>2012-05-01T06:15:40Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-05-01T06:15:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f8b30f9d16910eb6d7d18d17fd137a4ddc60ef66'/>
<id>urn:sha1:f8b30f9d16910eb6d7d18d17fd137a4ddc60ef66</id>
<content type='text'>
Added an example of MCJIT-based debugging.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155895 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx.</title>
<updated>2012-04-19T20:20:34Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2012-04-19T20:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=adea497673dab74b08fa2546e69619f1abe55662'/>
<id>urn:sha1:adea497673dab74b08fa2546e69619f1abe55662</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155153 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs/*.html: Appease W3C Checker to add "charset=utf-8".</title>
<updated>2011-10-31T11:21:59Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-10-31T11:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5c6e4df71323e3c3b6eb23bfd4b1d908ab5b149a'/>
<id>urn:sha1:5c6e4df71323e3c3b6eb23bfd4b1d908ab5b149a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143348 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Introduce cascading style &lt;div&gt; and &lt;p&gt; continued on &lt;h[2-5]&gt;.</title>
<updated>2011-04-23T00:30:22Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-23T00:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f5af6ada3b0570db1afc19029cad8fb8320676ef'/>
<id>urn:sha1:f5af6ada3b0570db1afc19029cad8fb8320676ef</id>
<content type='text'>
&lt;h2&gt;Section Example&lt;/h2&gt;
&lt;div&gt; &lt;!-- h2+div is applied --&gt;
&lt;p&gt;Section preamble.&lt;/p&gt;

&lt;h3&gt;Subsection Example&lt;/h3&gt;
&lt;p&gt; &lt;!-- h3+p is applied --&gt;
Subsection body
&lt;/p&gt;

&lt;!-- End of section body --&gt;
&lt;/div&gt;

FIXME: Care H5 better.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130040 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Use &lt;Hn&gt; as Heading elements instead of &lt;DIV class="doc_foo"&gt;.</title>
<updated>2011-04-18T23:59:50Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-18T23:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=05d0265fef651de152c8127aa701e689555649f3'/>
<id>urn:sha1:05d0265fef651de152c8127aa701e689555649f3</id>
<content type='text'>
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Canonicalize URLs.</title>
<updated>2011-04-09T02:13:37Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-09T02:13:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b9a33634cc9b65465934c4ae13122c8b772b2c29'/>
<id>urn:sha1:b9a33634cc9b65465934c4ae13122c8b772b2c29</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129181 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update the docs for debugging JITed code with GDB.</title>
<updated>2010-07-07T20:16:45Z</updated>
<author>
<name>Reid Kleckner</name>
<email>reid@kleckner.net</email>
</author>
<published>2010-07-07T20:16:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=894728211d042c8005516c6e9ecc35e7a39b7cc3'/>
<id>urn:sha1:894728211d042c8005516c6e9ecc35e7a39b7cc3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107808 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Another typo.</title>
<updated>2010-06-18T22:51:25Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2010-06-18T22:51:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=69a462ef710b01ee8781dbf814b7088b302d506a'/>
<id>urn:sha1:69a462ef710b01ee8781dbf814b7088b302d506a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106340 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
