<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/tools/llvm2cpp/Makefile, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/tools/llvm2cpp/Makefile?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/tools/llvm2cpp/Makefile?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-05-06T09:29:57Z</updated>
<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>bitcodify, remove eh cruft</title>
<updated>2007-05-06T05:21:42Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T05:21:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b958ba3761e12f99b89ad4feb33be95137f526c0'/>
<id>urn:sha1:b958ba3761e12f99b89ad4feb33be95137f526c0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36844 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make llvm2cpp -pedantic clean.</title>
<updated>2006-11-03T00:05:16Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-03T00:05:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7bd78731eb1ec841be1cf9935dc58265755d2c8c'/>
<id>urn:sha1:7bd78731eb1ec841be1cf9935dc58265755d2c8c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31389 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use LINK_COMPONENTS to specify *components* to link against instead of</title>
<updated>2006-09-04T05:59:09Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-09-04T05:59:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aea932d27fa41bebaa8576b6002637e74054a7c4'/>
<id>urn:sha1:aea932d27fa41bebaa8576b6002637e74054a7c4</id>
<content type='text'>
using USED_LIBS to specify *libraries* to link against.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30090 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tools require EH for their top-level try blocks.</title>
<updated>2006-07-07T00:46:19Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-07-07T00:46:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0465fa9cf89a0c8a96cff6af59b0fbac9098471a'/>
<id>urn:sha1:0465fa9cf89a0c8a96cff6af59b0fbac9098471a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29035 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix PR819, llvm2cpp should read .bc files, not .ll files.</title>
<updated>2006-07-06T23:48:57Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-07-06T23:48:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8eaafdedb2ec19ceeeb664e23f636059fdbf3954'/>
<id>urn:sha1:8eaafdedb2ec19ceeeb664e23f636059fdbf3954</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29030 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Suppress -pedantic warnings about print("%a")</title>
<updated>2006-06-02T00:39:08Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-06-02T00:39:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=409411ea266ce04149fc8e705e2e13f5f98e1e6d'/>
<id>urn:sha1:409411ea266ce04149fc8e705e2e13f5f98e1e6d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28650 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use archive libraries instead of object files for VMCore, BCReader,</title>
<updated>2006-06-01T01:30:27Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-06-01T01:30:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=18c8b49e7d3c94d7f84a4205a19f8761722fc4e5'/>
<id>urn:sha1:18c8b49e7d3c94d7f84a4205a19f8761722fc4e5</id>
<content type='text'>
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate
these changes. This was done to speed up link times.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28610 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove temporary testing rules.</title>
<updated>2006-05-29T18:05:59Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-05-29T18:05:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4edca3325b95eb31b338e2783f907aa8f57b0780'/>
<id>urn:sha1:4edca3325b95eb31b338e2783f907aa8f57b0780</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28539 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix two bugs in the CppWriter.cpp:</title>
<updated>2006-05-29T02:58:15Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-05-29T02:58:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=74e032a4d4673f53388571ab9ecd783584e3fccf'/>
<id>urn:sha1:74e032a4d4673f53388571ab9ecd783584e3fccf</id>
<content type='text'>
1. Return the module from the MakeModule function so it can be verified.
2. Make sure types get generated with their names


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