<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/libclc, 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>2020-04-30T14:22:54+00:00</updated>
<entry>
<title>libclc: cmake configure should depend on file list</title>
<updated>2020-04-30T14:22:54+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2020-02-15T03:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9c5a83ed9bff0d3c1b854e6a6deed0f6e7d64ff4'/>
<id>urn:sha1:9c5a83ed9bff0d3c1b854e6a6deed0f6e7d64ff4</id>
<content type='text'>
This makes sure targets are rebuilt if a file is added or removed.
Reviewer: tstellar
Differential Revision: https://reviews.llvm.org/D74662

(cherry picked from commit 814fb658ca262f5c2df47f11d47f91fac188e0d6)
</content>
</entry>
<entry>
<title>libclc: Pass system libraries to the linker after llvm libraries</title>
<updated>2020-04-30T01:01:01+00:00</updated>
<author>
<name>Tom Stellard</name>
<email>tstellar@redhat.com</email>
</author>
<published>2020-04-29T22:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=199494f512e96aa86592e849aff2bceb832629c0'/>
<id>urn:sha1:199494f512e96aa86592e849aff2bceb832629c0</id>
<content type='text'>
Summary:
The llvm libraries depend on the symbols in the system libaries, so
the system libraries need to be added after.

Reviewers: jvesely

Reviewed By: jvesely

Subscribers: mgorny, llvm-commits

Tags: #llvm

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

(cherry picked from commit 174c41defc63db4ac7594e00a5044672ff624a31)
</content>
</entry>
<entry>
<title>libclc: Drop the old python based build system</title>
<updated>2019-11-08T14:59:40+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jano.vesely@gmail.com</email>
</author>
<published>2019-11-07T21:27:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d6e0e6d255a7d54a3873b7a5d048eee00ef6bb6d'/>
<id>urn:sha1:d6e0e6d255a7d54a3873b7a5d048eee00ef6bb6d</id>
<content type='text'>
Reviewer: tstellar
Differential Revision: https://reviews.llvm.org/D69966
</content>
</entry>
<entry>
<title>libclc: Drop travis</title>
<updated>2019-11-08T14:58:27+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jano.vesely@gmail.com</email>
</author>
<published>2019-11-02T22:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=00eca0bf0bd9a70735a4d6d39ab3776c858d915c'/>
<id>urn:sha1:00eca0bf0bd9a70735a4d6d39ab3776c858d915c</id>
<content type='text'>
It only works for standalone repos.

Reviewer: tstellar
Differential Revision: https://reviews.llvm.org/D69965
</content>
</entry>
<entry>
<title>[www] Change URLs to HTTPS.</title>
<updated>2019-10-24T20:25:15+00:00</updated>
<author>
<name>Stephan T. Lavavej</name>
<email>stl@microsoft.com</email>
</author>
<published>2019-10-23T23:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2e4f1e112dfee1d16c138d42f2bc7ee639f9ae05'/>
<id>urn:sha1:2e4f1e112dfee1d16c138d42f2bc7ee639f9ae05</id>
<content type='text'>
This changes most URLs in llvm's html files to HTTPS. Most changes were
search-and-replace with manual verification; some changes were manual.
For a few URLs, the websites were performing redirects or had changed
their anchors; I fixed those up manually. This consistently uses the
official https://wg21.link redirector. This also strips trailing
whitespace and fixes a couple of typos.

Fixes D69363.

There are a very small number of dead links for which I don't know any
replacements (they are equally dead as HTTP or HTTPS):

https://llvm.org/cmds/llvm2cpp.html
https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-desktop.mp4
https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-mobile.mp4
https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-desktop.mov
https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-mobile.mp4
https://llvm.org/perf/db_default/v4/nts/22463
https://polly.llvm.org/documentation/memaccess.html
</content>
</entry>
<entry>
<title>travis: Add LLVM 9 build</title>
<updated>2019-09-27T05:58:15+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2019-09-27T05:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e0fad09f6c287ee26f6450da16ac8500c6bc8368'/>
<id>urn:sha1:e0fad09f6c287ee26f6450da16ac8500c6bc8368</id>
<content type='text'>
Reviewer: tstellar
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
llvm-svn: 373047
</content>
</entry>
<entry>
<title>travis: Switch to Ubuntu 16.04 (xenial)</title>
<updated>2019-09-27T05:57:38+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2019-09-27T05:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a1937cc3545ebf8f32d7722dd00fcd8ade452e11'/>
<id>urn:sha1:a1937cc3545ebf8f32d7722dd00fcd8ade452e11</id>
<content type='text'>
Use native packages up to llvm-6.

Reviewer: tstellar
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
llvm-svn: 373046
</content>
</entry>
<entry>
<title>Revert "Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC"</title>
<updated>2019-08-05T17:23:23+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2019-08-05T17:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2b30f0ee7314e704a2500effb4974e4adb7c01d5'/>
<id>urn:sha1:2b30f0ee7314e704a2500effb4974e4adb7c01d5</id>
<content type='text'>
This reverts commit 58c814614d2ac69bcf79b09543505fac80ada4e6.
Fixes build breakage using LLVM&lt;7.

llvm-svn: 367893
</content>
</entry>
<entry>
<title>Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC</title>
<updated>2019-08-05T05:43:48+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>maskray@google.com</email>
</author>
<published>2019-08-05T05:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d9b948b6eb7362f36264b71795dab179906e36be'/>
<id>urn:sha1:d9b948b6eb7362f36264b71795dab179906e36be</id>
<content type='text'>
F_{None,Text,Append} are kept for compatibility since r334221.

llvm-svn: 367800
</content>
</entry>
<entry>
<title>travis: Add LLVM-8 build</title>
<updated>2019-03-27T21:28:31+00:00</updated>
<author>
<name>Jan Vesely</name>
<email>jan.vesely@rutgers.edu</email>
</author>
<published>2019-03-27T21:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2abbe2f09119ccad8ad96841ea4632a9c8a8f04d'/>
<id>urn:sha1:2abbe2f09119ccad8ad96841ea4632a9c8a8f04d</id>
<content type='text'>
Reviewer: Tom Stellard
Signed-off-by: Jan Vesely &lt;jan.vesely@rutgers.edu&gt;
llvm-svn: 357125
</content>
</entry>
</feed>
