<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/lib/CodeGen/InstrSelection, 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>2004-01-09T06:24:06+00:00</updated>
<entry>
<title>Move InstrSelection into lib/Target/Sparc, as it's sparc specific</title>
<updated>2004-01-09T06:24:06+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2004-01-09T06:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=83e84166a3041b48badfa14ace5f66b89c5f4ff3'/>
<id>urn:sha1:83e84166a3041b48badfa14ace5f66b89c5f4ff3</id>
<content type='text'>
llvm-svn: 10730
</content>
</entry>
<entry>
<title>Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering</title>
<updated>2003-12-28T21:23:38+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-12-28T21:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5d236005b0eaffbd59d24a8c3267d642398a3ea6'/>
<id>urn:sha1:5d236005b0eaffbd59d24a8c3267d642398a3ea6</id>
<content type='text'>
implementation from the TargetMachine directly.

llvm-svn: 10636
</content>
</entry>
<entry>
<title>Whoops, don't try to lower non intrinsic calls</title>
<updated>2003-12-28T09:53:23+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-12-28T09:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=10cac58d231b175e5b2798e93045c041438a6fb3'/>
<id>urn:sha1:10cac58d231b175e5b2798e93045c041438a6fb3</id>
<content type='text'>
llvm-svn: 10632
</content>
</entry>
<entry>
<title>Use the intrinsic lowering functionality</title>
<updated>2003-12-28T09:43:35+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-12-28T09:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4b75e04a6033e248f2e3b7665f6d6bac6b197c5d'/>
<id>urn:sha1:4b75e04a6033e248f2e3b7665f6d6bac6b197c5d</id>
<content type='text'>
llvm-svn: 10626
</content>
</entry>
<entry>
<title>Change interface of MachineOperand as follows:</title>
<updated>2003-12-14T13:24:17+00:00</updated>
<author>
<name>Alkis Evlogimenos</name>
<email>alkis@evlogimenos.com</email>
</author>
<published>2003-12-14T13:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=aaba4639f8b4e4b516b5d0534e726fe596c21081'/>
<id>urn:sha1:aaba4639f8b4e4b516b5d0534e726fe596c21081</id>
<content type='text'>
    a) remove opIsUse(), opIsDefOnly(), opIsDefAndUse()
    b) add isUse(), isDef()
    c) rename opHiBits32() to isHiBits32(),
              opLoBits32() to isLoBits32(),
              opHiBits64() to isHiBits64(),
              opLoBits64() to isLoBits64().

This results to much more readable code, for example compare
"op.opIsDef() || op.opIsDefAndUse()" to "op.isDef()" a pattern used
very often in the code.

llvm-svn: 10461
</content>
</entry>
<entry>
<title>This appears to fix Bug 172 and does not break any other feature tests or</title>
<updated>2003-12-10T22:51:41+00:00</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-12-10T22:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=fb55ac24ec60d9f7799325d9a47d0ab3a814f88e'/>
<id>urn:sha1:fb55ac24ec60d9f7799325d9a47d0ab3a814f88e</id>
<content type='text'>
regression tests.

llvm-svn: 10388
</content>
</entry>
<entry>
<title>Put all LLVM code into the llvm namespace, as per bug 109.</title>
<updated>2003-11-11T22:41:34+00:00</updated>
<author>
<name>Brian Gaeke</name>
<email>gaeke@uiuc.edu</email>
</author>
<published>2003-11-11T22:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=960707c335b85fa0df0bff6400fd4e5f19ac0df4'/>
<id>urn:sha1:960707c335b85fa0df0bff6400fd4e5f19ac0df4</id>
<content type='text'>
llvm-svn: 9903
</content>
</entry>
<entry>
<title>Make code layout more consistent.</title>
<updated>2003-10-23T17:39:37+00:00</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-23T17:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c7b1bce28322ce0761467e24fd0955981d71e0df'/>
<id>urn:sha1:c7b1bce28322ce0761467e24fd0955981d71e0df</id>
<content type='text'>
llvm-svn: 9426
</content>
</entry>
<entry>
<title>Added LLVM copyright notice to Makefiles.</title>
<updated>2003-10-20T22:26:57+00:00</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T22:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4436c49787dc91128c51e8f7594cd160eb95cf42'/>
<id>urn:sha1:4436c49787dc91128c51e8f7594cd160eb95cf42</id>
<content type='text'>
llvm-svn: 9312
</content>
</entry>
<entry>
<title>Added LLVM project notice to the top of every C++ source file.</title>
<updated>2003-10-20T19:43:21+00:00</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T19:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=482202a601208cac2951cc6823c7c62bb0235f76'/>
<id>urn:sha1:482202a601208cac2951cc6823c7c62bb0235f76</id>
<content type='text'>
Header files will be on the way.

llvm-svn: 9298
</content>
</entry>
</feed>
