<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/clang/lib/CodeGen/README.txt, branch meklort-10.0.0</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.0</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.0'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2009-07-23T03:03:07+00:00</updated>
<entry>
<title>These IRgen improvements have been done.</title>
<updated>2009-07-23T03:03:07+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-23T03:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a244814e6f8a21528e3ff1410a6db2684f5d03ed'/>
<id>urn:sha1:a244814e6f8a21528e3ff1410a6db2684f5d03ed</id>
<content type='text'>
Technically we could still do a bit more to avoid deferred generation of statics
which we know are used, but I seriously doubt this is important.

llvm-svn: 76844
</content>
</entry>
<entry>
<title>Add note on theoretical IRgen improvement.</title>
<updated>2009-03-15T06:39:56+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-03-15T06:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=27a08fab6bd628c23e371507f1c458440b27d98b'/>
<id>urn:sha1:27a08fab6bd628c23e371507f1c458440b27d98b</id>
<content type='text'>
llvm-svn: 67024
</content>
</entry>
<entry>
<title>Add a note about an IRgen optimization opportunity.</title>
<updated>2009-02-24T06:34:04+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-02-24T06:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=36ae309434a7818e5fda0c6eab53b0b6be6505f9'/>
<id>urn:sha1:36ae309434a7818e5fda0c6eab53b0b6be6505f9</id>
<content type='text'>
llvm-svn: 65376
</content>
</entry>
<entry>
<title>Add some IRgen improvement notes.</title>
<updated>2009-02-20T19:34:45+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-02-20T19:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2f3a3d9f7af82e8b6588f7a9afa71e7357bae21e'/>
<id>urn:sha1:2f3a3d9f7af82e8b6588f7a9afa71e7357bae21e</id>
<content type='text'>
llvm-svn: 65146
</content>
</entry>
<entry>
<title>Mention an optimization opportunity pointed out by Chris.</title>
<updated>2008-12-04T09:05:45+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2008-12-04T09:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2c4efe68ea698878f4041e7d8a335c01d8db2bbd'/>
<id>urn:sha1:2c4efe68ea698878f4041e7d8a335c01d8db2bbd</id>
<content type='text'>
llvm-svn: 60535
</content>
</entry>
<entry>
<title>Test commit.</title>
<updated>2008-11-27T03:47:29+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2008-11-27T03:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e9095f55c7e2f5d88f84a2b5e94a6e6f08c03332'/>
<id>urn:sha1:e9095f55c7e2f5d88f84a2b5e94a6e6f08c03332</id>
<content type='text'>
llvm-svn: 60147
</content>
</entry>
<entry>
<title>Fix redundant load of bit-fields on assignment (to get the updated</title>
<updated>2008-11-19T09:36:46+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2008-11-19T09:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9b1335eca844fb364e78f5de1f5efa968900a120'/>
<id>urn:sha1:9b1335eca844fb364e78f5de1f5efa968900a120</id>
<content type='text'>
value).
 - Use extra argument to EmitStoreThroughLValue to provide place to
   write update bit-field value if caller requires it.
 - This fixes several FIXMEs.

llvm-svn: 59615
</content>
</entry>
<entry>
<title>Start a README.txt of possible optimizations to do in IRgen.</title>
<updated>2008-11-12T12:31:28+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2008-11-12T12:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2889780436ebc7feccb81aa11117e8a0a4de42ed'/>
<id>urn:sha1:2889780436ebc7feccb81aa11117e8a0a4de42ed</id>
<content type='text'>
llvm-svn: 59130
</content>
</entry>
</feed>
