<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Analysis/Profiling, branch release_33</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Analysis/Profiling?h=release_33</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Analysis/Profiling?h=release_33'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-05-06T16:51:08Z</updated>
<entry>
<title>AArch64: use MCJIT by default and enable related tests.</title>
<updated>2013-05-06T16:51:08Z</updated>
<author>
<name>Tim Northover</name>
<email>Tim.Northover@arm.com</email>
</author>
<published>2013-05-06T16:51:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4c8850cd1c97eff659169967bb70b6e22c3ace27'/>
<id>urn:sha1:4c8850cd1c97eff659169967bb70b6e22c3ace27</id>
<content type='text'>
This just enables some testing I'd missed after implementing MCJIT
support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181215 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Disable profiling tests for Hexagon since it doesn't support JIT.</title>
<updated>2013-03-25T21:15:11Z</updated>
<author>
<name>Jyotsna Verma</name>
<email>jverma@codeaurora.org</email>
</author>
<published>2013-03-25T21:15:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1f7fe8044750ba348064699b5f52244b48234dfe'/>
<id>urn:sha1:1f7fe8044750ba348064699b5f52244b48234dfe</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177917 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>AArch64: adjust tests which rely on a default JIT</title>
<updated>2013-02-18T11:08:37Z</updated>
<author>
<name>Tim Northover</name>
<email>Tim.Northover@arm.com</email>
</author>
<published>2013-02-18T11:08:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f13a7e2b2164bc107dd8fa87b79d4c118ef81742'/>
<id>urn:sha1:f13a7e2b2164bc107dd8fa87b79d4c118ef81742</id>
<content type='text'>
Profiling tests *do* need a JIT. They'll pass if a cross-compiler targetting
AArch64 by default has been built, but fail if a native AArch64 compiler has
been build. Therefore XFAIL is inappropriate and we mark them unsupported.

ExecutionEngine tests are JIT by definition, they should also be unsupported.

Transforms/LICM only uses the interpreter to check the output is still sane
after optimisation. It can be switched to use an interpreter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175433 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add default JIT LIT variable.</title>
<updated>2012-10-02T10:57:08Z</updated>
<author>
<name>James Molloy</name>
<email>james.molloy@arm.com</email>
</author>
<published>2012-10-02T10:57:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9e36496eb39656df8894a6a1cd56f3561f6672a4'/>
<id>urn:sha1:9e36496eb39656df8894a6a1cd56f3561f6672a4</id>
<content type='text'>
Patch by David Tweed!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164996 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.</title>
<updated>2012-08-29T00:37:46Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-08-29T00:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c3c237d8beefe332c6c589638acb6b5b29179387'/>
<id>urn:sha1:c3c237d8beefe332c6c589638acb6b5b29179387</id>
<content type='text'>
FIXME: profile_rt.dll could be built on win32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162811 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Profile: set branch weight metadata with data generated from profiling.</title>
<updated>2012-08-28T22:21:25Z</updated>
<author>
<name>Manman Ren</name>
<email>mren@apple.com</email>
</author>
<published>2012-08-28T22:21:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d26200423ee818e54d4088bd0c499caf840d866d'/>
<id>urn:sha1:d26200423ee818e54d4088bd0c499caf840d866d</id>
<content type='text'>
This patch implements ProfileDataLoader which loads profile data generated by
-insert-edge-profiling and updates branch weight metadata accordingly.

Patch by Alastair Murray.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162799 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>test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.</title>
<updated>2010-11-29T07:58:32Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2010-11-29T07:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=86c817e9d446aa7bf6e91170be22249884fefd0d'/>
<id>urn:sha1:86c817e9d446aa7bf6e91170be22249884fefd0d</id>
<content type='text'>
%llvmshlibdir should be 'bin' on Cygming.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120282 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change tests from "opt %s" to "opt &lt; %s" so that opt doesn't see the</title>
<updated>2009-09-11T18:01:28Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-09-11T18:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f2f6ce65b79df6ec4ee427d51a18355a170f199b'/>
<id>urn:sha1:f2f6ce65b79df6ec4ee427d51a18355a170f199b</id>
<content type='text'>
input filename so that opt doesn't print the input filename in the
output so that grep lines in the tests don't unintentionally match
strings in the input filename.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81537 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use opt -S instead of piping bitcode output through llvm-dis.</title>
<updated>2009-09-08T22:34:10Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-09-08T22:34:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3e054fe9efc64596534bbae0d1634ed15181d642'/>
<id>urn:sha1:3e054fe9efc64596534bbae0d1634ed15181d642</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81257 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
