<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/test/CodeGen/PIC16, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2010-10-11T05:44:40+00:00</updated>
<entry>
<title>Per discussion with Sanjiv, remove the PIC16 target from mainline.  When/if</title>
<updated>2010-10-11T05:44:40+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-10-11T05:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1ef5e84c31dfe61abc0679026131f04472d98a13'/>
<id>urn:sha1:1ef5e84c31dfe61abc0679026131f04472d98a13</id>
<content type='text'>
it comes back, it will be largely a rewrite, so keeping the old codebase
in tree isn't helping anyone.

llvm-svn: 116190
</content>
</entry>
<entry>
<title>Remove XFAIL for vg_leak as the leaks are fixed by 100601.</title>
<updated>2010-04-07T07:06:48+00:00</updated>
<author>
<name>Sanjiv Gupta</name>
<email>sanjiv.gupta@microchip.com</email>
</author>
<published>2010-04-07T07:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=49487930414f6fb6ed852a1a8baf7f7fd4b7c8a4'/>
<id>urn:sha1:49487930414f6fb6ed852a1a8baf7f7fd4b7c8a4</id>
<content type='text'>
llvm-svn: 100612
</content>
</entry>
<entry>
<title>XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect these</title>
<updated>2010-03-30T14:34:13+00:00</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2010-03-30T14:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0c1dcb083e3e6d178d2c8a8f183d811cb4ed308c'/>
<id>urn:sha1:0c1dcb083e3e6d178d2c8a8f183d811cb4ed308c</id>
<content type='text'>
to be fixed any time soon.

llvm-svn: 99888
</content>
</entry>
<entry>
<title>this testcase is failing because pic16 doesn't define a reg/reg </title>
<updated>2010-03-02T20:48:24+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-02T20:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f61e34d120621d02b3095d68edcfb7520aae9ac4'/>
<id>urn:sha1:f61e34d120621d02b3095d68edcfb7520aae9ac4</id>
<content type='text'>
xor pattern.  I have no plans to fix this XFAIL.

llvm-svn: 97587
</content>
</entry>
<entry>
<title>xfail this for now.</title>
<updated>2010-03-02T19:53:25+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-02T19:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=7ecdcadcc9365102798dbd7639703dc36a3b14ac'/>
<id>urn:sha1:7ecdcadcc9365102798dbd7639703dc36a3b14ac</id>
<content type='text'>
llvm-svn: 97584
</content>
</entry>
<entry>
<title>Reapply things reverted back in 97220, with the fixed test case.</title>
<updated>2010-02-26T17:59:28+00:00</updated>
<author>
<name>Sanjiv Gupta</name>
<email>sanjiv.gupta@microchip.com</email>
</author>
<published>2010-02-26T17:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2bdbb3c167cfe00632ce8e56b84805d7dad2c850'/>
<id>urn:sha1:2bdbb3c167cfe00632ce8e56b84805d7dad2c850</id>
<content type='text'>
llvm-svn: 97228
</content>
</entry>
<entry>
<title>emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1,</title>
<updated>2010-01-20T07:19:19+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-20T07:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4c8b1824f0958db75bf24e358330bdd043f93f35'/>
<id>urn:sha1:4c8b1824f0958db75bf24e358330bdd043f93f35</id>
<content type='text'>
for tidiness.

llvm-svn: 93992
</content>
</entry>
<entry>
<title>Extern declaration for unordered.f32 libcall was not being emitted. Fixed that.</title>
<updated>2009-12-29T03:24:34+00:00</updated>
<author>
<name>Sanjiv Gupta</name>
<email>sanjiv.gupta@microchip.com</email>
</author>
<published>2009-12-29T03:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=015215ca86c8a33ce7f887c877da7323001a6691'/>
<id>urn:sha1:015215ca86c8a33ce7f887c877da7323001a6691</id>
<content type='text'>
llvm-svn: 92242
</content>
</entry>
<entry>
<title>Fixed llc crash for zext (i1 -&gt; i8) loads.</title>
<updated>2009-12-28T04:53:24+00:00</updated>
<author>
<name>Sanjiv Gupta</name>
<email>sanjiv.gupta@microchip.com</email>
</author>
<published>2009-12-28T04:53:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1ecffe13b2b1f14d5f37119ea1370da4223f39dc'/>
<id>urn:sha1:1ecffe13b2b1f14d5f37119ea1370da4223f39dc</id>
<content type='text'>
llvm-svn: 92201
</content>
</entry>
<entry>
<title>Reapply 91904.</title>
<updated>2009-12-23T11:19:09+00:00</updated>
<author>
<name>Sanjiv Gupta</name>
<email>sanjiv.gupta@microchip.com</email>
</author>
<published>2009-12-23T11:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=cd419eebcedc5e5f05708979a9a311ce8fec7614'/>
<id>urn:sha1:cd419eebcedc5e5f05708979a9a311ce8fec7614</id>
<content type='text'>
llvm-svn: 91996
</content>
</entry>
</feed>
