This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 76354c5 [RegBankSelect] Silence an unused variable warning in release mode.
new e118351 Fix a bug in SCEV's poison value propagation
new 39ede08 Teach isGuarantdToTransferExecToSuccessor about debug info in [...]
new 27dabd2 [SCEV] Track no-abnormal-exits instead of no-throw calls
new 8999baf [SCEV] Break out of loop if there is no more work to do
new d3fa840 [codeview] Avoid emitting an empty file checksum table
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:
include/llvm/Analysis/ScalarEvolution.h | 8 ++-
lib/Analysis/ScalarEvolution.cpp | 45 ++++++-------
lib/Analysis/ValueTracking.cpp | 9 ++-
lib/MC/MCCodeView.cpp | 5 ++
.../ScalarEvolution/flags-from-poison-dbg.ll | 75 ++++++++++++++++++++++
test/Analysis/ScalarEvolution/nsw.ll | 56 ++++++++++++++++
test/MC/COFF/cv-empty-file-table.s | 13 ++++
7 files changed, 184 insertions(+), 27 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/flags-from-poison-dbg.ll
create mode 100644 test/MC/COFF/cv-empty-file-table.s
--
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 47b89fc [pdb] Fix build errors in PDB unit tests.
new 4eb9d7c [RegBankSelect] Comment on how we could improve repairing wit [...]
new 76354c5 [RegBankSelect] Silence an unused variable warning in release mode.
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/CodeGen/GlobalISel/RegBankSelect.cpp | 12 ++++++++++++
1 file changed, 12 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 zorg.
from 7b46dc6 [sanitizer bots] add check-scudo
new 826c1ae [powerpc] Add ability to bypass scudo 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:
zorg/buildbot/builders/sanitizers/buildbot_cmake.sh | 7 +++++--
zorg/buildbot/builders/sanitizers/buildbot_selector.py | 4 ++--
2 files changed, 7 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 master
in repository compiler-rt.
from 493a682 [profile] Hide some external symbols in InstrProfData.inc
new ef5e5ab [esan|wset] Reduce flakiness in samples test
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/esan/TestCases/workingset-samples.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 bdd8d79 Remove a patch .rej file.
new 9927216 [pdb] Handle stream index errors better.
new 6f68656 Try to appease buildbots.
new 47b89fc [pdb] Fix build errors in PDB unit tests.
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:
include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 4 +-
.../llvm/DebugInfo/PDB/Raw/DirectoryStreamData.h | 37 +++
include/llvm/DebugInfo/PDB/Raw/InfoStream.h | 4 +-
include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h | 13 +-
include/llvm/DebugInfo/PDB/Raw/ModStream.h | 4 +-
include/llvm/DebugInfo/PDB/Raw/PublicsStream.h | 6 +-
include/llvm/DebugInfo/PDB/Raw/SymbolStream.h | 4 +-
include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 4 +-
include/llvm/Support/Error.h | 1 +
lib/Analysis/StratifiedSets.h | 11 +-
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 49 ++--
lib/DebugInfo/PDB/Raw/InfoStream.cpp | 6 +-
lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp | 30 +++
lib/DebugInfo/PDB/Raw/ModStream.cpp | 9 +-
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 103 ++++----
lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 8 +-
lib/DebugInfo/PDB/Raw/SymbolStream.cpp | 9 +-
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 18 +-
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 263 +++++++++++----------
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 23 +-
20 files changed, 359 insertions(+), 247 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/DirectoryStreamData.h
--
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 binutils-gdb.
from 1f26b7a Add missing ChangeLog entries
new 010bc3c Support any relocation order
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:
ld/ChangeLog | 11 +++++++++++
ld/testsuite/ld-x86-64/no-plt-1a.rd | 4 ++--
ld/testsuite/ld-x86-64/no-plt-1b.rd | 10 +++++-----
ld/testsuite/ld-x86-64/no-plt-1c.rd | 8 ++++----
ld/testsuite/ld-x86-64/no-plt-1e.rd | 4 ++--
ld/testsuite/ld-x86-64/no-plt-1f.rd | 10 +++++-----
ld/testsuite/ld-x86-64/no-plt-1g.rd | 8 ++++----
ld/testsuite/ld-x86-64/no-plt.exp | 2 +-
8 files changed, 34 insertions(+), 23 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 gcc.
from bccee64 Add selftest for pretty-print.c
new be35fa0 [PATCH 1/2][AArch64] Implement AAPCS64 updates for alignment [...]
new 84ee090 [PATCH 2/2][AArch64] Tests of AAPCS64 updates for alignment a [...]
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:
gcc/ChangeLog | 5 +++
gcc/config/aarch64/aarch64.c | 31 +++++++-------
gcc/testsuite/ChangeLog | 16 ++++++++
.../gcc.target/aarch64/aapcs64/aapcs64.exp | 10 +++++
.../gcc.target/aarch64/aapcs64/rec_align-5.c | 44 ++++++++++++++++++++
.../gcc.target/aarch64/aapcs64/rec_align-6.c | 45 +++++++++++++++++++++
.../gcc.target/aarch64/aapcs64/rec_align-7.c | 47 ++++++++++++++++++++++
.../gcc.target/aarch64/aapcs64/rec_align-8.c | 37 +++++++++++++++++
.../gcc.target/aarch64/aapcs64/rec_align-9.c | 41 +++++++++++++++++++
.../gcc.target/aarch64/aapcs64/rec_align_vaarg-1.c | 38 +++++++++++++++++
.../aapcs64/rec_align_vaarg-2.c} | 10 ++---
.../gcc.target/aarch64/aapcs64/test_align-5.c | 35 ++++++++++++++++
.../gcc.target/aarch64/aapcs64/test_align-6.c | 36 +++++++++++++++++
.../gcc.target/aarch64/aapcs64/test_align-7.c | 38 +++++++++++++++++
.../gcc.target/aarch64/aapcs64/test_align-8.c | 33 +++++++++++++++
.../gcc.target/aarch64/aapcs64/test_align-9.c | 47 ++++++++++++++++++++++
16 files changed, 492 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/rec_align-5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/rec_align-6.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/rec_align-7.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/rec_align-8.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/rec_align-9.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/rec_align_vaarg-1.c
copy gcc/testsuite/gcc.target/{arm/aapcs/align_vaarg2.c => aarch64/aapcs64/rec_ali [...]
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/test_align-5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/test_align-6.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/test_align-7.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/test_align-8.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/aapcs64/test_align-9.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 llvm.
from 792b56f [AArch64][RegisterBankInfo] G_OR are fine on either GPR or FPR.
new bdd8d79 Remove a patch .rej file.
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/DebugInfo/PDB/Raw/TpiStream.cpp.rej | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej
--
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 8a025f7 [ProfileData] Update llvm's copy of InstrProfData.inc
new 75072bc [RegBankSelect] Use RegisterBankInfo applyMapping method.
new 792b56f [AArch64][RegisterBankInfo] G_OR are fine on either GPR or FPR.
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/CodeGen/GlobalISel/RegBankSelect.cpp | 19 ++--
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 55 +++++++++++
lib/Target/AArch64/AArch64RegisterBankInfo.h | 8 ++
.../AArch64/GlobalISel/arm64-regbankselect.mir | 104 ++++++++++++++++++++-
4 files changed, 174 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 05d61b4 [RegBankSelect] Use the OperandMapper class to hold remap inf [...]
new 5972504 [RegisterBankInfo] Implement the method to apply a mapping.
new 8a025f7 [ProfileData] Update llvm's copy of InstrProfData.inc
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:
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 34 +++++++++++++++
include/llvm/ProfileData/InstrProfData.inc | 50 ++++++++++++++--------
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 27 ++++++++++++
3 files changed, 92 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.