<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/SystemZ, branch release_33</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/SystemZ?h=release_33</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/SystemZ?h=release_33'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-05-06T16:17:29Z</updated>
<entry>
<title>[SystemZ] Add CodeGen test cases</title>
<updated>2013-05-06T16:17:29Z</updated>
<author>
<name>Ulrich Weigand</name>
<email>ulrich.weigand@de.ibm.com</email>
</author>
<published>2013-05-06T16:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b503b49b5105b6aad7d2a015468b84b0f64dfe8e'/>
<id>urn:sha1:b503b49b5105b6aad7d2a015468b84b0f64dfe8e</id>
<content type='text'>
This adds all CodeGen tests for the SystemZ target.

This version of the patch incorporates feedback from a review by
Sean Silva.  Thanks to all reviewers!

Patch by Richard Sandiford.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181204 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the SystemZ backend.</title>
<updated>2011-10-24T23:48:32Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-10-24T23:48:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=29074ccf6cb00a3cbe32a3b7809d970ecaf8c9bf'/>
<id>urn:sha1:29074ccf6cb00a3cbe32a3b7809d970ecaf8c9bf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142878 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>manually upgrade a bunch of tests to modern syntax, and remove some that</title>
<updated>2011-06-17T03:14:27Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-06-17T03:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=26b0000166ca3d00f2a1990b43a1f45cdac4e9b6'/>
<id>urn:sha1:26b0000166ca3d00f2a1990b43a1f45cdac4e9b6</id>
<content type='text'>
are either unreduced or only test old syntax.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133228 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove custom allocation orders in SystemZ.</title>
<updated>2011-06-15T18:02:56Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2011-06-15T18:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b79e30cc9e8ce8c6beacbc38a7e27d33ba07fd66'/>
<id>urn:sha1:b79e30cc9e8ce8c6beacbc38a7e27d33ba07fd66</id>
<content type='text'>
Note that this actually changes code generation, and someone who
understands this target better should check the changes.

- R12Q is now allocatable. I think it was omitted from the allocation
  order by mistake since it isn't reserved. It as apparently used as a
  GOT pointer sometimes, and it should probably be reserved if that is
  the case.

- The GR64 registers are allocated in a different order now. The
  register allocator will automatically put the CSRs last. There were
  other changes to the order that may have been significant.

The test fix is because r0 and r1 swapped places in the allocation order.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133067 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix SystemZ tests</title>
<updated>2011-03-31T23:02:12Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2011-03-31T23:02:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0caa420042fd8e7824447f67668fb310cffe8a43'/>
<id>urn:sha1:0caa420042fd8e7824447f67668fb310cffe8a43</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128686 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG message instead of creating DBG_VALUE for undefined value in reg0.</title>
<updated>2010-12-06T22:39:26Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-12-06T22:39:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=afeaae7a940ce16e7874af31f3e5e91d8ca89e19'/>
<id>urn:sha1:afeaae7a940ce16e7874af31f3e5e91d8ca89e19</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121059 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Correct bogus module triple specifications.</title>
<updated>2010-08-30T10:48:29Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-08-30T10:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cdd4f8c7cb0e5aa6e8d2b73f668c459936fe11d3'/>
<id>urn:sha1:cdd4f8c7cb0e5aa6e8d2b73f668c459936fe11d3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112469 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead and</title>
<updated>2010-05-14T22:17:42Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-05-14T22:17:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=23ead992838188a3696a0c4510010b41824e789e'/>
<id>urn:sha1:23ead992838188a3696a0c4510010b41824e789e</id>
<content type='text'>
replace the check with the appropriate predicate. Modify the testcase to reflect
the correct code. (It should be saving callee-saved registers on the stack
allocated by the calling fuction.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103829 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add newlines at the end of files.</title>
<updated>2010-04-07T22:53:17Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-07T22:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d2075586c82104fe01c7de351b4df98833116e64'/>
<id>urn:sha1:d2075586c82104fe01c7de351b4df98833116e64</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100705 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Split big test into multiple directories to cater to</title>
<updated>2010-04-07T20:43:35Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2010-04-07T20:43:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b39b7e5ebf477039a5c6064464ee10da21b5f726'/>
<id>urn:sha1:b39b7e5ebf477039a5c6064464ee10da21b5f726</id>
<content type='text'>
those who don't build all targets.



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