<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/XCore, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/XCore?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/XCore?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-03-02T06:34:30Z</updated>
<entry>
<title>Sink InstructionSelect() out of each target into SDISel, and rename it</title>
<updated>2010-03-02T06:34:30Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-02T06:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7c306da505e2d7f64e160890b274a47fa0740962'/>
<id>urn:sha1:7c306da505e2d7f64e160890b274a47fa0740962</id>
<content type='text'>
DoInstructionSelection.  Inline "SelectRoot" into it from DAGISelHeader.
Sink some other stuff out of DAGISelHeader into SDISel.

Eliminate the various 'Indent' stuff from various targets, which dates
to when isel was recursive.

 17 files changed, 114 insertions(+), 430 deletions(-)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97555 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove dead parameter passing.</title>
<updated>2010-03-02T01:55:18Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-03-02T01:55:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=46ada19645c981a0b7932487d163f7582074a4d9'/>
<id>urn:sha1:46ada19645c981a0b7932487d163f7582074a4d9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97536 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>stop using generated sdnodexforms.</title>
<updated>2010-03-01T19:38:53Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-01T19:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4c353e3c34ea2924e5c869910f264feb50b0bf0a'/>
<id>urn:sha1:4c353e3c34ea2924e5c869910f264feb50b0bf0a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97485 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy.</title>
<updated>2010-02-26T16:44:51Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-02-26T16:44:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d712783492b2bdd55b8cc8f513794d33da86de6b'/>
<id>urn:sha1:d712783492b2bdd55b8cc8f513794d33da86de6b</id>
<content type='text'>
Previously LoopStrengthReduce would sometimes be unable to find
a legal formula, causing an assertion failure.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97226 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't mark call instruction as a barrier.</title>
<updated>2010-02-23T21:08:11Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-02-23T21:08:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8acf71baed08b430e77155404254bdde7ba60997'/>
<id>urn:sha1:8acf71baed08b430e77155404254bdde7ba60997</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96983 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>ECALLF, ECALLT shouldn't be marked as barriers.</title>
<updated>2010-02-23T18:29:49Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-02-23T18:29:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3abd8d4e035a984827f48b39dbef0ef6766195a3'/>
<id>urn:sha1:3abd8d4e035a984827f48b39dbef0ef6766195a3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96964 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Mark unconditional branches as barriers. Found using -verify-machineinstrs</title>
<updated>2010-02-23T18:13:38Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-02-23T18:13:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4ee2aa7eb29079eaf4cdefe533151200214a3a2c'/>
<id>urn:sha1:4ee2aa7eb29079eaf4cdefe533151200214a3a2c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96960 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove unused lowering function LowerJumpTable</title>
<updated>2010-02-23T14:17:20Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-02-23T14:17:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=edb8d21622d23a43f97e9b58221952ee34b18521'/>
<id>urn:sha1:edb8d21622d23a43f97e9b58221952ee34b18521</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96943 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Lower BR_JT on the XCore to a jump into a series of jump instructions.</title>
<updated>2010-02-23T13:25:07Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2010-02-23T13:25:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=78700b0c55ccc2d355ba9ee2ac666d669052b0cb'/>
<id>urn:sha1:78700b0c55ccc2d355ba9ee2ac666d669052b0cb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96942 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move TLOF implementations to libCodegen to resolve layering violation.</title>
<updated>2010-02-15T22:37:53Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2010-02-15T22:37:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=362dd0bef5437f85586c046bc53287b6fbe9c099'/>
<id>urn:sha1:362dd0bef5437f85586c046bc53287b6fbe9c099</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96288 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
