<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/tutorial, branch testing</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/tutorial?h=testing</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/tutorial?h=testing'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-11T16:25:16Z</updated>
<entry>
<title>[docs] Remove explicit authorship.</title>
<updated>2013-03-11T16:25:16Z</updated>
<author>
<name>Sean Silva</name>
<email>silvas@purdue.edu</email>
</author>
<published>2013-03-11T16:25:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6ccdfc54bafa4aa77a2ccd90ec2eb819fcfd2983'/>
<id>urn:sha1:6ccdfc54bafa4aa77a2ccd90ec2eb819fcfd2983</id>
<content type='text'>
In the spirit of r172109. Version control keeps a far more detailed
record of authorship anyways.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176807 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Update title of external tutorial.</title>
<updated>2013-01-23T03:21:41Z</updated>
<author>
<name>Sean Silva</name>
<email>silvas@purdue.edu</email>
</author>
<published>2013-01-23T03:21:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d3afa9be99e504350582f08ffc4cd05cf928db6a'/>
<id>urn:sha1:d3afa9be99e504350582f08ffc4cd05cf928db6a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173224 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Move link to the new "external tutorials" area.</title>
<updated>2012-12-27T08:57:08Z</updated>
<author>
<name>Sean Silva</name>
<email>silvas@purdue.edu</email>
</author>
<published>2012-12-27T08:57:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6fa16e192f5229fcdd61778112c524f63d20f877'/>
<id>urn:sha1:6fa16e192f5229fcdd61778112c524f63d20f877</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171154 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Add link to external LLVM backend tutorial.</title>
<updated>2012-12-23T07:34:51Z</updated>
<author>
<name>Sean Silva</name>
<email>silvas@purdue.edu</email>
</author>
<published>2012-12-23T07:34:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d63c66890cd47e1c271df0737ec4f74975740bc1'/>
<id>urn:sha1:d63c66890cd47e1c271df0737ec4f74975740bc1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170998 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Sphinxify `docs/tutorial/`</title>
<updated>2012-12-05T00:26:32Z</updated>
<author>
<name>Sean Silva</name>
<email>silvas@purdue.edu</email>
</author>
<published>2012-12-05T00:26:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ee47edfd8e2dd048522ebd47305aeefbe9d8729c'/>
<id>urn:sha1:ee47edfd8e2dd048522ebd47305aeefbe9d8729c</id>
<content type='text'>
Sorry for the massive commit, but I just wanted to knock this one down
and it is really straightforward.

There are still a couple trivial (i.e. not related to the content)
things left to fix:

- Use of raw HTML links where :doc:`...` and :ref:`...` could be used
  instead. If you are a newbie and want to help fix this it would make
  for some good bite-sized patches; more experienced developers should
  be focusing on adding new content (to this tutorial or elsewhere, but
  please _do not_ waste your time on formatting when there is such dire
  need for documentation (see docs/SphinxQuickstartTemplate.rst to get
  started writing)).

- Highlighting of the kaleidoscope code blocks (currently left as bare
  `::`).  I will be working on writing a custom Pygments highlighter for
  this, mostly as training for maintaining the `llvm` code-block's lexer
  in-tree. I want to do this because I am extremely unhappy with how it
  just "gives up" on the slightest deviation from the expected syntax
  and leaves the whole code-block un-highlighted.

  More generally I am looking at writing some Sphinx extensions and
  keeping them in-tree as well, to support common use cases that
  currently have no good solution (like "monospace text inside a link").

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169343 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs: Begin Sphinxification of docs/tutorial/</title>
<updated>2012-12-04T21:16:41Z</updated>
<author>
<name>Sean Silva</name>
<email>silvas@purdue.edu</email>
</author>
<published>2012-12-04T21:16:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=91b9763d53d12e5bb89a395daec9e12359e7adb4'/>
<id>urn:sha1:91b9763d53d12e5bb89a395daec9e12359e7adb4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169309 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move TargetData to DataLayout.</title>
<updated>2012-10-08T16:39:34Z</updated>
<author>
<name>Micah Villmow</name>
<email>villmow@gmail.com</email>
</author>
<published>2012-10-08T16:39:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=791cfc211a9801002bfda6b3eb4de7e041f04f53'/>
<id>urn:sha1:791cfc211a9801002bfda6b3eb4de7e041f04f53</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165403 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix some minor typos</title>
<updated>2012-07-31T07:05:57Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2012-07-31T07:05:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3f5054f922fe0164e14750845f84d3e0e00ab7a1'/>
<id>urn:sha1:3f5054f922fe0164e14750845f84d3e0e00ab7a1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161037 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a typo (the the =&gt; the)</title>
<updated>2012-07-23T08:51:15Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2012-07-23T08:51:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c8e41c591741b3da1077f7000274ad040bef8002'/>
<id>urn:sha1:c8e41c591741b3da1077f7000274ad040bef8002</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160621 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move llvm/Support/IRBuilder.h -&gt; llvm/IRBuilder.h</title>
<updated>2012-06-29T12:38:19Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-06-29T12:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=06cb8ed00696eb14d1b831921452e50ec0568ea2'/>
<id>urn:sha1:06cb8ed00696eb14d1b831921452e50ec0568ea2</id>
<content type='text'>
This was always part of the VMCore library out of necessity -- it deals
entirely in the IR. The .cpp file in fact was already part of the VMCore
library. This is just a mechanical move.

I've tried to go through and re-apply the coding standard's preferred
header sort, but at 40-ish files, I may have gotten some wrong. Please
let me know if so.

I'll be committing the corresponding updates to Clang and Polly, and
Duncan has DragonEgg.

Thanks to Bill and Eric for giving the green light for this bit of cleanup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159421 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
