<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/TableGen/Makefile, branch release_1</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/TableGen/Makefile?h=release_1</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/TableGen/Makefile?h=release_1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2003-10-20T22:29:16Z</updated>
<entry>
<title>Added LLVM copyright to Makefiles.</title>
<updated>2003-10-20T22:29:16Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T22:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e2fab734ade8a2e3e8679c11cac7236b920d567b'/>
<id>urn:sha1:e2fab734ade8a2e3e8679c11cac7236b920d567b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9314 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed the .PRECIOUS of Lex and Yacc output files.</title>
<updated>2003-10-16T20:38:16Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-16T20:38:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=11b2dbd5f865c254c220a6355a4f436aad802337'/>
<id>urn:sha1:11b2dbd5f865c254c220a6355a4f436aad802337</id>
<content type='text'>
They are already marked precious in llvm/Makefile.rules, and removing
this line seems to fix the Makefile so that the Yacc output is placed
into the object tree and not the source tree.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9179 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move support/tools/* back into utils</title>
<updated>2003-10-05T19:27:59Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-05T19:27:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0a92ebf557e09c0d10cba161a9c59bd48923d2c0'/>
<id>urn:sha1:0a92ebf557e09c0d10cba161a9c59bd48923d2c0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8875 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Updated Makefiles to reflect new location in llvm/support/tools.</title>
<updated>2003-09-29T14:48:29Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-09-29T14:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=788816f02185fca405c2413c2f2d74dfeefecf2f'/>
<id>urn:sha1:788816f02185fca405c2413c2f2d74dfeefecf2f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8731 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>X86.td has been moved out of this directory; these are outdated targets.</title>
<updated>2003-08-19T16:11:38Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-08-19T16:11:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=86f665b4312612da0052c459d00e314a8f864246'/>
<id>urn:sha1:86f665b4312612da0052c459d00e314a8f864246</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7971 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merged in autoconf branch.  This provides configuration via the autoconf</title>
<updated>2003-06-30T21:59:07Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-06-30T21:59:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7a73b80b9052136c8cd2234eb3433a07df7cf38e'/>
<id>urn:sha1:7a73b80b9052136c8cd2234eb3433a07df7cf38e</id>
<content type='text'>
system.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7014 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't delete temporary files</title>
<updated>2002-12-03T06:00:11Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2002-12-03T06:00:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4767a0c1b65caa7caa26104e34868685e103e8fa'/>
<id>urn:sha1:4767a0c1b65caa7caa26104e34868685e103e8fa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4878 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add correct dependency</title>
<updated>2002-12-02T16:31:46Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2002-12-02T16:31:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d00e8f1f838b9348919b15b7cf9e4fe0ab523051'/>
<id>urn:sha1:d00e8f1f838b9348919b15b7cf9e4fe0ab523051</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4847 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Split up targets</title>
<updated>2002-12-02T16:13:42Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2002-12-02T16:13:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=24e79094f9d417829f36c4d6ef84c6368e39f98d'/>
<id>urn:sha1:24e79094f9d417829f36c4d6ef84c6368e39f98d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4846 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Initial checkin of TableGen utility</title>
<updated>2002-12-02T01:23:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2002-12-02T01:23:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e62c1185bee05facc25d1d725434f517261d308b'/>
<id>urn:sha1:e62c1185bee05facc25d1d725434f517261d308b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4843 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
