This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 7abe5b9 COFF: add test for /INCLUDE directives specified in bitcode
new dc05e91 Add file comments to Driver.cpp.
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/Driver.cpp | 16 ++++++++++++++++
1 file changed, 16 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 llvm.
from c43e068 [libFuzzer] further simplify __sanitizer_cov_trace_pc_guard
new 6c2c7c8 [libFuzzer] remove a bit of stale code
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/Fuzzer/FuzzerInternal.h | 2 --
lib/Fuzzer/FuzzerLoop.cpp | 4 ----
2 files changed, 6 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 baa08a9 AMDGPU: Fold fneg into round instructions
new c43e068 [libFuzzer] further simplify __sanitizer_cov_trace_pc_guard
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/Fuzzer/FuzzerTracePC.cpp | 4 ++--
lib/Fuzzer/FuzzerTracePC.h | 12 +++++-------
2 files changed, 7 insertions(+), 9 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 9371686 [ImplicitNullChecks] Add a test demonstrating a case we don't [...]
new baa08a9 AMDGPU: Fold fneg into round instructions
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/AMDGPU/AMDGPUISelLowering.cpp | 8 ++-
test/CodeGen/AMDGPU/fneg-combines.ll | 90 +++++++++++++++++++++++++++-
test/CodeGen/AMDGPU/frem.ll | 16 ++---
test/CodeGen/AMDGPU/llvm.amdgcn.class.f16.ll | 4 +-
4 files changed, 106 insertions(+), 12 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 f73a486 [NewGVN] Skip uses in unreachable blocks.
new 3ef6c7c [LoopUnroll] Properly update loopinfo for runtime unrolling by 2
new df040aa [libFuzzer] simplify the code for __sanitizer_cov_trace_pc_gu [...]
new 9371686 [ImplicitNullChecks] Add a test demonstrating a case we don't [...]
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:
lib/Fuzzer/FuzzerDefs.h | 5 ++++
lib/Fuzzer/FuzzerIO.h | 3 ++
lib/Fuzzer/FuzzerIOPosix.cpp | 5 ++++
lib/Fuzzer/FuzzerIOWindows.cpp | 5 ++++
lib/Fuzzer/FuzzerTracePC.cpp | 17 ++++++++---
lib/Transforms/Scalar/LoopUnrollPass.cpp | 3 +-
lib/Transforms/Utils/LoopUnroll.cpp | 11 ++++---
lib/Transforms/Utils/LoopUnrollRuntime.cpp | 15 ++++++----
test/CodeGen/X86/implicit-null-checks.mir | 46 ++++++++++++++++++++++++++++++
test/Transforms/LoopUnroll/revisit.ll | 10 +++++--
test/Transforms/LoopUnroll/runtime-li.ll | 36 +++++++++++++++++++++++
11 files changed, 140 insertions(+), 16 deletions(-)
create mode 100644 test/Transforms/LoopUnroll/runtime-li.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 clang.
from ae7d8f9 Fix test case committed in r293106 so that it passes on targe [...]
new 259e801 Remove and replace DiagStatePoint tracking and lookup data st [...]
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/Diagnostic.h | 100 ++++++++++++++++-----
lib/Basic/Diagnostic.cpp | 185 ++++++++++++++++++++------------------
lib/Basic/DiagnosticIDs.cpp | 5 +-
lib/Serialization/ASTReader.cpp | 100 ++++++++++++++-------
lib/Serialization/ASTWriter.cpp | 45 +++++-----
test/Modules/Inputs/diag_pragma.h | 10 +++
test/Modules/diag-pragma.cpp | 47 ++++++++++
7 files changed, 330 insertions(+), 162 deletions(-)
create mode 100644 test/Modules/diag-pragma.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 llvm.
from e350b28 LowerTypeTests: Ignore external globals with type metadata.
new c8168e7 [llc] Add -pass-remarks-output
new f73a486 [NewGVN] Skip uses in unreachable blocks.
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/OptimizationDiagnosticInfo.cpp | 16 +++++++----
lib/Transforms/Scalar/NewGVN.cpp | 6 +++++
test/CodeGen/AArch64/arm64-spill-remarks.ll | 42 +++++++++++++++++++++++++++++
test/Transforms/NewGVN/pr31758.ll | 37 +++++++++++++++++++++++++
tools/llc/llc.cpp | 21 +++++++++++++++
5 files changed, 117 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr31758.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 13aa2bf [libFuzzer] don't call GetPreviousInstructionPc on the hot pa [...]
new e350b28 LowerTypeTests: Ignore external globals with type metadata.
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/Transforms/IPO/LowerTypeTests.cpp | 9 ++++++---
test/Transforms/LowerTypeTests/external-global.ll | 14 ++++++++++++++
2 files changed, 20 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/LowerTypeTests/external-global.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 release_40
in repository llvm.
from 649560b Merging rr293088: ------------------------------------------- [...]
new 4fba04f Merging r292651: -------------------------------------------- [...]
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/AMDGPU/AMDGPUISelLowering.cpp | 1 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 3 +++
lib/Target/AMDGPU/R600ISelLowering.cpp | 28 +++++++++++++++++++++++++---
lib/Target/AMDGPU/R600Instructions.td | 14 ++++++++++++++
test/CodeGen/AMDGPU/load-local-i8.ll | 30 +++++++++++++++---------------
6 files changed, 59 insertions(+), 18 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 e9d7619 [XRay][AArch64] More staging for tail call support in XRay AA [...]
new 6261c94 builtins: remove an errant ':'
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/builtins/arm/comparesf2.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.