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 34f496d50 [tsan] Avoid calling Block_copy in the "sync" GCD interceptors
new c4e9bffcf Fixup for r340342: Avoid Block_release'ing the block since we [...]
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/tsan/rtl/tsan_libdispatch_mac.cc | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 461110262a6 [LICM] Fix a test so it actualy checks what was meant [NFC]
new 486f7d6d9f8 MachineScheduler: Refactor setPolicy() to limit computing r [...]
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/CodeGen/MachineScheduler.h | 4 ++
lib/CodeGen/MachineScheduler.cpp | 88 ++++++++++++++++++++++-----------
2 files changed, 64 insertions(+), 28 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 zorg.
from 09711c9 lldb-cmake: make cmake build type configurable
new adfc266 lldb-cmake: set dsymutil in xcode dotest invocation
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:
zorg/jenkins/build.py | 3 ++-
1 file changed, 2 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 llvm.
from 33352c6f25d NFC: update the test comments in LV test about early exit loops
new a064df25390 [WebAssembly] Restore __stack_pointer after catch instructions
new ebae6b8c6b0 Print "invalid mangled name" when we can't demangle something.
new da9501c5e54 [MS Demangler] Fix a few more edge cases.
new 96d2fdd06ae [AMDGPU] Consider loads from flat addrspace to be potential [...]
new 461110262a6 [LICM] Fix a test so it actualy checks what was meant [NFC]
The 5 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/Demangle/MicrosoftDemangle.cpp | 87 +++++++++++++++++-----
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 10 ++-
lib/Target/WebAssembly/CMakeLists.txt | 1 +
lib/Target/WebAssembly/WebAssembly.h | 2 +
.../WebAssemblyEHRestoreStackPointer.cpp | 78 +++++++++++++++++++
.../WebAssembly/WebAssemblyFrameLowering.cpp | 20 +++--
lib/Target/WebAssembly/WebAssemblyFrameLowering.h | 10 ++-
.../WebAssembly/WebAssemblyTargetMachine.cpp | 4 +
test/Analysis/DivergenceAnalysis/AMDGPU/loads.ll | 15 ++++
test/CodeGen/WebAssembly/exception.ll | 5 ++
test/Demangle/ms-mangle.test | 3 +
test/Demangle/ms-operators.test | 3 +
test/Demangle/ms-templates-memptrs.test | 2 +
test/Transforms/LICM/call-hoisting.ll | 37 +++++++--
tools/llvm-objdump/COFFDump.cpp | 2 +
15 files changed, 243 insertions(+), 36 deletions(-)
create mode 100644 lib/Target/WebAssembly/WebAssemblyEHRestoreStackPointer.cpp
create mode 100644 test/Analysis/DivergenceAnalysis/AMDGPU/loads.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 compiler-rt.
from bf533e046 SafeStack: Use correct unsafe stack sizes
new 34f496d50 [tsan] Avoid calling Block_copy in the "sync" GCD interceptors
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/tsan/rtl/tsan_libdispatch_mac.cc | 5 +----
test/tsan/Darwin/gcd-sync-block-copy.mm | 34 +++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 test/tsan/Darwin/gcd-sync-block-copy.mm
--
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 06d8a912fa8 [WebAssembly] v128.const
new 33352c6f25d NFC: update the test comments in LV test about early exit loops
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/Transforms/LoopVectorize/skip-iterations.ll | 16 ++++++++++++++--
1 file changed, 14 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 test-suite.
from 6dc6eddd cmake/litsupport: Always use timeit-target in lit; NFC
new 3a582b9a cmake: Remove TOOLLINKOPTS variable usage
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:
MultiSource/Applications/JM/ldecod/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 21c21a0782b [LICM] Refactor some AliasSetTracker code to get rid of new [...]
new 8a214493873 [docs][gold] Fix a typo
new 06d8a912fa8 [WebAssembly] v128.const
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/GoldPlugin.rst | 2 +-
.../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 9 +++
.../Disassembler/WebAssemblyDisassembler.cpp | 33 ++++++++--
.../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 31 +++++++---
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 8 +++
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 12 ++++
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 65 +++++++++++++++++--
test/CodeGen/WebAssembly/simd.ll | 72 ++++++++++++++++++++++
test/MC/Disassembler/WebAssembly/wasm.txt | 4 ++
test/MC/WebAssembly/basic-assembly.s | 14 ++++-
10 files changed, 230 insertions(+), 20 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_70
in repository clang.
from 30dc94c745 Merging r340048: ------------------------------------------- [...]
new a0ca9e9cff Merging r339372, r339373, r339374, and r339379 ------------- [...]
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/clang/AST/Comment.h | 10 +-
include/clang/AST/Decl.h | 12 +-
include/clang/AST/DeclBase.h | 6 +-
include/clang/AST/DeclCXX.h | 9 +-
include/clang/AST/DeclObjC.h | 9 +-
include/clang/AST/DeclarationName.h | 11 +-
include/clang/AST/Expr.h | 282 +++++++++++++++++++++-----------
include/clang/AST/ExprCXX.h | 271 +++++++++++++++++++-----------
include/clang/AST/ExprObjC.h | 98 +++++++----
include/clang/AST/ExprOpenMP.h | 6 +-
include/clang/AST/OpenMPClause.h | 6 +-
include/clang/AST/RawCommentList.h | 6 +-
include/clang/AST/Stmt.h | 159 ++++++++++++------
include/clang/AST/StmtCXX.h | 35 ++--
include/clang/AST/StmtObjC.h | 44 +++--
include/clang/AST/StmtOpenMP.h | 6 +-
include/clang/Analysis/CloneDetection.h | 3 +-
include/clang/Sema/DeclSpec.h | 18 +-
lib/AST/DeclObjC.cpp | 2 +-
lib/AST/Expr.cpp | 24 +--
lib/AST/ExprCXX.cpp | 18 +-
lib/AST/Stmt.cpp | 6 +-
lib/AST/StmtObjC.cpp | 2 +-
lib/Analysis/CloneDetection.cpp | 2 +-
lib/CodeGen/CoverageMappingGen.cpp | 3 +-
lib/Sema/SemaChecking.cpp | 6 +-
26 files changed, 691 insertions(+), 363 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 446ad58736 Address Aaron Ballman's post-commit review comments from r34 [...]
new 3a0f5464a1 [CodeGen] Implicitly set stackrealign on the main function, [...]
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/CodeGen/CodeGenFunction.cpp | 7 +++++++
test/CodeGen/stackrealign-main.c | 19 +++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 test/CodeGen/stackrealign-main.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.