<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/examples/Kaleidoscope/Chapter4, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/examples/Kaleidoscope/Chapter4?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/examples/Kaleidoscope/Chapter4?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<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/emscripten-fastcomp/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/emscripten-fastcomp/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 TargetData to DataLayout.</title>
<updated>2012-10-08T16:37:04Z</updated>
<author>
<name>Micah Villmow</name>
<email>villmow@gmail.com</email>
</author>
<published>2012-10-08T16:37:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=2b4b44e0d2e95fc695eafcc4d192fe1ae261e01e'/>
<id>urn:sha1:2b4b44e0d2e95fc695eafcc4d192fe1ae261e01e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165401 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/emscripten-fastcomp/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>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/emscripten-fastcomp/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 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/emscripten-fastcomp/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>fix some examples</title>
<updated>2011-07-11T22:39:46Z</updated>
<author>
<name>John Wiegley</name>
<email>johnw@boostpro.com</email>
</author>
<published>2011-07-11T22:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=d1c2bd8e6e37e08393f7c4980efc5bcb66b6f0d0'/>
<id>urn:sha1:d1c2bd8e6e37e08393f7c4980efc5bcb66b6f0d0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134933 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks</title>
<updated>2010-11-16T17:28:22Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-11-16T17:28:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=ab7fa0885e8351c0d510938caeac83d3000031d1'/>
<id>urn:sha1:ab7fa0885e8351c0d510938caeac83d3000031d1</id>
<content type='text'>
for Arnaud Allard de Grandmaison for preparing a patch.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119351 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update examples and documentation to explicitly add basicaa, now that it's</title>
<updated>2010-11-15T18:41:10Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-11-15T18:41:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=dfa1a79b0c2f09349b6cd451198781a3ced48cb8'/>
<id>urn:sha1:dfa1a79b0c2f09349b6cd451198781a3ced48cb8</id>
<content type='text'>
no longer included by default.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119169 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."</title>
<updated>2010-09-13T23:59:48Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-09-13T23:59:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=3a210e2d302758101ac06946e86027b327c7d0f3'/>
<id>urn:sha1:3a210e2d302758101ac06946e86027b327c7d0f3</id>
<content type='text'>
This reverts commit r113632

Conflicts:

	cmake/modules/AddLLVM.cmake

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