<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils, branch release_24</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils?h=release_24</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils?h=release_24'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-10-06T21:24:48Z</updated>
<entry>
<title>Set UNIVERSAL_ARCH value.</title>
<updated>2008-10-06T21:24:48Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-10-06T21:24:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e93f5db6e5f4cf87c5a6cb9d8f25d9808b9a82d6'/>
<id>urn:sha1:e93f5db6e5f4cf87c5a6cb9d8f25d9808b9a82d6</id>
<content type='text'>
Fixes build failure when target is i386.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57211 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix shift overflow bug that would occur when a field was a full 32-bits </title>
<updated>2008-10-05T18:31:58Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-10-05T18:31:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1cfa0776c3053b894bcc8c74610e09118340aad3'/>
<id>urn:sha1:1cfa0776c3053b894bcc8c74610e09118340aad3</id>
<content type='text'>
in tblgen.  This is PR2827, thanks to Waldemar Knorr for tracking this
down.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57124 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make GenLibDeps.pl more robust in the face of broken piping problems.</title>
<updated>2008-10-04T18:03:46Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-10-04T18:03:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8d59af356f68fa960cb3e69551d5a8b87d6a71b0'/>
<id>urn:sha1:8d59af356f68fa960cb3e69551d5a8b87d6a71b0</id>
<content type='text'>
Patch by Kenneth Boyd!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57057 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Handle some 64-bit atomics on x86-32, some of the time.</title>
<updated>2008-10-02T18:53:47Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2008-10-02T18:53:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=48c1bc2ace6481d3272ab5c18e1f19352c563be8'/>
<id>urn:sha1:48c1bc2ace6481d3272ab5c18e1f19352c563be8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56963 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move the primary fast-isel top-level comments to FastISel.cpp, where</title>
<updated>2008-09-30T20:48:29Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-09-30T20:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5ec9efd61bc4214c787287409498e8b78f28c922'/>
<id>urn:sha1:5ec9efd61bc4214c787287409498e8b78f28c922</id>
<content type='text'>
they'll be a little more visible. Also, update and reword them a bit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56877 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move the code that handles DAGISel error conditions into</title>
<updated>2008-09-27T23:53:14Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-09-27T23:53:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=31bd42bc63ea4fc5f2898905d6da46d165872b05'/>
<id>urn:sha1:31bd42bc63ea4fc5f2898905d6da46d165872b05</id>
<content type='text'>
helper functions instead of duplicating it inline each time
it is needed. This eliminates a few hundred or so copies
of this code in each target.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56759 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename ConstantSDNode's getSignExtended to getSExtValue, for</title>
<updated>2008-09-26T21:54:37Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-09-26T21:54:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7810bfed5570c192e0714a8fd0e5130a0c38dd2e'/>
<id>urn:sha1:7810bfed5570c192e0714a8fd0e5130a0c38dd2e</id>
<content type='text'>
consistancy with ConstantInt, and re-implement it in terms
of ConstantInt's getSExtValue.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56700 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title> Large mechanical patch.</title>
<updated>2008-09-25T21:00:45Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-09-25T21:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0598866c052147c31b808391f58434ce3dbfb838'/>
<id>urn:sha1:0598866c052147c31b808391f58434ce3dbfb838</id>
<content type='text'>
s/ParamAttr/Attribute/g
s/PAList/AttrList/g
s/FnAttributeWithIndex/AttributeWithIndex/g
s/FnAttr/Attribute/g

This sets the stage 
- to implement function notes as function attributes and 
- to distinguish between function attributes and return value attributes.

This requires corresponding changes in llvm-gcc and clang.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56622 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move llvmc2 header files under include/llvm/CompilerDriver</title>
<updated>2008-09-22T20:50:40Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2008-09-22T20:50:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4a1a77c1c9e0992735aa66b75c9e4c75c3b70561'/>
<id>urn:sha1:4a1a77c1c9e0992735aa66b75c9e4c75c3b70561</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56466 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Plugin support for llvmc2 (a-la opt).</title>
<updated>2008-09-22T20:49:34Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2008-09-22T20:49:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c82ce4a8a7d2e09cc2b510a6759e169e28dd136a'/>
<id>urn:sha1:c82ce4a8a7d2e09cc2b510a6759e169e28dd136a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56465 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
