This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from afd31bcedd9 Remove unnecessary semicolon
new cdfc3cbcb57 [SelectionDAG] Use various APInt methods to reduce temporar [...]
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/SelectionDAG/DAGCombiner.cpp | 6 ++--
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 14 ++++----
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 43 +++++++++--------------
lib/Target/X86/X86ISelLowering.cpp | 2 +-
6 files changed, 30 insertions(+), 39 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 0be61ba436 clang/test/Index/index-module.m: Relax expressions to satisf [...]
new 3e7a9b8ead clang/test/ARCMT/remap-applying.c: Use %/s on the command li [...]
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/ARCMT/remap-applying.c | 2 +-
test/ARCMT/remap-applying.c.result | 2 +-
2 files 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 llvm.
from df4f50c81f7 COFF Import: expose both symbols
new edb3c90b175 [StackMaps] Increase the size of the "location size" field
new afd31bcedd9 Remove unnecessary semicolon
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/StackMaps.rst | 7 +-
lib/CodeGen/StackMaps.cpp | 18 ++-
lib/Fuzzer/FuzzerInternal.h | 2 +-
test/CodeGen/AArch64/arm64-anyregcc.ll | 194 +++++++++++++++++------
test/CodeGen/AArch64/arm64-stackmap.ll | 76 ++++++---
test/CodeGen/AArch64/stackmap-liveness.ll | 3 +-
test/CodeGen/PowerPC/ppc64-anyregcc.ll | 194 +++++++++++++++++------
test/CodeGen/PowerPC/ppc64-stackmap.ll | 76 ++++++---
test/CodeGen/X86/anyregcc.ll | 182 +++++++++++++++------
test/CodeGen/X86/deopt-bundles.ll | 56 +++----
test/CodeGen/X86/deopt-intrinsic-cconv.ll | 8 +-
test/CodeGen/X86/deopt-intrinsic.ll | 16 +-
test/CodeGen/X86/patchpoint-invoke.ll | 2 +-
test/CodeGen/X86/stackmap-fast-isel.ll | 58 +++++--
test/CodeGen/X86/stackmap-large-constants.ll | 16 +-
test/CodeGen/X86/stackmap-large-location-size.ll | 172 ++++++++++++++++++++
test/CodeGen/X86/stackmap-liveness.ll | 10 +-
test/CodeGen/X86/stackmap.ll | 141 ++++++++++++----
test/CodeGen/X86/statepoint-allocas.ll | 34 ++--
test/CodeGen/X86/statepoint-live-in.ll | 20 ++-
test/CodeGen/X86/statepoint-stackmap-format.ll | 98 +++++++++---
test/CodeGen/X86/statepoint-vector.ll | 48 ++++--
22 files changed, 1083 insertions(+), 348 deletions(-)
create mode 100644 test/CodeGen/X86/stackmap-large-location-size.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 33780624a [ubsan] Make the cast overflow message less redundant
new d53a2b5d9 [asan] Add a compilation wrapper that codesigns shared librar [...]
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/lit.cfg | 6 ++----
test/lit.common.cfg | 6 ++++++
.../ios_commands/iossim_compile.py} | 18 +++++++-----------
3 files changed, 15 insertions(+), 15 deletions(-)
copy test/{asan/android_commands/android_compile.py => sanitizer_common/ios_comman [...]
--
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 a7fa95c0e5f [APInt] Use inplace shift methods where possible. NFCI
new df4f50c81f7 COFF Import: expose both symbols
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/Object/COFFImportFile.h | 6 +++---
test/tools/llvm-readobj/Inputs/const-import.lib | Bin 0 -> 1200 bytes
test/tools/llvm-readobj/coff-const-import.test | 7 +++++++
3 files changed, 10 insertions(+), 3 deletions(-)
create mode 100644 test/tools/llvm-readobj/Inputs/const-import.lib
create mode 100644 test/tools/llvm-readobj/coff-const-import.test
--
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 463eb6ab52 Move functionality for handling module maps as inputs from t [...]
new 0be61ba436 clang/test/Index/index-module.m: Relax expressions to satisf [...]
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/Index/index-module.m | 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 a1026283136 [llvm-pdbdump] Allow printing only a portion of a stream.
new a7fa95c0e5f [APInt] Use inplace shift methods where possible. NFCI
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/ADT/APInt.h | 13 ++++++++++++-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 +++---
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 ++--
lib/ExecutionEngine/Interpreter/Execution.cpp | 2 +-
lib/Support/APInt.cpp | 7 ++++---
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 20 ++++++++++----------
lib/Target/X86/X86ISelLowering.cpp | 11 +++++------
lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 +-
.../InstCombine/InstCombineSimplifyDemanded.cpp | 2 +-
11 files changed, 41 insertions(+), 30 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 ecd30bdd01 [ASTImporter] Move structural equivalence context to its own [...]
new 463eb6ab52 Move functionality for handling module maps as inputs from t [...]
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/Frontend/FrontendActions.h | 11 --
include/clang/Frontend/FrontendOptions.h | 13 +-
lib/Frontend/CompilerInstance.cpp | 20 +--
lib/Frontend/CompilerInvocation.cpp | 63 +++++---
lib/Frontend/FrontendAction.cpp | 266 ++++++++++++++++++++++++++++++-
lib/Frontend/FrontendActions.cpp | 242 +---------------------------
lib/Frontend/FrontendOptions.cpp | 12 +-
test/Modules/preprocess-module.cpp | 12 ++
8 files changed, 353 insertions(+), 286 deletions(-)
create mode 100644 test/Modules/preprocess-module.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 release_40
in repository clang.
from 555e77c84b Merging r299574:
new 6f1871cebb Merging r297098:
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 | 6 +++++-
test/Preprocessor/init.c | 2 ++
2 files changed, 7 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 zorg.
from f2b3982 Set unique builddir of lldb-amd64-ninja-netbsd8 through builder.py
new 8f47ed7 Turn on LLDB tests on lldb-amd64-ninja-netbsd7
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:
buildbot/osuosl/master/config/builders.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.