<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/include/llvm/CodeGen/PBQP/Heuristics, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/include/llvm/CodeGen/PBQP/Heuristics?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/include/llvm/CodeGen/PBQP/Heuristics?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2012-12-03T17:02:12Z</updated>
<entry>
<title>Sort the #include lines for the include/... tree with the script.</title>
<updated>2012-12-03T17:02:12Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-12-03T17:02:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=255f89faee13dc491cb64fbeae3c763e7e2ea4e6'/>
<id>urn:sha1:255f89faee13dc491cb64fbeae3c763e7e2ea4e6</id>
<content type='text'>
AKA: Recompile *ALL* the source code!

This one went much better. No manual edits here. I spot-checked for
silliness and grep-checked for really broken edits and everything seemed
good. It all still compiles. Yell if you see something that looks goofy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169133 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Matrix simplification in PBQP may push infinite costs onto register options.</title>
<updated>2012-04-03T16:27:16Z</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2012-04-03T16:27:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=d5be48a9db6bf9b1b399e1309b9654e06a616165'/>
<id>urn:sha1:d5be48a9db6bf9b1b399e1309b9654e06a616165</id>
<content type='text'>
The colorability heuristic should count these as denied registers.

No test case - this exposed a bug on an out-of-tree target.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153958 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove unused STL header includes.</title>
<updated>2011-04-23T19:53:52Z</updated>
<author>
<name>Jay Foad</name>
<email>jay.foad@gmail.com</email>
</author>
<published>2011-04-23T19:53:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=ddcdcc88631c6bd4ad43d9198b98bc9a829be036'/>
<id>urn:sha1:ddcdcc88631c6bd4ad43d9198b98bc9a829be036</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130068 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added an additional PBQP problem builder which adds coalescing costs (both between pairs of virtuals, and between virtuals and physicals).</title>
<updated>2010-09-21T13:19:36Z</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2010-09-21T13:19:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=e9c935662d77b8c5a3a26f5622dc2a3ed22d75c8'/>
<id>urn:sha1:e9c935662d77b8c5a3a26f5622dc2a3ed22d75c8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114429 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added a separate class (PBQPBuilder) for PBQP Problem construction. This class can be extended to support custom constraints.</title>
<updated>2010-09-18T09:07:10Z</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2010-09-18T09:07:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=eb6c8f53b4df1488f3d07c11af8f754cc4620f3a'/>
<id>urn:sha1:eb6c8f53b4df1488f3d07c11af8f754cc4620f3a</id>
<content type='text'>
For now the allocator still uses the old (internal) construction mechanism by default. This will be phased out soon assuming 
no issues with the builder system come up.

To invoke the new construction mechanism just pass '-regalloc=pbqp -pbqp-builder' to llc. To provide custom constraints a
Target just needs to extend PBQPBuilder and pass an instance of their derived builder to the RegAllocPBQP constructor.



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