<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/CodeGen/PBQP, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/CodeGen/PBQP?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/CodeGen/PBQP?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-09-02T07:08:05Z</updated>
<entry>
<title>Silence an ambiguous else warning from GCC.</title>
<updated>2010-09-02T07:08:05Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2010-09-02T07:08:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4315093eb76b8806fed72273f0909d68645f12d3'/>
<id>urn:sha1:4315093eb76b8806fed72273f0909d68645f12d3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112809 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added counters for PBQP reduction rules.</title>
<updated>2010-09-02T05:37:52Z</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2010-09-02T05:37:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7642572e6d5e3ca0c5d18e2591989bd5c4f4b31c'/>
<id>urn:sha1:7642572e6d5e3ca0c5d18e2591989bd5c4f4b31c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112807 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Iterating over sets of pointers in a heuristic was a bad idea. Switching</title>
<updated>2010-07-17T06:31:41Z</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2010-07-17T06:31:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d0f6f017319bbc32b57c2e574d774ac91fe20f18'/>
<id>urn:sha1:d0f6f017319bbc32b57c2e574d774ac91fe20f18</id>
<content type='text'>
any command line paramater changed the register allocation produced by
PBQP.

Turns out variety is not the spice of life.

Fixed some comparators, added others. All good now.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108613 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Convert some tab stops into spaces.</title>
<updated>2010-07-12T08:16:59Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-07-12T08:16:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3472766f9eb7d66f234c390ce1b3a8b76f0ee9ce'/>
<id>urn:sha1:3472766f9eb7d66f234c390ce1b3a8b76f0ee9ce</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108130 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove two other uses of ATTRIBUTE_UNUSED for variables only used within</title>
<updated>2010-07-11T08:18:12Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2010-07-11T08:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c5080ba0c8278fba57efe605560d1f16a7a9e973'/>
<id>urn:sha1:c5080ba0c8278fba57efe605560d1f16a7a9e973</id>
<content type='text'>
assert()s, switching to void-casts. Removed an unneeded Compiler.h include as
a result. There are two other uses in LLVM, but they're not due to assert()s,
so I've left them alone.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108088 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix various doxygen warnings.</title>
<updated>2010-02-22T04:10:52Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-22T04:10:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fb76fe09297ee292129e44d723127f2408602a3d'/>
<id>urn:sha1:fb76fe09297ee292129e44d723127f2408602a3d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96779 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>* Updated the cost matrix normalization proceedure to better handle infinite costs.</title>
<updated>2010-02-12T09:43:37Z</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2010-02-12T09:43:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5cef638855c9f2bb23a9c181cc47ddace8551f50'/>
<id>urn:sha1:5cef638855c9f2bb23a9c181cc47ddace8551f50</id>
<content type='text'>
* Enabled R1/R2 application for nodes with infinite spill costs in the Briggs heuristic (made
safe by the changes to the normalization proceedure).
* Removed a redundant header.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95973 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix "the the" and similar typos.</title>
<updated>2010-02-10T16:03:48Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-10T16:03:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f451cb870efcf9e0302d25ed05f4cac6bb494e42'/>
<id>urn:sha1:f451cb870efcf9e0302d25ed05f4cac6bb494e42</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95781 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added copy sensible construction &amp; assignment to PBQP graphs and fixed a memory access bug in the heuristic solver.</title>
<updated>2010-02-09T00:45:48Z</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2010-02-09T00:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ddea94a8193a9bdbcd2d7655c3be7b189f7e30ac'/>
<id>urn:sha1:ddea94a8193a9bdbcd2d7655c3be7b189f7e30ac</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95633 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Silence GCC warnings with asserts turned off. No functionality change.</title>
<updated>2010-01-27T10:27:10Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2010-01-27T10:27:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=de4c08008a10aba59171c56086d96c760990a4cb'/>
<id>urn:sha1:de4c08008a10aba59171c56086d96c760990a4cb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94673 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
