<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/tools, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/tools?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/tools?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-05-17T22:59:30Z</updated>
<entry>
<title>Regenerate these for the release. They weren't up to date and would</title>
<updated>2007-05-17T22:59:30Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-05-17T22:59:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9190abf77088642099e15ed5848b2799b12712fa'/>
<id>urn:sha1:9190abf77088642099e15ed5848b2799b12712fa</id>
<content type='text'>
cause non-bison builds to fail.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_20@37189 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Initialize variable to null so it has a value in the off chance that a</title>
<updated>2007-05-07T18:50:07Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-05-07T18:50:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=295b1ceb4f96ca80ed2fc8d1a9fcfc4950dccdea'/>
<id>urn:sha1:295b1ceb4f96ca80ed2fc8d1a9fcfc4950dccdea</id>
<content type='text'>
memory buffer couldn't be allocated.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36904 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>use the new MemoryBuffer interfaces to simplify error reporting in clients.</title>
<updated>2007-05-06T23:45:49Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T23:45:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=065344dfd5a7b3502098810b981eb0077e5d81f3'/>
<id>urn:sha1:065344dfd5a7b3502098810b981eb0077e5d81f3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36900 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove dead option</title>
<updated>2007-05-06T23:24:42Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T23:24:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c57ed8b2980fd155b9e0048670a7423184921d34'/>
<id>urn:sha1:c57ed8b2980fd155b9e0048670a7423184921d34</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36898 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a buggy conversion from bytecode to bitcode</title>
<updated>2007-05-06T19:43:09Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T19:43:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=421e51603a5584962adc1b07e41954107cc8b46d'/>
<id>urn:sha1:421e51603a5584962adc1b07e41954107cc8b46d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36883 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>make sure the ofstream for opt's output file is destroyed, so that the bits</title>
<updated>2007-05-06T19:17:23Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T19:17:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d44ae90fc8974e01ac672af2816516639ff106ef'/>
<id>urn:sha1:d44ae90fc8974e01ac672af2816516639ff106ef</id>
<content type='text'>
actually land on disk.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36877 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>switch tools to bitcode from bytecode</title>
<updated>2007-05-06T09:32:02Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T09:32:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=744879ea01779a48f898a801c847677b0bfa824a'/>
<id>urn:sha1:744879ea01779a48f898a801c847677b0bfa824a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36872 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>switch tools to bitcode instead of bytecode</title>
<updated>2007-05-06T09:29:57Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T09:29:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=44dadffe4bd58ab32961ca5fe537e8ba69c09243'/>
<id>urn:sha1:44dadffe4bd58ab32961ca5fe537e8ba69c09243</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36868 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>this doesn't directly depend on bytecode</title>
<updated>2007-05-06T05:58:00Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T05:58:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5e3c9f96d7526743e9ed02aa03bc684ea0b7f12c'/>
<id>urn:sha1:5e3c9f96d7526743e9ed02aa03bc684ea0b7f12c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36854 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add bitcode support.</title>
<updated>2007-05-06T05:56:58Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T05:56:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bb3f3d357fb25a39c9b4ca9a5ace047b5efd518c'/>
<id>urn:sha1:bb3f3d357fb25a39c9b4ca9a5ace047b5efd518c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36853 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
