<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target, branch release_1</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target?h=release_1</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target?h=release_1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2003-10-23T19:16:12Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'release_1'.</title>
<updated>2003-10-23T19:16:12Z</updated>
<author>
<name>cvs2svn</name>
<email>nothing@nowhere.org</email>
</author>
<published>2003-10-23T19:16:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9ce8d306a3b2460815deae7dabb4817b3a3dcd15'/>
<id>urn:sha1:9ce8d306a3b2460815deae7dabb4817b3a3dcd15</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9439 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fail gracefully if we have a zero arg varargs function</title>
<updated>2003-10-23T18:39:22Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-23T18:39:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4065ef99f91f929e4e0305cbd22b44873bbe66ab'/>
<id>urn:sha1:4065ef99f91f929e4e0305cbd22b44873bbe66ab</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9436 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>* Eliminate `using' directive</title>
<updated>2003-10-23T18:10:02Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-23T18:10:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f54c437714d676c939bdcb4941d2527018d661e5'/>
<id>urn:sha1:f54c437714d676c939bdcb4941d2527018d661e5</id>
<content type='text'>
* Fix order of #includes
* Make code layout more consistent
* Eliminate extraneous whitespace and comment-lines


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9433 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>* Fix order of #include files</title>
<updated>2003-10-23T18:06:27Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-23T18:06:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=396c8c34edac7fa93168a8b57a9af3ea93567369'/>
<id>urn:sha1:396c8c34edac7fa93168a8b57a9af3ea93567369</id>
<content type='text'>
* Doxygen-ify method comments


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9432 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>* Order #includes as per style guide</title>
<updated>2003-10-23T18:03:50Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-23T18:03:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0d82a54bb9f9105c7b77a792e502cd194f4de509'/>
<id>urn:sha1:0d82a54bb9f9105c7b77a792e502cd194f4de509</id>
<content type='text'>
* Doxygen-ify comments
* Make code layout more consistent


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9431 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>* Use C++ style comments instead of C-style</title>
<updated>2003-10-23T18:02:47Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-23T18:02:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a1f64355d79ce9c14a06c014df9d1054410d65ee'/>
<id>urn:sha1:a1f64355d79ce9c14a06c014df9d1054410d65ee</id>
<content type='text'>
* Make file description more readable
* Make code layout more consistent, include comment in assert so it's visible
  during execution if it hits


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9430 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<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>Make code layout more consistent.</title>
<updated>2003-10-23T17:39:37Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-23T17:39:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5e152593e05f93882b1f5ee46288d19d24544e4b'/>
<id>urn:sha1:5e152593e05f93882b1f5ee46288d19d24544e4b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9426 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Delete unused EmitByteSwap method</title>
<updated>2003-10-23T17:21:43Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-10-23T17:21:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cadff4477efd25bd08a9c92a76a1d7fb765f9010'/>
<id>urn:sha1:cadff4477efd25bd08a9c92a76a1d7fb765f9010</id>
<content type='text'>
Implement mul/div/rem constant expressions


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9424 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make code layout more consistent.</title>
<updated>2003-10-23T16:48:30Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-23T16:48:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b461d37be9ddbecc03922b8dfae7408af6abf5fb'/>
<id>urn:sha1:b461d37be9ddbecc03922b8dfae7408af6abf5fb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9418 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
