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 7da037031 [gcov] Fix branch counters with switch statements (fix PR38821)
new cd1fe50e5 [libFuzzer] [Windows] Include windows.h and psapi.h with lowercase
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/FuzzerExtFunctionsDlsymWin.cpp | 4 ++--
lib/fuzzer/FuzzerUtilWindows.cpp | 2 +-
2 files changed, 3 insertions(+), 3 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 ca29f6a30b2 [InstCombine] enhance vector demanded elements to look at a [...]
new b479681381b AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination [...]
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/Support/TargetParser.h | 17 +-
lib/Support/TargetParser.cpp | 138 ++++++++++++-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 19 +-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 10 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 125 +++++++-----
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 36 ++--
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 3 +-
.../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 83 +-------
.../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 6 -
lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 4 +-
lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 4 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 226 ++++++++-------------
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 149 +++++++-------
test/CodeGen/AMDGPU/gfx902-without-xnack.ll | 8 +
test/MC/AMDGPU/hsa_isa_version_attrs.s | 2 +-
15 files changed, 425 insertions(+), 405 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/gfx902-without-xnack.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 ae4bd95c1e6 [gcov] Fix branch counters with switch statements (fix PR38821)
new 0e5dfed76c0 [InstCombine] add tests for add-with-overflow compares; NFC
new 7aabb145039 [llvm-mca] Delay calculation of Cycles per Resources, separ [...]
new ca29f6a30b2 [InstCombine] enhance vector demanded elements to look at a [...]
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 23 +++-
test/Transforms/InstCombine/icmp-add.ll | 137 +++++++++++++++++----
.../InstCombine/shuffle-select-narrow.ll | 10 +-
tools/llvm-mca/Views/ResourcePressureView.cpp | 3 +-
tools/llvm-mca/Views/ResourcePressureView.h | 2 +-
tools/llvm-mca/include/HWEventListener.h | 9 +-
.../include/HardwareUnits/ResourceManager.h | 3 +-
tools/llvm-mca/include/HardwareUnits/Scheduler.h | 11 +-
tools/llvm-mca/include/Stages/ExecuteStage.h | 6 +-
tools/llvm-mca/include/Stages/InstructionTables.h | 2 +-
tools/llvm-mca/include/Support.h | 40 ++++++
.../llvm-mca/lib/HardwareUnits/ResourceManager.cpp | 6 +-
tools/llvm-mca/lib/HardwareUnits/Scheduler.cpp | 5 +-
tools/llvm-mca/lib/Stages/ExecuteStage.cpp | 10 +-
tools/llvm-mca/lib/Stages/InstructionTables.cpp | 10 +-
15 files changed, 218 insertions(+), 59 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 3886719cbb [clang-cl, PCH] Support for /Yc and /Yu without filename and [...]
new a3379dec7b [analyzer] [NFC] Change the tests by making the version chec [...]
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/Analysis/MismatchedDeallocator-path-notes.cpp | 2 +-
test/Analysis/NewDelete-path-notes.cpp | 2 +-
test/Analysis/conditional-path-notes.c | 2 +-
test/Analysis/copypaste/plist-diagnostics-notes-as-events.cpp | 2 +-
test/Analysis/copypaste/plist-diagnostics.cpp | 2 +-
test/Analysis/cxx-for-range.cpp | 2 +-
test/Analysis/diagnostics/deref-track-symbolic-region.c | 2 +-
test/Analysis/diagnostics/plist-diagnostics-include-check.cpp | 2 +-
test/Analysis/diagnostics/plist-multi-file.c | 2 +-
test/Analysis/diagnostics/report-issues-within-main-file.cpp | 2 +-
test/Analysis/diagnostics/undef-value-caller.c | 2 +-
test/Analysis/diagnostics/undef-value-param.c | 2 +-
test/Analysis/diagnostics/undef-value-param.m | 2 +-
test/Analysis/edges-new.mm | 2 +-
test/Analysis/generics.m | 2 +-
test/Analysis/inline-plist.c | 2 +-
test/Analysis/inline-unique-reports.c | 2 +-
test/Analysis/inlining/eager-reclamation-path-notes.c | 2 +-
test/Analysis/inlining/eager-reclamation-path-notes.cpp | 2 +-
test/Analysis/inlining/path-notes.c | 2 +-
test/Analysis/inlining/path-notes.cpp | 2 +-
test/Analysis/inlining/path-notes.m | 2 +-
test/Analysis/lambda-notes.cpp | 2 +-
test/Analysis/malloc-plist.c | 2 +-
test/Analysis/method-call-path-notes.cpp | 2 +-
test/Analysis/model-file.cpp | 2 +-
test/Analysis/null-deref-path-notes.m | 2 +-
test/Analysis/nullability-notes.m | 2 +-
test/Analysis/objc-arc.m | 2 +-
test/Analysis/plist-macros.cpp | 2 +-
test/Analysis/plist-output-alternate.m | 2 +-
test/Analysis/plist-output.m | 2 +-
test/Analysis/retain-release-path-notes.m | 2 +-
test/Analysis/unix-fns.c | 2 +-
34 files changed, 34 insertions(+), 34 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 libcxx.
from 5a86ba0aa ReleaseNotes: update links to use https
new 53c8e2503 Fix PR# 38900 - don't call swap inside of random_shuffle when [...]
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/algorithm | 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 b3c30eb7c68 Add some context to fatal verifier errors
new ae4bd95c1e6 [gcov] Fix branch counters with switch statements (fix PR38821)
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/Instrumentation/GCOVProfiling.cpp | 236 ++++-------------------
1 file changed, 40 insertions(+), 196 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 d2e706f33 [Msan] Fix unit test linkage issue on FreeBSD
new 7da037031 [gcov] Fix branch counters with switch statements (fix PR38821)
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/profile/Inputs/instrprof-gcov-switch1.c.gcov | 4 ++--
test/profile/Inputs/instrprof-gcov-switch2.c.gcov | 4 ++--
2 files changed, 4 insertions(+), 4 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 lld.
from 9be263cba Update release notes to say that lld/MinGW is production-ready.
new 5974a33ce Clarify the wording for the state of the lld/MinGW target
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:
docs/ReleaseNotes.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.