<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/XCore, branch release_32</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/XCore?h=release_32</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/XCore?h=release_32'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-06-13T17:59:12Z</updated>
<entry>
<title>Fix pattern for MKMSK instruction.</title>
<updated>2012-06-13T17:59:12Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2012-06-13T17:59:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aa08c8b2ba8d684b144ca016de91ad43e033c7c4'/>
<id>urn:sha1:aa08c8b2ba8d684b144ca016de91ad43e033c7c4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158409 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Flip the new block-placement pass to be on by default.</title>
<updated>2012-04-16T13:49:17Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-04-16T13:49:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9e67db4af13abb967cae5858502207a43d26bf84'/>
<id>urn:sha1:9e67db4af13abb967cae5858502207a43d26bf84</id>
<content type='text'>
This is mostly to test the waters. I'd like to get results from FNT
build bots and other bots running on non-x86 platforms.

This feature has been pretty heavily tested over the last few months by
me, and it fixes several of the execution time regressions caused by the
inlining work by preventing inlining decisions from radically impacting
block layout.

I've seen very large improvements in yacr2 and ackermann benchmarks,
along with the expected noise across all of the benchmark suite whenever
code layout changes. I've analyzed all of the regressions and fixed
them, or found them to be impossible to fix. See my email to llvmdev for
more details.

I'd like for this to be in 3.1 as it complements the inliner changes,
but if any failures are showing up or anyone has concerns, it is just
a flag flip and so can be easily turned off.

I'm switching it on tonight to try and get at least one run through
various folks' performance suites in case SPEC or something else has
serious issues with it. I'll watch bots and revert if anything shows up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154816 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>No need to run llvm-as.</title>
<updated>2012-04-02T19:44:20Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2012-04-02T19:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ce167840b2408e531fb7616627ff1bf769b4a111'/>
<id>urn:sha1:ce167840b2408e531fb7616627ff1bf769b4a111</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153890 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu</title>
<updated>2012-03-25T09:02:19Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-03-25T09:02:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cc85160672e3b2d5ec363cc4e151e5b944a60454'/>
<id>urn:sha1:cc85160672e3b2d5ec363cc4e151e5b944a60454</id>
<content type='text'>
* Removed test/lib/llvm.exp - it is no longer needed 
* Deleted the dg.exp reading code from test/lit.cfg. There are no dg.exp files
  left in the test suite so this code is no longer required. test/lit.cfg is
  now much shorter and clearer 
* Removed a lot of duplicate code in lit.local.cfg files that need access to
  the root configuration, by adding a "root" attribute to the TestingConfig
  object. This attribute is dynamically computed to provide the same
  information as was previously provided by the custom getRoot functions. 
* Documented the config.root attribute in docs/CommandGuide/lit.pod





git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153408 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.</title>
<updated>2012-02-16T06:28:33Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-02-16T06:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f0c411079cd21bb3a81a1b70bf8c67539a16c22'/>
<id>urn:sha1:0f0c411079cd21bb3a81a1b70bf8c67539a16c22</id>
<content type='text'>
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150664 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>FileCheck hygiene.</title>
<updated>2012-01-05T00:43:34Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-01-05T00:43:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=44aac553f60553f240767bc0487e19372340623f'/>
<id>urn:sha1:44aac553f60553f240767bc0487e19372340623f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147580 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.</title>
<updated>2011-11-27T06:54:59Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-11-27T06:54:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d2bf432b2b6ba02e20958953a237213d48b00f20'/>
<id>urn:sha1:d2bf432b2b6ba02e20958953a237213d48b00f20</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145171 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't fold negative offsets into cp / dp accesses to avoid relocation errors.</title>
<updated>2011-11-01T11:31:53Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2011-11-01T11:31:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0e6c1c536bc39f26a01fb1e207f65a351b2b4269'/>
<id>urn:sha1:0e6c1c536bc39f26a01fb1e207f65a351b2b4269</id>
<content type='text'>
This can happen if the address + addend is less than the start of the cp / dp.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143459 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Combine various XCore tests for floating point intrinsic support into a single test.</title>
<updated>2011-11-01T10:51:48Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2011-11-01T10:51:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=441ed4ac23d0ceaa4ff3c4d302412368dab1d748'/>
<id>urn:sha1:441ed4ac23d0ceaa4ff3c4d302412368dab1d748</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143458 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move various XCore tests to FileCheck</title>
<updated>2011-11-01T10:41:28Z</updated>
<author>
<name>Richard Osborne</name>
<email>richard@xmos.com</email>
</author>
<published>2011-11-01T10:41:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=70ad3951e419ee0f1a612cab2f206e4478b757b5'/>
<id>urn:sha1:70ad3951e419ee0f1a612cab2f206e4478b757b5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143457 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
