<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/examples/ModuleMaker, branch release_33</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/examples/ModuleMaker?h=release_33</id>
<link rel='self' href='https://git.amat.us/llvm/atom/examples/ModuleMaker?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>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>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>eliminate the std::ostream forms of the bitcode writing APIs.</title>
<updated>2009-08-23T07:49:08Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-23T07:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b515d75856f58a8b3b71d782eb00916d686329ad'/>
<id>urn:sha1:b515d75856f58a8b3b71d782eb00916d686329ad</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79840 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Push LLVMContexts through the IntegerType APIs.</title>
<updated>2009-08-13T21:58:54Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-13T21:58:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1d0be15f89cb5056e20e2d24faa8d6afb1573bca'/>
<id>urn:sha1:1d0be15f89cb5056e20e2d24faa8d6afb1573bca</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78948 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move types back to the 2.5 API.</title>
<updated>2009-07-29T22:17:13Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-29T22:17:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=debcb01b0f0a15f568ca69e8f288fade4bfc7297'/>
<id>urn:sha1:debcb01b0f0a15f568ca69e8f288fade4bfc7297</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77516 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types.  More to come.</title>
<updated>2009-07-24T23:12:02Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-24T23:12:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eed707b1e6097aac2bb6b3d47271f6300ace7f2e'/>
<id>urn:sha1:eed707b1e6097aac2bb6b3d47271f6300ace7f2e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77011 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move EVER MORE stuff over to LLVMContext.</title>
<updated>2009-07-14T23:09:55Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-14T23:09:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9adc0abad3c3ed40a268ccbcee0c74cb9e1359fe'/>
<id>urn:sha1:9adc0abad3c3ed40a268ccbcee0c74cb9e1359fe</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75703 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
