<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/CodeGen, branch testing</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/CodeGen?h=testing</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/CodeGen?h=testing'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-21T00:57:21Z</updated>
<entry>
<title>Fix missing std::. Not sure how this compiles for anyone else.</title>
<updated>2013-03-21T00:57:21Z</updated>
<author>
<name>Matt Arsenault</name>
<email>Matthew.Arsenault@amd.com</email>
</author>
<published>2013-03-21T00:57:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=26c417bb588a3e5f9957cf5ba2a034b92513ec15'/>
<id>urn:sha1:26c417bb588a3e5f9957cf5ba2a034b92513ec15</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177620 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make variable name more explicit and eliminate redundant lookup in SDNodeOrdering</title>
<updated>2013-03-20T23:10:59Z</updated>
<author>
<name>Justin Holewinski</name>
<email>jholewinski@nvidia.com</email>
</author>
<published>2013-03-20T23:10:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=93c1fd49d2ca49447e092c4c1c4d5de1005e9e71'/>
<id>urn:sha1:93c1fd49d2ca49447e092c4c1c4d5de1005e9e71</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177600 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>When computing the demanded bits of Load SDNodes, make sure that we are looking at the loaded-value operand and not the ptr result (in case of pre-inc loads).</title>
<updated>2013-03-20T22:53:44Z</updated>
<author>
<name>Nadav Rotem</name>
<email>nrotem@apple.com</email>
</author>
<published>2013-03-20T22:53:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7745175be32cd54e4aa6c9cce6f642f59a34a80f'/>
<id>urn:sha1:7745175be32cd54e4aa6c9cce6f642f59a34a80f</id>
<content type='text'>
rdar://13348420



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177596 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert "pre-RA-sched: fix TargetOpcode usage"</title>
<updated>2013-03-20T15:43:00Z</updated>
<author>
<name>Christian Konig</name>
<email>christian.koenig@amd.com</email>
</author>
<published>2013-03-20T15:43:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=61aba54f2c0f432179dfaa758bdb2bf1b9929814'/>
<id>urn:sha1:61aba54f2c0f432179dfaa758bdb2bf1b9929814</id>
<content type='text'>
This reverts commit 06091513c283c863296f01cc7c2e86b56bb50d02.

The code is obviously wrong, but the trivial fix causes
inefficient code generation on X86. Somebody with more
knowledge of the code needs to take a look here.

Signed-off-by: Christian König &lt;christian.koenig@amd.com&gt;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177529 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move SDNode order propagation to SDNodeOrdering, which also fixes a missed</title>
<updated>2013-03-20T14:51:01Z</updated>
<author>
<name>Justin Holewinski</name>
<email>jholewinski@nvidia.com</email>
</author>
<published>2013-03-20T14:51:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fa963a885c074b3b0d6cc2466036297c476f7103'/>
<id>urn:sha1:fa963a885c074b3b0d6cc2466036297c476f7103</id>
<content type='text'>
case of order propagation during isel.

Thanks Owen for the suggestion!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177525 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>pre-RA-sched: fix TargetOpcode usage</title>
<updated>2013-03-20T13:49:22Z</updated>
<author>
<name>Christian Konig</name>
<email>christian.koenig@amd.com</email>
</author>
<published>2013-03-20T13:49:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=06091513c283c863296f01cc7c2e86b56bb50d02'/>
<id>urn:sha1:06091513c283c863296f01cc7c2e86b56bb50d02</id>
<content type='text'>
TargetOpcodes need to be treaded as Machine- and not ISD-Opcodes.

Signed-off-by: Christian König &lt;christian.koenig@amd.com&gt;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177518 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Propagate DAG node ordering during type legalization and instruction selection</title>
<updated>2013-03-20T00:10:32Z</updated>
<author>
<name>Justin Holewinski</name>
<email>jholewinski@nvidia.com</email>
</author>
<published>2013-03-20T00:10:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d73dc544f5e37e6d58befc71e57da3c132804543'/>
<id>urn:sha1:d73dc544f5e37e6d58befc71e57da3c132804543</id>
<content type='text'>
A node's ordering is only propagated during legalization if (a) the new node does
not have an ordering (is not a CSE'd node), or (b) the new node has an ordering
that is higher than the node being legalized.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177465 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move #include of BitVector from .h to .cpp file.</title>
<updated>2013-03-18T23:45:45Z</updated>
<author>
<name>Jakub Staszak</name>
<email>kubastaszak@gmail.com</email>
</author>
<published>2013-03-18T23:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f31034db8c12197d00b3e356e1d2a702c2339d49'/>
<id>urn:sha1:f31034db8c12197d00b3e356e1d2a702c2339d49</id>
<content type='text'>
Also remove unneeded #include and forward declaration.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177357 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add some constantness.</title>
<updated>2013-03-18T23:40:46Z</updated>
<author>
<name>Jakub Staszak</name>
<email>kubastaszak@gmail.com</email>
</author>
<published>2013-03-18T23:40:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c2248b0e7895446cccf934b57c6aa3aa712e20d1'/>
<id>urn:sha1:c2248b0e7895446cccf934b57c6aa3aa712e20d1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177356 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix integer comparison in DIEInteger::BestForm.</title>
<updated>2013-03-18T17:03:05Z</updated>
<author>
<name>Hans Wennborg</name>
<email>hans@hanshq.net</email>
</author>
<published>2013-03-18T17:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a12c674ee579685e982db008f546681a10cc49a6'/>
<id>urn:sha1:a12c674ee579685e982db008f546681a10cc49a6</id>
<content type='text'>
The always-true "(int)Int == (signed)Int" comparison was found
while experimenting with a potential new Clang warning.

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