<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/polly/test/CodeGen, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2018-03-19T15:05:30+00:00</updated>
<entry>
<title>Move code generation test case to test/CodeGen/</title>
<updated>2018-03-19T15:05:30+00:00</updated>
<author>
<name>Tobias Grosser</name>
<email>tobias@grosser.es</email>
</author>
<published>2018-03-19T15:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e5340a8ce962141534fc9b042e189b2ce84e6e01'/>
<id>urn:sha1:e5340a8ce962141534fc9b042e189b2ce84e6e01</id>
<content type='text'>
llvm-svn: 327857
</content>
</entry>
<entry>
<title>[Polly] Fix code generation of llvm.expect intrinsic</title>
<updated>2017-05-14T09:09:54+00:00</updated>
<author>
<name>Tobias Grosser</name>
<email>tobias@grosser.es</email>
</author>
<published>2017-05-14T09:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b693f42b71d3ca4e8bc3df59bd483a82234b99fd'/>
<id>urn:sha1:b693f42b71d3ca4e8bc3df59bd483a82234b99fd</id>
<content type='text'>
At the time of code generation, an instruction with an llvm intrinsic is ignored
in copyBB. However, if the value of the instruction is used later in the
program, the value needs to be synthesized. However, this is causing some issues
with the instructions being generated in a hoisted basic block.

Removing llvm.expect from the list of ignored intrinsics fixes this bug.

This resolves http://llvm.org/PR32324.

Contributed-by: Annanay Agarwal &lt;cs14btech11001@iith.ac.in&gt;

Tags: #polly

Differential Revision: https://reviews.llvm.org/D32992

llvm-svn: 303006
</content>
</entry>
<entry>
<title>Update to ISL 0.17.</title>
<updated>2016-05-04T14:41:36+00:00</updated>
<author>
<name>Michael Kruse</name>
<email>llvm@meinersbur.de</email>
</author>
<published>2016-05-04T14:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e0b34f366f6714cfa31a9ce571c2bad0907ebc7f'/>
<id>urn:sha1:e0b34f366f6714cfa31a9ce571c2bad0907ebc7f</id>
<content type='text'>
This release includes sevaral improvments compared to the previous
version isl-0.16.1-145-g243bf7c (from the ISL 0.17 announcement):
- optionally combine SCCs incrementally in scheduler
- optionally maximize coincidence in scheduler
- optionally avoid loop coalescing in scheduler
- minor AST generator improvements
- improve support for expansions in schedule trees

llvm-svn: 268500
</content>
</entry>
<entry>
<title>[FIX] Do not recompute SCEVs but pass them to subfunctions</title>
<updated>2016-04-09T14:30:11+00:00</updated>
<author>
<name>Johannes Doerfert</name>
<email>doerfert@cs.uni-saarland.de</email>
</author>
<published>2016-04-09T14:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b3410db2b7dfd9ccec9d782b74477a1d0a2febad'/>
<id>urn:sha1:b3410db2b7dfd9ccec9d782b74477a1d0a2febad</id>
<content type='text'>
  This reverts commit 2879c53e80e05497f408f21ce470d122e9f90f94.
  Additionally, it adds SDiv and SRem instructions to the set of values
  discovered by the findValues function even if we add the operands to
  be able to recompute the SCEVs. In subfunctions we do not want to
  recompute SDiv and SRem instructions but pass them instead as they
  might have been created through the IslExprBuilder and are more
  complicated than simple SDiv/SRem instructions in the code.

llvm-svn: 265873
</content>
</entry>
<entry>
<title>execute cloog specific testcases only with CLOOG_FOUND</title>
<updated>2012-12-03T21:33:40+00:00</updated>
<author>
<name>Sebastian Pop</name>
<email>spop@codeaurora.org</email>
</author>
<published>2012-12-03T21:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b08a52898a24ec4fd308dddb208894d24b117dd6'/>
<id>urn:sha1:b08a52898a24ec4fd308dddb208894d24b117dd6</id>
<content type='text'>
llvm-svn: 169159
</content>
</entry>
<entry>
<title>Fix tests with broken datalayout strings.</title>
<updated>2012-11-28T13:30:31+00:00</updated>
<author>
<name>Patrik Hägglund</name>
<email>patrik.h.hagglund@ericsson.com</email>
</author>
<published>2012-11-28T13:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b476cdfde5cfa09cb7627bf4cf7c678431efe53f'/>
<id>urn:sha1:b476cdfde5cfa09cb7627bf4cf7c678431efe53f</id>
<content type='text'>
Buildbot failure at r168785.

llvm-svn: 168791
</content>
</entry>
<entry>
<title>do not execute the OpenMP tests when cloog is not found</title>
<updated>2012-11-27T21:15:15+00:00</updated>
<author>
<name>Sebastian Pop</name>
<email>spop@codeaurora.org</email>
</author>
<published>2012-11-27T21:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ee4baf3eec43d8a92f5e1d79bc8a19ebaceb40a1'/>
<id>urn:sha1:ee4baf3eec43d8a92f5e1d79bc8a19ebaceb40a1</id>
<content type='text'>
llvm-svn: 168724
</content>
</entry>
<entry>
<title>test: LLVM supports now vectors of arbitrary pointers</title>
<updated>2012-11-14T08:25:52+00:00</updated>
<author>
<name>Tobias Grosser</name>
<email>grosser@fim.uni-passau.de</email>
</author>
<published>2012-11-14T08:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3344f733fd11191a807193c6dba3f661850c96d3'/>
<id>urn:sha1:3344f733fd11191a807193c6dba3f661850c96d3</id>
<content type='text'>
This allows Polly to vectorize more code. Fix the relevant test cases.

llvm-svn: 167923
</content>
</entry>
<entry>
<title>Tests: Pipe test files into 'opt'</title>
<updated>2012-11-04T16:56:20+00:00</updated>
<author>
<name>Tobias Grosser</name>
<email>grosser@fim.uni-passau.de</email>
</author>
<published>2012-11-04T16:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=38ea9cd7218a91ed383e28d80361319ad3d06234'/>
<id>urn:sha1:38ea9cd7218a91ed383e28d80361319ad3d06234</id>
<content type='text'>
Use 'opt &lt; %s' instead of just 'opt %s' to ensure that no temporary files are
created.

llvm-svn: 167372
</content>
</entry>
<entry>
<title>Tests: remove ModuleID lines</title>
<updated>2012-11-02T06:09:20+00:00</updated>
<author>
<name>Tobias Grosser</name>
<email>grosser@fim.uni-passau.de</email>
</author>
<published>2012-11-02T06:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=dcebf1e9daabc2dab0e7775b96d6f17e0e2e44e0'/>
<id>urn:sha1:dcebf1e9daabc2dab0e7775b96d6f17e0e2e44e0</id>
<content type='text'>
llvm-svn: 167284
</content>
</entry>
</feed>
