<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/TableGen, branch release_1</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/TableGen?h=release_1</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/TableGen?h=release_1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2003-10-21T15:29:18Z</updated>
<entry>
<title>Added LLVM copyright notice.</title>
<updated>2003-10-21T15:29:18Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-21T15:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aefb666d07fdf695809fc92ef8497586674590d8'/>
<id>urn:sha1:aefb666d07fdf695809fc92ef8497586674590d8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9324 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<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>Added LLVM copyright header.</title>
<updated>2003-10-20T20:20:30Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T20:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=01d45827a1e512f3b19ba857772bf02baa3c0c4e'/>
<id>urn:sha1:01d45827a1e512f3b19ba857772bf02baa3c0c4e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9305 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>Regularize header file comments</title>
<updated>2003-10-13T03:32:08Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-13T03:32:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cf3056db0fee1db7921214b1f25cea04e959e105'/>
<id>urn:sha1:cf3056db0fee1db7921214b1f25cea04e959e105</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9071 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This seems to work around some unobvious bug in gcc on sparc which was</title>
<updated>2003-10-10T21:55:29Z</updated>
<author>
<name>Brian Gaeke</name>
<email>gaeke@uiuc.edu</email>
</author>
<published>2003-10-10T21:55:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=be7f4afe47ef87f2f6b054ea472d03719c5eb22e'/>
<id>urn:sha1:be7f4afe47ef87f2f6b054ea472d03719c5eb22e</id>
<content type='text'>
causing the build of lib/Target/X86 to fail.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9042 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs</title>
<updated>2003-10-08T05:20:08Z</updated>
<author>
<name>Alkis Evlogimenos</name>
<email>alkis@evlogimenos.com</email>
</author>
<published>2003-10-08T05:20:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=73ff5120eb8b8c0ccbfed8a17f1024c67a75f319'/>
<id>urn:sha1:73ff5120eb8b8c0ccbfed8a17f1024c67a75f319</id>
<content type='text'>
and TargetInstrDescriptor::ImplicitUses to always point to a null
terminated array and never be null. So there is no need to check for
pointer validity when iterating over those sets. Code that looked
like:

if (const unsigned* AS = TID.ImplicitDefs) {
  for (int i = 0; AS[i]; ++i) {
    // use AS[i]
  }
}

was changed to:

for (const unsigned* AS = TID.ImplicitDefs; *AS; ++AS) {
  // use *AS
}


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8960 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>Squelch warning</title>
<updated>2003-09-22T20:27:10Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-09-22T20:27:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8bab27d28213d8fd58ccf1f7b33360c87364fe5d'/>
<id>urn:sha1:8bab27d28213d8fd58ccf1f7b33360c87364fe5d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8658 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
