<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/CodeGen/InstrSched, branch release_1</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/CodeGen/InstrSched?h=release_1</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/CodeGen/InstrSched?h=release_1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2003-10-23T17:43:17Z</updated>
<entry>
<title>* Eliminate `using' directive</title>
<updated>2003-10-23T17:43:17Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-23T17:43:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0849f5ace979a4827befcaff54535381fca12d89'/>
<id>urn:sha1:0849f5ace979a4827befcaff54535381fca12d89</id>
<content type='text'>
* Make code layout more consistent


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9427 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added LLVM copyright header.</title>
<updated>2003-10-21T15:17:13Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-21T15:17:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=856ba76200ec2302f2fe500bc507f426c7d566c8'/>
<id>urn:sha1:856ba76200ec2302f2fe500bc507f426c7d566c8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9321 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added LLVM copyright notice to Makefiles.</title>
<updated>2003-10-20T22:26:57Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T22:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e488e9360b1a865ba604330965edcf139e590b65'/>
<id>urn:sha1:e488e9360b1a865ba604330965edcf139e590b65</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9312 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added LLVM project notice to the top of every C++ source file.</title>
<updated>2003-10-20T19:43:21Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T19:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b576c94c15af9a440f69d9d03c2afead7971118c'/>
<id>urn:sha1:b576c94c15af9a440f69d9d03c2afead7971118c</id>
<content type='text'>
Header files will be on the way.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9298 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>Fixed spelling.</title>
<updated>2003-09-17T21:34:23Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-09-17T21:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6eba07a6a3dacec09aefa54a305b06c98b0c86c1'/>
<id>urn:sha1:6eba07a6a3dacec09aefa54a305b06c98b0c86c1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8588 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add flag to control whether or not delay slots are filled during</title>
<updated>2003-09-16T05:55:15Z</updated>
<author>
<name>Vikram S. Adve</name>
<email>vadve@cs.uiuc.edu</email>
</author>
<published>2003-09-16T05:55:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bed4effb84cb0834d01f9f8b1f9e87313520335f'/>
<id>urn:sha1:bed4effb84cb0834d01f9f8b1f9e87313520335f</id>
<content type='text'>
instruction scheduling (this is off by default).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8553 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fixed two double free bugs that caused llc to segfault or run forever.</title>
<updated>2003-08-28T21:43:17Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-08-28T21:43:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c9afb499f67a92c70ce349e84081f5bb41fab591'/>
<id>urn:sha1:c9afb499f67a92c70ce349e84081f5bb41fab591</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8191 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Moved index into BB to common graph class because its needed by ModuloSchedGraph.</title>
<updated>2003-08-28T15:30:40Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2003-08-28T15:30:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8dc9982e2e65fa2a2105c31d389f09bae7e5fc7c'/>
<id>urn:sha1:8dc9982e2e65fa2a2105c31d389f09bae7e5fc7c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8174 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added/removed header file</title>
<updated>2003-08-27T15:12:24Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2003-08-27T15:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d6d863392fdc7649fd3f68d0779f1178db91e1ef'/>
<id>urn:sha1:d6d863392fdc7649fd3f68d0779f1178db91e1ef</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8160 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
