<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/docs/FAQ.html, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2012-06-18T20:21:38+00:00</updated>
<entry>
<title>[docs] Port FAQ over to Sphinx.</title>
<updated>2012-06-18T20:21:38+00:00</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2012-06-18T20:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=626a4ecf3a530fff45f06429378eeb12c34daf65'/>
<id>urn:sha1:626a4ecf3a530fff45f06429378eeb12c34daf65</id>
<content type='text'>
Patch by Mikael Lyngvig!

llvm-svn: 158677
</content>
</entry>
<entry>
<title>Remove C backend reference from the FAQ.</title>
<updated>2012-06-14T16:43:11+00:00</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2012-06-14T16:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b64f23e674fb9804467f5279ddffb9679f85de2f'/>
<id>urn:sha1:b64f23e674fb9804467f5279ddffb9679f85de2f</id>
<content type='text'>
llvm-svn: 158455
</content>
</entry>
<entry>
<title>Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shell</title>
<updated>2012-04-20T16:08:56+00:00</updated>
<author>
<name>Joel Jones</name>
<email>joel_k_jones@apple.com</email>
</author>
<published>2012-04-20T16:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=58c5ac479341cf88de1e6b073c7bf4a718474dae'/>
<id>urn:sha1:58c5ac479341cf88de1e6b073c7bf4a718474dae</id>
<content type='text'>
llvm-svn: 155202
</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:34+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2012-04-19T20:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=46d611a22779aab1e861b4edcb5460947e0f63b5'/>
<id>urn:sha1:46d611a22779aab1e861b4edcb5460947e0f63b5</id>
<content type='text'>
llvm-svn: 155153
</content>
</entry>
<entry>
<title>Remove llvm-ld and llvm-stub (which is only used by llvm-ld).</title>
<updated>2012-04-19T19:27:54+00:00</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2012-04-19T19:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9125493efee5bd6c15db0c82eb4973723e462e54'/>
<id>urn:sha1:9125493efee5bd6c15db0c82eb4973723e462e54</id>
<content type='text'>
llvm-ld is no longer useful and causes confusion and so it is being removed.

* Does not work very well on Windows because it must call a gcc like driver to
  assemble and link.
* Has lots of hard coded paths which are wrong on many systems.
* Does not understand most of ld's options.
* Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} |
  ld, or fully replaced by Clang.

I know of no production use of llvm-ld, and hacking use should be
replaced by Clang's driver.

llvm-svn: 155147
</content>
</entry>
<entry>
<title>llvm/docs/*.html: Fix markups.</title>
<updated>2012-03-27T11:25:16+00:00</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-03-27T11:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c9d9b92dc119dbfce7201100991a281d93f4f191'/>
<id>urn:sha1:c9d9b92dc119dbfce7201100991a281d93f4f191</id>
<content type='text'>
llvm-svn: 153508
</content>
</entry>
<entry>
<title>More llvmc bits. Spotted by Benjamin on IRC.</title>
<updated>2011-09-20T00:42:28+00:00</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2011-09-20T00:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=cafab2ef2eaf0cc96ab0baf52e35efc59e20fc3b'/>
<id>urn:sha1:cafab2ef2eaf0cc96ab0baf52e35efc59e20fc3b</id>
<content type='text'>
llvm-svn: 140124
</content>
</entry>
<entry>
<title>Remove more of llvmc and dependencies.</title>
<updated>2011-09-20T00:34:27+00:00</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2011-09-20T00:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=69c02e9476ffd02d86f6be154df3e602888c2a32'/>
<id>urn:sha1:69c02e9476ffd02d86f6be154df3e602888c2a32</id>
<content type='text'>
llvm-svn: 140121
</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:50+00:00</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-18T23:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=fc8d930f6ef1aa4fbd402c5b36f734214863d5d4'/>
<id>urn:sha1:fc8d930f6ef1aa4fbd402c5b36f734214863d5d4</id>
<content type='text'>
H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection

llvm-svn: 129736
</content>
</entry>
<entry>
<title>docs: Canonicalize URLs.</title>
<updated>2011-04-09T02:13:37+00:00</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-04-09T02:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ca46f5a3b5d75995b2a2807bc885f308e7009372'/>
<id>urn:sha1:ca46f5a3b5d75995b2a2807bc885f308e7009372</id>
<content type='text'>
llvm-svn: 129181
</content>
</entry>
</feed>
