<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/CodeGen/SelectionDAG, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/CodeGen/SelectionDAG?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/CodeGen/SelectionDAG?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-09-10T00:20:28Z</updated>
<entry>
<title>Merge 81343 from mainline.</title>
<updated>2009-09-10T00:20:28Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-09-10T00:20:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=829b8efeb611d1b89e45732cceac7c211005ac68'/>
<id>urn:sha1:829b8efeb611d1b89e45732cceac7c211005ac68</id>
<content type='text'>
When widening a vector load, use the correct chain. This fixes PR4891.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@81411 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>revert r79708 + r79711</title>
<updated>2009-08-22T04:07:34Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-22T04:07:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=895a55e66d107aa96a1e763a62a97e8ad62284a0'/>
<id>urn:sha1:895a55e66d107aa96a1e763a62a97e8ad62284a0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79720 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Actually remove unused static. Previous commit removed trailing</title>
<updated>2009-08-22T00:41:47Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2009-08-22T00:41:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8dde7c0ff1a568a0739ff7581464c31dbc063527'/>
<id>urn:sha1:8dde7c0ff1a568a0739ff7581464c31dbc063527</id>
<content type='text'>
whitespace.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79711 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove unused static.</title>
<updated>2009-08-22T00:40:45Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2009-08-22T00:40:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4d7c18c49bdc6e39ea6e862072ec224de499a2a1'/>
<id>urn:sha1:4d7c18c49bdc6e39ea6e862072ec224de499a2a1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79710 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Ease contention on this lock by noticing that all writes to the VTs array will</title>
<updated>2009-08-22T00:29:12Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-22T00:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0b7401d3cdb4a2ecd266396ef1a77c8533a4476d'/>
<id>urn:sha1:0b7401d3cdb4a2ecd266396ef1a77c8533a4476d</id>
<content type='text'>
be of (dynamically) constant values, so races on it are immaterial.  We just need
to ensure that at least one write has completed before return the pointer into it.

With this change, parllc exhibits essentially no overhead on 403.gcc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79708 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler.</title>
<updated>2009-08-21T18:16:06Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-08-21T18:16:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=636e258a53b20695e841a70774f42c052c4c0bfd'/>
<id>urn:sha1:636e258a53b20695e841a70774f42c052c4c0bfd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79649 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add an x86 peep that narrows TEST instructions to forms that use</title>
<updated>2009-08-19T18:16:17Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-19T18:16:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6a402dc952ccad3f8fd0d9e272dbdd261f50854e'/>
<id>urn:sha1:6a402dc952ccad3f8fd0d9e272dbdd261f50854e</id>
<content type='text'>
a smaller encoding. These kinds of patterns are very frequent in
sqlite3, for example.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79439 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the schedule itinerary operand use/def cycle information to adjust dependence edge latency for post-RA scheduling.</title>
<updated>2009-08-19T16:08:58Z</updated>
<author>
<name>David Goodwin</name>
<email>david_goodwin@apple.com</email>
</author>
<published>2009-08-19T16:08:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dc4bdcdef1c8dd1a28b82deb08df039e5c0ffc5a'/>
<id>urn:sha1:dc4bdcdef1c8dd1a28b82deb08df039e5c0ffc5a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79425 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.</title>
<updated>2009-08-19T08:46:10Z</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2009-08-19T08:46:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d68eea2b6d5ff284d3c7371c4f201c25ca030747'/>
<id>urn:sha1:d68eea2b6d5ff284d3c7371c4f201c25ca030747</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79415 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Be tidy and use a break to exit from a switch block rather than</title>
<updated>2009-08-18T23:52:48Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-18T23:52:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2c9489d6e96d99f77b6c31919805b5e61954deb2'/>
<id>urn:sha1:2c9489d6e96d99f77b6c31919805b5e61954deb2</id>
<content type='text'>
just falling through the end.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79383 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
