<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/examples, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/examples?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/examples?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-02-09T18:32:02Z</updated>
<entry>
<title>Fix compiling the ocaml kaleidoscope tutorials</title>
<updated>2011-02-09T18:32:02Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2011-02-09T18:32:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=01b4ccb6f7f59373c397274b82b3d65701336c03'/>
<id>urn:sha1:01b4ccb6f7f59373c397274b82b3d65701336c03</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125202 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not re-test for the existence of pthread.h.</title>
<updated>2010-12-23T21:27:22Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2010-12-23T21:27:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=af62935bce59d1086327c0a1767ff3c269e87425'/>
<id>urn:sha1:af62935bce59d1086327c0a1767ff3c269e87425</id>
<content type='text'>
It was causing problems on the MinGW build. See PR8849.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122518 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/llvm/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/llvm/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>Build with RTTI and exceptions disabled. Only in GCC for now.</title>
<updated>2010-10-17T02:26:16Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2010-10-17T02:26:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f0c55a9b9797855a4c488c7a6a97d336a5bafd8e'/>
<id>urn:sha1:f0c55a9b9797855a4c488c7a6a97d336a5bafd8e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116682 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert a bunch of uses of 'bytecode' into 'bitcode'.  This</title>
<updated>2010-09-29T20:09:55Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-09-29T20:09:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=18d52f2fb551c295bbce4c7d7357f4050b06e926'/>
<id>urn:sha1:18d52f2fb551c295bbce4c7d7357f4050b06e926</id>
<content type='text'>
is not everything, but the remaining cases are less trivial.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115080 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed TracingBrainF from examples Makefile.</title>
<updated>2010-09-15T14:55:32Z</updated>
<author>
<name>Garrison Venn</name>
<email>gvenn.cfe.dev@gmail.com</email>
</author>
<published>2010-09-15T14:55:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=161b4c46a3ab2ab2c4086d6656cf365ae0f49a07'/>
<id>urn:sha1:161b4c46a3ab2ab2c4086d6656cf365ae0f49a07</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113970 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/llvm/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>
<entry>
<title>CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.</title>
<updated>2010-09-10T21:14:25Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-09-10T21:14:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4e9c939312ff73bd0c6a6485fd5f97012f5910fa'/>
<id>urn:sha1:4e9c939312ff73bd0c6a6485fd5f97012f5910fa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113632 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fit in 80 columns and don't crash on exit, fixes PR8080</title>
<updated>2010-09-05T23:09:30Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-09-05T23:09:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=03d1063d3208378b2bf7c15f0ea0e90ff4defa87'/>
<id>urn:sha1:03d1063d3208378b2bf7c15f0ea0e90ff4defa87</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113123 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
