This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ed4cc74af34 Rewrite ARM execute only support to avoid the use of a comm [...]
new 4f3fdf35d22 Another test commit
new fa4a226466f Still test commit
new 98ec643c43a Still debugging
new 747e9516670 Another test commit
new 005cfad2e88 Enable vectorizer-maximize-bandwidth by default.
new 423d09931a7 revert r306336 for breaking ppc test.
new f7497bfb4a1 re-commit r306336: Enable vectorizer-maximize-bandwidth by [...]
new 9d923b35aa3 Revert "r306473 - re-commit r306336: Enable vectorizer-maxi [...]
new 4da9193a656 Recommit "r306541 - Add zero-length check to memcpy/memset [...]
new b7a280badb5 [Cloner] Re-map simplfied cloned instructions.
The 10 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/Transforms/Utils/CloneFunction.cpp | 9 ++++-----
lib/Transforms/Utils/LowerMemIntrinsics.cpp | 19 ++++++++++++++-----
test/CodeGen/NVPTX/lower-aggr-copies.ll | 4 ++++
test/Transforms/Inline/pr33637.ll | 25 +++++++++++++++++++++++++
4 files changed, 47 insertions(+), 10 deletions(-)
create mode 100644 test/Transforms/Inline/pr33637.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 cd90344c00b [ObjectYAML] Fix some Clang-tidy modernize and Include What [...]
new ed4cc74af34 Rewrite ARM execute only support to avoid the use of a comm [...]
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/ARM/ARM.td | 4 +++
lib/Target/ARM/ARMSubtarget.cpp | 10 ++-----
lib/Target/ARM/ARMTargetObjectFile.cpp | 34 +++++++++++-------------
lib/Target/ARM/ARMTargetObjectFile.h | 2 --
test/CodeGen/ARM/constantfp.ll | 12 ++++-----
test/CodeGen/ARM/execute-only-big-stack-frame.ll | 6 ++---
test/CodeGen/ARM/execute-only-section.ll | 6 ++---
test/CodeGen/ARM/execute-only.ll | 6 ++---
8 files changed, 36 insertions(+), 44 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 da9338098f [ODRHash] Revert r305104 - Skip inline namespaces when hashing.
new 5dd23a26be Update clang support for -mexecute-only/-mpure-code for back [...]
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/Arch/ARM.cpp | 4 +-
test/{Driver => CodeGen}/arm-execute-only.c | 31 ++-----------
test/Driver/arm-execute-only.c | 72 -----------------------------
3 files changed, 4 insertions(+), 103 deletions(-)
copy test/{Driver => CodeGen}/arm-execute-only.c (66%)
--
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 2fa920a582 [Driver] Check that the iOS deployment target is iOS 10 or e [...]
new da9338098f [ODRHash] Revert r305104 - Skip inline namespaces when hashing.
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/AST/ODRHash.cpp | 27 +++++++++------------------
lib/AST/StmtProfile.cpp | 5 ++++-
test/Modules/odr_hash.cpp | 18 ++++++++++++++++++
3 files changed, 31 insertions(+), 19 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 f3b91ec06a8 [AVR] Update AVRASmBackend from API change in r306906
new cd90344c00b [ObjectYAML] Fix some Clang-tidy modernize and Include What [...]
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/ObjectYAML/COFFYAML.h | 113 +++++++++++----------
.../llvm/ObjectYAML/CodeViewYAMLDebugSections.h | 32 +++---
include/llvm/ObjectYAML/CodeViewYAMLSymbols.h | 16 ++-
include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 29 ++++--
include/llvm/ObjectYAML/DWARFEmitter.h | 27 ++---
include/llvm/ObjectYAML/DWARFYAML.h | 19 ++--
include/llvm/ObjectYAML/ELFYAML.h | 22 +++-
include/llvm/ObjectYAML/MachOYAML.h | 44 ++++----
include/llvm/ObjectYAML/ObjectYAML.h | 9 +-
include/llvm/ObjectYAML/WasmYAML.h | 25 ++++-
include/llvm/ObjectYAML/YAML.h | 30 ++++--
lib/ObjectYAML/COFFYAML.cpp | 62 +++++++----
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 51 +++++++---
lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 41 ++++++--
lib/ObjectYAML/CodeViewYAMLTypes.cpp | 72 ++++++++-----
lib/ObjectYAML/DWARFEmitter.cpp | 40 +++++---
lib/ObjectYAML/DWARFYAML.cpp | 4 +-
lib/ObjectYAML/ELFYAML.cpp | 17 +++-
lib/ObjectYAML/MachOYAML.cpp | 50 +++------
lib/ObjectYAML/ObjectYAML.cpp | 9 +-
lib/ObjectYAML/WasmYAML.cpp | 8 +-
lib/ObjectYAML/YAML.cpp | 5 +-
22 files changed, 457 insertions(+), 268 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 8e239db [asan] We should not need asanwrapper with current build scripts
new aae512b [asan] Cleanup Android script
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:
.../sanitizers/buildbot_android_functions.sh | 52 ++++++++--------------
1 file changed, 19 insertions(+), 33 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 5a45a656080 [X86] Move GISel accessor initialization from TargetMachine [...]
new f3b91ec06a8 [AVR] Update AVRASmBackend from API change in r306906
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/AVR/MCTargetDesc/AVRAsmBackend.cpp | 10 +++++-----
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h | 4 ++--
2 files changed, 7 insertions(+), 7 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 f4f39fd907 [Modules] Implement ODR-like semantics for tag types in C/ObjC
new 2fa920a582 [Driver] Check that the iOS deployment target is iOS 10 or e [...]
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/Basic/DiagnosticDriverKinds.td | 3 +++
lib/Driver/ToolChains/Darwin.cpp | 28 ++++++++++++++++++++--
test/Driver/darwin-version.c | 35 ++++++++++++++++++++++++++++
3 files changed, 64 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 8915ae98bd0 [Dominators] Reapply r306892, r306893, r306893.
new 72109100ef8 [ARM] Move GISel accessor initialization from TargetMachine [...]
new 5a45a656080 [X86] Move GISel accessor initialization from TargetMachine [...]
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/Target/ARM/ARMSubtarget.cpp | 64 ++++++++++++++++++++++++++++++++++++-
lib/Target/ARM/ARMTargetMachine.cpp | 53 ------------------------------
lib/Target/X86/X86Subtarget.cpp | 55 +++++++++++++++++++++++++++++++
lib/Target/X86/X86TargetMachine.cpp | 47 ---------------------------
4 files changed, 118 insertions(+), 101 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 d5fcbff0e97 A little wordsmithing of dominator verification comments.
new 8915ae98bd0 [Dominators] Reapply r306892, r306893, r306893.
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/Analysis/IteratedDominanceFrontier.h | 1 -
include/llvm/Support/GenericDomTree.h | 115 +++++++++++-----------
include/llvm/Support/GenericDomTreeConstruction.h | 77 ++++++++++++++-
lib/Analysis/IteratedDominanceFrontier.cpp | 12 +--
unittests/IR/DominatorTreeTest.cpp | 13 +++
5 files changed, 149 insertions(+), 69 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.