This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository clang.
from 46e1cd9 Removed extra space in OpenCL release notes
new 5dac718 Merging r278988: -------------------------------------------- [...]
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/Driver/ToolChains.cpp | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 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 49b5d72 Revert "[Driver] Use llvm-config.h, not config.h to unbreak o [...]
new ca10d2e Use __has_include rather than a configure-time macro to deter [...]
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:
tools/driver/cc1_main.cpp | 9 +++++++--
1 file changed, 7 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 release_39
in repository llvm.
from 24ba7d3 Merging r278999: -------------------------------------------- [...]
new 3fa944f Merging r278562: -------------------------------------------- [...]
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/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 5 ++-
test/CodeGen/AArch64/ldst-paired-aliasing.ll | 47 ++++++++++++++++++++++++
2 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AArch64/ldst-paired-aliasing.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 llvm.
from bc2ba71 [AMDGPU] add s_incperflevel/s_decperflevel intrinsics.
new 3f7f855 [asan] Extend test
new 21eafc7 [CMake] Silence message on multi-configuration generators
new 86d5f19 [X86][SSE] Missed insertps shuffle patterns
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:
CMakeLists.txt | 10 +++---
test/CodeGen/X86/insertps-combine.ll | 36 ++++++++++++++++++++++
.../AddressSanitizer/stack-poisoning.ll | 36 ++++++++++++++++++++--
3 files changed, 74 insertions(+), 8 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 compiler-rt.
from 1308eb2 [CMake] Stop building eprintf library on Darwin
new eb30ef9 [asan] Add one more test for __asan_set_shadow_*
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/asan/TestCases/set_shadow_test.c | 67 +++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
create mode 100644 test/asan/TestCases/set_shadow_test.c
--
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 92e6c94 AArch64: Don't call getIterator() on iterators
new 4f657df Fix SystemZ compilation abort caused by negative AND mask
new bc2ba71 [AMDGPU] add s_incperflevel/s_decperflevel intrinsics.
The 2 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/IR/IntrinsicsAMDGPU.td | 10 ++++++
lib/Target/AMDGPU/SIInstructions.td | 14 ++++++--
lib/Target/SystemZ/SystemZISelLowering.cpp | 37 +++++++++++++++++--
lib/Target/SystemZ/SystemZInstrInfo.td | 31 ----------------
test/CodeGen/AMDGPU/llvm.amdgcn.s.decperflevel.ll | 43 +++++++++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.s.incperflevel.ll | 43 +++++++++++++++++++++++
test/CodeGen/SystemZ/shift-11.ll | 22 ++++++++++++
7 files changed, 164 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.s.decperflevel.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.s.incperflevel.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 llvm.
from bb5b5bc [WebAssembly] Disable the store-results optimization.
new 030db64 [InstCombine] use m_APInt to allow icmp (udiv X, Y), C folds [...]
new 8970377 [LLVM] Fix some Clang-tidy modernize-use-using and Include Wh [...]
new 92e6c94 AArch64: Don't call getIterator() on iterators
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/Bitcode/BitstreamReader.h | 33 ++++++++++++-------
include/llvm/MC/MCInstPrinter.h | 15 +++++----
include/llvm/Transforms/Utils/BasicBlockUtils.h | 11 ++++---
lib/AsmParser/LLLexer.cpp | 35 ++++++++++----------
lib/Bitcode/Reader/BitstreamReader.cpp | 9 +++--
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 21 +++++++-----
.../AArch64/AArch64RedundantCopyElimination.cpp | 3 +-
lib/Target/X86/X86InstrBuilder.h | 21 +++++++-----
lib/Transforms/InstCombine/InstCombineCompares.cpp | 38 ++++++++++++----------
.../AArch64/redundant-copy-elim-empty-mbb.ll | 29 +++++++++++++++++
test/Transforms/InstCombine/compare-udiv.ll | 23 ++++---------
11 files changed, 143 insertions(+), 95 deletions(-)
create mode 100644 test/CodeGen/AArch64/redundant-copy-elim-empty-mbb.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 llvm.
from 4446526 Fix -Wpessimizing-move error, NFC
new 7306a61 [Assumptions] Make collecting ephemeral values not quadratic [...]
new bb5b5bc [WebAssembly] Disable the store-results optimization.
The 2 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/Analysis/CodeMetrics.cpp | 61 +++++++++++-------
lib/Target/WebAssembly/WebAssemblyStoreResults.cpp | 20 ------
test/CodeGen/WebAssembly/byval.ll | 29 ++++-----
test/CodeGen/WebAssembly/cfg-stackify.ll | 12 ++--
test/CodeGen/WebAssembly/offset.ll | 9 ++-
test/CodeGen/WebAssembly/reg-stackify.ll | 10 +--
test/CodeGen/WebAssembly/store-results.ll | 72 ----------------------
test/CodeGen/WebAssembly/userstack.ll | 72 +++++++++++-----------
8 files changed, 108 insertions(+), 177 deletions(-)
delete mode 100644 test/CodeGen/WebAssembly/store-results.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 1858c16 gdb-remote: Remove manual locking from GetShlibInfoAddr
new d1f29e0 Fixed a problem where we failed to get the size of an Objecti [...]
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:
source/Expression/Materializer.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
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 8dceb4d [libclang] Added missing entry for newly introduced 'clang_ge [...]
new 8c1ac8c Module: add -fprebuilt-module-path to support loading prebuil [...]
new 49b5d72 Revert "[Driver] Use llvm-config.h, not config.h to unbreak o [...]
The 2 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/Modules.rst | 3 +
include/clang/Basic/DiagnosticCommonKinds.td | 2 +
include/clang/Driver/Options.td | 3 +
include/clang/Lex/HeaderSearch.h | 5 +-
include/clang/Lex/HeaderSearchOptions.h | 7 +++
include/clang/Serialization/Module.h | 6 +-
lib/Driver/Tools.cpp | 7 +++
lib/Frontend/ASTUnit.cpp | 1 +
lib/Frontend/CompilerInstance.cpp | 69 +++++++++++++++++++---
lib/Frontend/CompilerInvocation.cpp | 2 +
lib/Frontend/FrontendActions.cpp | 3 +-
lib/Lex/HeaderSearch.cpp | 22 ++++++-
lib/Serialization/ASTReader.cpp | 34 ++++++-----
lib/Serialization/ASTReaderDecl.cpp | 5 +-
lib/Serialization/ModuleManager.cpp | 2 +-
test/Driver/modules.m | 7 +++
.../{DiagOutOfDate.h => prebuilt-module/a.h} | 0
.../Inputs/prebuilt-module/module.modulemap | 1 +
test/Modules/prebuilt-module.m | 10 ++++
tools/driver/cc1_main.cpp | 2 +-
20 files changed, 155 insertions(+), 36 deletions(-)
copy test/Modules/Inputs/{DiagOutOfDate.h => prebuilt-module/a.h} (100%)
create mode 100644 test/Modules/Inputs/prebuilt-module/module.modulemap
create mode 100644 test/Modules/prebuilt-module.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.