This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_27-branch
in repository binutils-gdb.
from d118813 Automatic date update in version.in
new bebef2c Automatic date update in version.in
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:
bfd/version.h | 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 release_39
in repository llvm.
from 86c801f Merging r276435: -------------------------------------------- [...]
new 53abc28 Merging r276980: -------------------------------------------- [...]
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/SIInstrInfo.cpp | 3 ++-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 3 ++-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 9 ++++++---
lib/Target/AMDGPU/SIRegisterInfo.h | 3 ++-
4 files changed, 12 insertions(+), 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 b17a45c [BPI] Add new LazyBPI analysis
new 1c20b71 [IR] Introduce a non-integral pointer type
new b57cbbd [sanitizer] Simplify and future-proof maybeMarkSanitizerLibra [...]
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/LangRef.rst | 24 ++++++++++++++++++
include/llvm/IR/DataLayout.h | 18 ++++++++++++++
lib/IR/DataLayout.cpp | 14 +++++++++++
lib/IR/Verifier.cpp | 10 ++++++++
lib/Transforms/Utils/Local.cpp | 23 +++++------------
test/Verifier/non-integral-pointers.ll | 45 ++++++++++++++++++++++++++++++++++
6 files changed, 117 insertions(+), 17 deletions(-)
create mode 100644 test/Verifier/non-integral-pointers.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 users/palves/PR18077-new-ui-sync-commands
in repository binutils-gdb.
at 7798390 Fix PR gdb/20418 - Problems with synchronous commands and new-ui
This branch includes the following new commits:
new 7798390 Fix PR gdb/20418 - Problems with synchronous commands and new-ui
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.
--
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_39
in repository llvm.
from 7230d55 Merging r275981 and r276740: -------------------------------- [...]
new 7e5531e Merging r275868: -------------------------------------------- [...]
new 7653e62 Merging r275869: -------------------------------------------- [...]
new 83c76e2 Merging r276956: -------------------------------------------- [...]
new 4444fc4 Merging r276119: -------------------------------------------- [...]
new 86c801f Merging r276435: -------------------------------------------- [...]
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 13 ++-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 22 ++--
lib/Target/AMDGPU/AMDGPUInstructions.td | 3 +-
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 47 ++------
lib/Target/AMDGPU/R600ISelLowering.cpp | 25 ++++-
lib/Target/AMDGPU/R600ISelLowering.h | 3 +-
lib/Target/AMDGPU/SIInstructions.td | 10 ++
test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 35 ++++--
test/CodeGen/AMDGPU/fp_to_sint.f64.ll | 23 +++-
test/CodeGen/AMDGPU/fp_to_sint.ll | 28 ++++-
test/CodeGen/AMDGPU/fp_to_uint.f64.ll | 23 +++-
test/CodeGen/AMDGPU/fp_to_uint.ll | 30 +++++-
.../AMDGPU/invalid-opencl-version-metadata1.ll | 8 ++
.../AMDGPU/invalid-opencl-version-metadata2.ll | 9 ++
.../AMDGPU/invalid-opencl-version-metadata3.ll | 9 ++
test/CodeGen/AMDGPU/vector-alloca.ll | 119 ++++++++++++++++-----
test/DebugInfo/COFF/inlining-same-name.ll | 2 +-
test/DebugInfo/COFF/pr28747.ll | 44 ++++++++
18 files changed, 352 insertions(+), 101 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/invalid-opencl-version-metadata1.ll
create mode 100644 test/CodeGen/AMDGPU/invalid-opencl-version-metadata2.ll
create mode 100644 test/CodeGen/AMDGPU/invalid-opencl-version-metadata3.ll
create mode 100644 test/DebugInfo/COFF/pr28747.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 539fec5 AMDGPU/SI: Don't handle a loop if there is no loop at all for [...]
new b17a45c [BPI] Add new LazyBPI analysis
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/LazyBlockFrequencyInfo.h | 13 +--
include/llvm/Analysis/LazyBranchProbabilityInfo.h | 109 +++++++++++++++++++++
include/llvm/InitializePasses.h | 1 +
lib/Analysis/Analysis.cpp | 1 +
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/LazyBlockFrequencyInfo.cpp | 15 ++-
lib/Analysis/LazyBranchProbabilityInfo.cpp | 63 ++++++++++++
test/Analysis/BranchProbabilityInfo/basic.ll | 1 +
.../diagnostics-with-hotness-lazy-BFI.ll | 14 ++-
9 files changed, 200 insertions(+), 18 deletions(-)
create mode 100644 include/llvm/Analysis/LazyBranchProbabilityInfo.h
create mode 100644 lib/Analysis/LazyBranchProbabilityInfo.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 clang.
from c157961 [docs] Mention some new options in llvm-cov
new 24ebc2e [docs] Coverage: Reference the new -output-dir option
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/SourceBasedCodeCoverage.rst | 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 release_39
in repository clang.
from c2cb923 Merging r276979: -------------------------------------------- [...]
new 4d2d354 Merging r276653: -------------------------------------------- [...]
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/Lex/Pragma.cpp | 4 +++-
test/PCH/Inputs/pragma-once.h | 5 +++++
test/PCH/pragma-once.c | 13 +++++++++++++
3 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 test/PCH/Inputs/pragma-once.h
create mode 100644 test/PCH/pragma-once.c
--
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 1148c92 Revert "[ObjC] Consider availability of context when emitting [...]
new c157961 [docs] Mention some new options in llvm-cov
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/SourceBasedCodeCoverage.rst | 14 +++++++-------
1 file 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 compiler-rt.
from 9eac489 Fix broken build bot
new 41a0641 [asan] Enable the rest of use-after-scope tests
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/TestCases/use-after-scope-loop-bug.cc | 7 ++++---
test/asan/TestCases/use-after-scope-loop-removed.cc | 9 ++++-----
test/asan/TestCases/use-after-scope-temp.cc | 12 +++++-------
3 files changed, 13 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.