This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6bd81300ff docs: Document LLD's cache dir argument.
new 140f5e804c [OpenCL] Makes kernels use the SPIR_KERNEL CC by default.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Basic/Targets.cpp | 16 ++++++
lib/CodeGen/ABIInfo.h | 1 -
lib/CodeGen/CGCall.cpp | 18 ++++--
lib/CodeGen/TargetInfo.cpp | 22 +++++++-
lib/Sema/SemaType.cpp | 6 +-
.../kernels-have-spir-cc-by-default.cl | 65 ++++++++++++++++++++++
6 files changed, 117 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGenOpenCL/kernels-have-spir-cc-by-default.cl
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2e37885e1d8 [ThinLTO] Migrate ThinLTOBitcodeWriter to the new PM.
new 14e210f0623 [TableGen] Use StringRef to capture getValueAsString in a c [...]
new 9ca534daa4a [TableGen] Remove code for renaming anonymous register clas [...]
new 4b8d5408e97 [TableGen] Remove RecordVal constructor that takes a String [...]
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/TableGen/Record.h | 3 ---
lib/TableGen/Record.cpp | 7 +------
lib/TableGen/TGParser.cpp | 8 ++++----
lib/TableGen/TGParser.h | 2 +-
utils/TableGen/CodeGenRegisters.cpp | 7 +------
utils/TableGen/CodeGenRegisters.h | 4 ++--
6 files changed, 9 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from bd68ef9247 CGCleanup: (NFC) add another test for r304335 - Don't try to [...]
new 6bd81300ff docs: Document LLD's cache dir argument.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/ThinLTO.rst | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 59e24fe13 Fix more unreserved names
new 01e23b3a4 Fix name used in -verify diagnostic to match trunk
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../utilities/tuple/tuple.tuple/diagnose_reference_binding.fail.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from bf86c8f4d Rename unreserved names in tuple
new 59e24fe13 Fix more unreserved names
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/limits | 8 ++++----
include/memory | 22 +++++++++++-----------
include/stdexcept | 6 +++---
include/string | 8 ++++----
include/string_view | 4 ++--
5 files changed, 24 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from a16c62a07 Upgrade Clang version used by appveyor
new bf86c8f4d Rename unreserved names in tuple
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/tuple | 80 +++++++++++++++++++++++++++++------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e6360f0bfa PR33232: implement support for MSVC's __is_trivially_destruc [...]
new bd68ef9247 CGCleanup: (NFC) add another test for r304335 - Don't try to [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/CodeGenCoroutines/coro-await-domination.cpp | 38 ++++++++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 test/CodeGenCoroutines/coro-await-domination.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 949cd886c Simplify. NFC.
new 54b8a1925 Move name lookup to script parsing time.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/LinkerScript.cpp | 45 ++++++++++++++++++++++-----------------------
ELF/LinkerScript.h | 10 +++++++---
ELF/ScriptParser.cpp | 32 ++++++++++++++++++++++++--------
3 files changed, 53 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 60b50fa9e61 [PartialInlining] Reduce outlining overhead by removing unn [...]
new 2e37885e1d8 [ThinLTO] Migrate ThinLTOBitcodeWriter to the new PM.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h | 41 ++++++++++++++++++++++
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 20 +++++++----
test/Transforms/ThinLTOBitcodeWriter/new-pm.ll | 9 +++++
tools/opt/NewPMDriver.cpp | 15 ++++++--
tools/opt/NewPMDriver.h | 10 ++++--
tools/opt/opt.cpp | 6 ++--
6 files changed, 86 insertions(+), 15 deletions(-)
create mode 100644 include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h
create mode 100644 test/Transforms/ThinLTOBitcodeWriter/new-pm.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 3561dbc2e Added a testcase for local/namespaced name conflicts.
new 1ad991833 Forgot to mention rewriting CommandObject::DoExecute using th [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
www/projects.html | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.