<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/examples/BrainF, branch release_33</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/examples/BrainF?h=release_33</id>
<link rel='self' href='https://git.amat.us/llvm/atom/examples/BrainF?h=release_33'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-01-02T11:56:33Z</updated>
<entry>
<title>Update the examples for the new header file locations.</title>
<updated>2013-01-02T11:56:33Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2013-01-02T11:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0a08460599eed603e469e3e16d0cf6aa33b8ba93'/>
<id>urn:sha1:0a08460599eed603e469e3e16d0cf6aa33b8ba93</id>
<content type='text'>
Sorry for the fallout here, I forgot the examples aren't built by
default any more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171371 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Sort the #include lines of the examples/... tree.</title>
<updated>2012-12-04T10:16:57Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-12-04T10:16:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4ca7e09b7c1e41535f2a1bd86915375d023daf27'/>
<id>urn:sha1:4ca7e09b7c1e41535f2a1bd86915375d023daf27</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169249 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>
<entry>
<title>Remove llvm-ld and llvm-stub (which is only used by llvm-ld).</title>
<updated>2012-04-19T19:27:54Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2012-04-19T19:27:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=75338097c786eea1c461e744a2c45af78f56286f'/>
<id>urn:sha1:75338097c786eea1c461e744a2c45af78f56286f</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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155147 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix BrainF compilation.</title>
<updated>2012-01-31T09:35:01Z</updated>
<author>
<name>Francois Pichet</name>
<email>pichet2000@gmail.com</email>
</author>
<published>2012-01-31T09:35:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a0935775db5886ba8710840de868bbd84554da90'/>
<id>urn:sha1:a0935775db5886ba8710840de868bbd84554da90</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149375 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move TargetRegistry and TargetSelect from Target to Support where they belong.</title>
<updated>2011-08-24T18:08:43Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2011-08-24T18:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3e74d6fdd248e20a280f1dff3da9a6c689c2c4c3'/>
<id>urn:sha1:3e74d6fdd248e20a280f1dff3da9a6c689c2c4c3</id>
<content type='text'>
These are strictly utilities for registering targets and components.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138450 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert ConstantExpr::getGetElementPtr and</title>
<updated>2011-07-21T14:31:17Z</updated>
<author>
<name>Jay Foad</name>
<email>jay.foad@gmail.com</email>
</author>
<published>2011-07-21T14:31:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dab3d29605a5c83db41b28176273ef55961120c1'/>
<id>urn:sha1:dab3d29605a5c83db41b28176273ef55961120c1</id>
<content type='text'>
ConstantExpr::getInBoundsGetElementPtr to use ArrayRef.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135673 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>update for recent api changes.  I have a hard time believing that this is actually a useful example.</title>
<updated>2011-07-18T04:52:58Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-07-18T04:52:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4b3d5469fb7c25504fa20dc65640f02d79675d48'/>
<id>urn:sha1:4b3d5469fb7c25504fa20dc65640f02d79675d48</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135374 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.</title>
<updated>2011-07-15T10:59:52Z</updated>
<author>
<name>Francois Pichet</name>
<email>pichet2000@gmail.com</email>
</author>
<published>2011-07-15T10:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0bd9d3af54b62152355525bea7914bdef4600371'/>
<id>urn:sha1:0bd9d3af54b62152355525bea7914bdef4600371</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135266 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change Intrinsic::getDeclaration and friends to take an ArrayRef.</title>
<updated>2011-07-14T17:45:39Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2011-07-14T17:45:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eb9a85f09e18b3fe88499710404b38d3a9128f62'/>
<id>urn:sha1:eb9a85f09e18b3fe88499710404b38d3a9128f62</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135154 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
