<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/TableGen/Makefile, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/TableGen/Makefile?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/TableGen/Makefile?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-02-06T18:51:28Z</updated>
<entry>
<title>Set the new NO_INSTALL flag for build-only tools.</title>
<updated>2007-02-06T18:51:28Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-02-06T18:51:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c9c1787907d247f4df9ed08f5937dea199e1750c'/>
<id>urn:sha1:c9c1787907d247f4df9ed08f5937dea199e1750c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33967 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>tblgen uses EH</title>
<updated>2006-07-07T00:21:17Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-07-07T00:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a539c0327119c6914979a85ceee2d7d3f72177fc'/>
<id>urn:sha1:a539c0327119c6914979a85ceee2d7d3f72177fc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29034 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't build tblgen with -pedantic or -Wno-long-long</title>
<updated>2006-06-01T18:20:23Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-06-01T18:20:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d386e55e33c600d1a9af9317764f6b3415e3b922'/>
<id>urn:sha1:d386e55e33c600d1a9af9317764f6b3415e3b922</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28638 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add missing things to the distribution.</title>
<updated>2006-04-13T06:27:20Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-04-13T06:27:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=28421d0a805e0069b8647e11b0e09064b940623a'/>
<id>urn:sha1:28421d0a805e0069b8647e11b0e09064b940623a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27650 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement PR614:</title>
<updated>2005-08-27T18:50:39Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2005-08-27T18:50:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=68a24bdba4e19cb09dada5039a46e7ec41e848e8'/>
<id>urn:sha1:68a24bdba4e19cb09dada5039a46e7ec41e848e8</id>
<content type='text'>
These changes modify the makefiles so that the output of flex and bison are
placed in the SRC directory, not the OBJ directory. It is intended that they
be checked in as any other LLVM source so that platforms without convenient
access to flex/bison can be compiled. From now on, if you change a .y or
.l file you *must* also commit the generated .cpp and .h files.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23115 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Internalize variable names to prevent recursive assignment. Cleanup docs.</title>
<updated>2004-10-30T09:19:36Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-10-30T09:19:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cc2d1e25f37d0d00c7f7f3ec562be61bc34e54ca'/>
<id>urn:sha1:cc2d1e25f37d0d00c7f7f3ec562be61bc34e54ca</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17359 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change Library Names Not To Conflict With Others When Installed</title>
<updated>2004-10-27T23:18:45Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-10-27T23:18:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6cb21d443eff9369e4f9035af28efd627e8f3909'/>
<id>urn:sha1:6cb21d443eff9369e4f9035af28efd627e8f3909</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17286 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clean up some "clean:" targets so they use $(VERB) and don't print anything</title>
<updated>2004-09-03T23:19:53Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-09-03T23:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=40b062fdf86143b89d674bcb6c63659014999ff0'/>
<id>urn:sha1:40b062fdf86143b89d674bcb6c63659014999ff0</id>
<content type='text'>
by default, like every other "clean" target in LLVM.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16161 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Link with LLVMsystem.a for operating system independence.</title>
<updated>2004-08-29T19:31:19Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-08-29T19:31:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0172d09b64f8a86dbb5b088d6ad00533f513dd75'/>
<id>urn:sha1:0172d09b64f8a86dbb5b088d6ad00533f513dd75</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16094 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make header comment fit within 80 cols.</title>
<updated>2004-06-17T15:49:36Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2004-06-17T15:49:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=060307971998f6a2a298ef1cdb4aa0ecd1969f74'/>
<id>urn:sha1:060307971998f6a2a298ef1cdb4aa0ecd1969f74</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14198 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
