<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/openmp/runtime/src/thirdparty, 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-01-07T06:05:03+00:00</updated>
<entry>
<title>[OpenMP] NFC: Fix trivial typos in comments</title>
<updated>2020-01-07T06:05:03+00:00</updated>
<author>
<name>Kazuaki Ishizaki</name>
<email>ishizaki@jp.ibm.com</email>
</author>
<published>2020-01-07T06:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4c6a098ad52fc2844f7733bc051cd7a729500f04'/>
<id>urn:sha1:4c6a098ad52fc2844f7733bc051cd7a729500f04</id>
<content type='text'>
Reviewers: jdoerfert, Jim

Reviewed By: Jim

Subscribers: Jim, mgorny, guansong, jfb, openmp-commits

Tags: #openmp

Differential Revision: https://reviews.llvm.org/D72285
</content>
</entry>
<entry>
<title>[OpenMP] Enable warning about "implicit fallthrough"</title>
<updated>2019-08-15T13:26:55+00:00</updated>
<author>
<name>Jonas Hahnfeld</name>
<email>hahnjo@hahnjo.de</email>
</author>
<published>2019-08-15T13:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d2ae0c4f443c47e68d33852d2953811648a153ed'/>
<id>urn:sha1:d2ae0c4f443c47e68d33852d2953811648a153ed</id>
<content type='text'>
Fix last warned location in ittnotify_static.cpp using the defined
macro KMP_FALLTHROUGH().

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

llvm-svn: 369003
</content>
</entry>
<entry>
<title>Cleanup unused variable.</title>
<updated>2019-08-12T12:37:30+00:00</updated>
<author>
<name>Andrey Churbanov</name>
<email>Andrey.Churbanov@intel.com</email>
</author>
<published>2019-08-12T12:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5eec1a9d324f3380602cd4e4e355347701916659'/>
<id>urn:sha1:5eec1a9d324f3380602cd4e4e355347701916659</id>
<content type='text'>
This patch fixes problem raised in post-review comments of the
https://reviews.llvm.org/D65285. Developers of ittnotify confirmed
that dll_path_ptr field of the __itt_global structure is never used
by ittnotify library, so it is safe to remove the dll_path array.

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

llvm-svn: 368559
</content>
</entry>
<entry>
<title>[OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGS</title>
<updated>2019-07-30T18:37:28+00:00</updated>
<author>
<name>Jonas Hahnfeld</name>
<email>hahnjo@hahnjo.de</email>
</author>
<published>2019-07-30T18:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=52b87ac32f5726c83a108b6129621813d1e1fd2a'/>
<id>urn:sha1:52b87ac32f5726c83a108b6129621813d1e1fd2a</id>
<content type='text'>
All other files are already C++ and the build system has always
passed '-x c++' for C files, effectively compiling them as C++.

To stay warning free we need one fix in ittnotify_static.{c,cpp}:
The variable dll_path can be written to, so it must not be const.
GCC complained with -Wcast-qual and I think it's right.

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

llvm-svn: 367343
</content>
</entry>
<entry>
<title>[OpenMP] RISCV64 port</title>
<updated>2019-07-25T14:36:20+00:00</updated>
<author>
<name>Jonas Hahnfeld</name>
<email>hahnjo@hahnjo.de</email>
</author>
<published>2019-07-25T14:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2488ae9df155cd66253512c42aba5daef1f076be'/>
<id>urn:sha1:2488ae9df155cd66253512c42aba5daef1f076be</id>
<content type='text'>
This is a port of libomp for the RISC-V 64-bit Linux target.

We have tested this port on a HiFive Unleashed development board
using a downstream LLVM that has support for the missing bits in
upstream. As of now, all tests are passing, including OMPT.

Patch by Ferran Pallarès!

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

llvm-svn: 367021
</content>
</entry>
<entry>
<title>Update more file headers across all of the LLVM projects in the monorepo</title>
<updated>2019-01-19T10:56:40+00:00</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2019-01-19T10:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=57b08b0944046a6a57ee9b7b479181f548a5b9b4'/>
<id>urn:sha1:57b08b0944046a6a57ee9b7b479181f548a5b9b4</id>
<content type='text'>
to reflect the new license. These used slightly different spellings that
defeated my regular expressions.

We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.

Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.

llvm-svn: 351648
</content>
</entry>
<entry>
<title>Support clang compiling under	windows-gnu and windows-msvc</title>
<updated>2018-12-10T13:45:00+00:00</updated>
<author>
<name>Andrey Churbanov</name>
<email>Andrey.Churbanov@intel.com</email>
</author>
<published>2018-12-10T13:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f700e9ed8cc4d3246068bec76df8b0225863573f'/>
<id>urn:sha1:f700e9ed8cc4d3246068bec76df8b0225863573f</id>
<content type='text'>
Patch by Peiyuan Song &lt;squallatf@gmail.com&gt;

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

llvm-svn: 348756
</content>
</entry>
<entry>
<title>Add Hurd support.</title>
<updated>2018-11-07T12:27:38+00:00</updated>
<author>
<name>Andrey Churbanov</name>
<email>Andrey.Churbanov@intel.com</email>
</author>
<published>2018-11-07T12:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=855d09855d8e541176758f38015e8b9b522d6110'/>
<id>urn:sha1:855d09855d8e541176758f38015e8b9b522d6110</id>
<content type='text'>
Patch by samuel.thibault@ens-lyon.org

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

llvm-svn: 346310
</content>
</entry>
<entry>
<title>[OpenMP] Update ittnotify sources</title>
<updated>2018-09-26T20:30:00+00:00</updated>
<author>
<name>Jonathan Peyton</name>
<email>jonathan.l.peyton@intel.com</email>
</author>
<published>2018-09-26T20:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=985f152f25758c4d8127d3570c202349528bc985'/>
<id>urn:sha1:985f152f25758c4d8127d3570c202349528bc985</id>
<content type='text'>
This patch updates the ittnotify sources to the latest
corresponding with Intel(R) VTune(TM) Amplifier 2018

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

llvm-svn: 343139
</content>
</entry>
<entry>
<title>[OpenMP] Cleanup code</title>
<updated>2018-08-09T22:04:30+00:00</updated>
<author>
<name>Jonathan Peyton</name>
<email>jonathan.l.peyton@intel.com</email>
</author>
<published>2018-08-09T22:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=baad3f6016b87cbd03578a1df6c6ea69280c4608'/>
<id>urn:sha1:baad3f6016b87cbd03578a1df6c6ea69280c4608</id>
<content type='text'>
This patch cleans up unused functions, variables, sign compare issues, and
addresses some -Warning flags which are now enabled including -Wcast-qual.
Not all the warning flags in LibompHandleFlags.cmake are enabled, but some
are with this patch.

Some __kmp_gtid_from_* macros in kmp.h are switched to static inline functions
which allows us to remove the awkward definition of KMP_DEBUG_ASSERT() and
KMP_ASSERT() macros which used the comma operator. This had to be done for the
innumerable -Wunused-value warnings related to KMP_DEBUG_ASSERT()

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

llvm-svn: 339393
</content>
</entry>
</feed>
