<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/XCore, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/XCore?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/XCore?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-08-19T05:49:37Z</updated>
<entry>
<title>eliminate AsmPrinter::SwitchToSection and just have clients</title>
<updated>2009-08-19T05:49:37Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-19T05:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6c2f9e14fdf14d8c1c687c6bd9918183fa7f8a7f'/>
<id>urn:sha1:6c2f9e14fdf14d8c1c687c6bd9918183fa7f8a7f</id>
<content type='text'>
talk to the MCStreamer directly instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79405 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support for mergeable sections back into the XCore backend.</title>
<updated>2009-08-18T21:14:31Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2009-08-18T21:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1123135dbfa776bbe4c2120a16098d81e0850a76'/>
<id>urn:sha1:1123135dbfa776bbe4c2120a16098d81e0850a76</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79368 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Put data with relocations in the same sections as data without relocations.</title>
<updated>2009-08-18T17:58:17Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2009-08-18T17:58:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a9e83348770deaf7c187ff842aa9b467f813bf55'/>
<id>urn:sha1:a9e83348770deaf7c187ff842aa9b467f813bf55</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79351 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reapply r79127. It was fixed by d0k.</title>
<updated>2009-08-15T21:21:19Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-08-15T21:21:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=af5663405834ca7cf4a847f2efa2d624ce99b1d8'/>
<id>urn:sha1:af5663405834ca7cf4a847f2efa2d624ce99b1d8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79136 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r79127. It was causing compilation errors.</title>
<updated>2009-08-15T21:14:01Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-08-15T21:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f865ea85bd9d3e04aa795ee03cfc8db339f8c9b9'/>
<id>urn:sha1:f865ea85bd9d3e04aa795ee03cfc8db339f8c9b9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79135 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change allowsUnalignedMemoryAccesses to take type argument since some targets</title>
<updated>2009-08-15T19:23:44Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2009-08-15T19:23:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=088880cb192fb6dd5b1bf85af62023c5ca3da38f'/>
<id>urn:sha1:088880cb192fb6dd5b1bf85af62023c5ca3da38f</id>
<content type='text'>
support unaligned mem access only for certain types. (Should it be size
instead?)

ARM v7 supports unaligned access for i16 and i32, some v6 variants support it
as well.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79127 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>tidy up</title>
<updated>2009-08-15T15:08:28Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-15T15:08:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5f0b7488ef321a9ef7f58c877d8c3afce09e6678'/>
<id>urn:sha1:5f0b7488ef321a9ef7f58c877d8c3afce09e6678</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79101 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move XCore AsmPrinter to XCore/AsmPrinter directory.</title>
<updated>2009-08-15T12:53:15Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2009-08-15T12:53:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1c8c15f6d2f3f7ffbeff5daa211907dff1b13650'/>
<id>urn:sha1:1c8c15f6d2f3f7ffbeff5daa211907dff1b13650</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79094 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>cmake likes its explicit list of files to build.</title>
<updated>2009-08-15T06:10:23Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-15T06:10:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=97d37b601d2c06bce14b029fc26ca03290e82539'/>
<id>urn:sha1:97d37b601d2c06bce14b029fc26ca03290e82539</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79080 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>use XCore-specific section with xcore specific cp/dp flags to restore </title>
<updated>2009-08-15T06:09:35Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-15T06:09:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=760e24cd0514d4459eb2802d81472432f688de09'/>
<id>urn:sha1:760e24cd0514d4459eb2802d81472432f688de09</id>
<content type='text'>
support for globals going into the appropriate sections with the flags.

This hopefully finishes unbreaking the previous behavior that I broke before.


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