This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9e9e15f181 Remove unused diagnostic. NFC.
new 2f1c6854c2 [coverage] Make smaller regions for the first case of a switch.
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/CodeGen/CoverageMappingGen.cpp | 19 +++++++++++++------
test/CoverageMapping/switch.cpp | 22 +++++++++++++++++++---
2 files changed, 32 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 lld.
from 509039ba9 Use more consistent names
new faf7e8272 [PDB] Improve our PDB OMF debug directory entry
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:
COFF/Chunks.h | 2 +-
COFF/Writer.cpp | 5 +++--
2 files changed, 4 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 58dd3a3775e AMDGPU/GlobalISel: Mark 32-bit G_FMUL as legal
new 51c47348285 Revert "[libFuzzer tests] Use substring comparison in libFu [...]
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/test/InitializeTest.cpp | 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 master
in repository llvm.
from 50b0dc9e5b9 [pdb/lld] Write a valid FPM.
new 58dd3a3775e AMDGPU/GlobalISel: Mark 32-bit G_FMUL as legal
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/AMDGPULegalizerInfo.cpp | 2 ++
test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir
--
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 ac2979953 Use a more standard method to mark these tests as unsupported [...]
new 5dea2733b [tsan] Check for pvalloc overlow
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/tsan/rtl/tsan_mman.cc | 4 ++++
lib/tsan/tests/unit/tsan_mman_test.cc | 8 +++++++-
2 files changed, 11 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 11625a0d5e4 [MSF] Move MSF unit tests to their own unittest target.
new 50b0dc9e5b9 [pdb/lld] Write a valid FPM.
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/DebugInfo/MSF/MSFCommon.h | 19 ++--
include/llvm/DebugInfo/MSF/MappedBlockStream.h | 2 +-
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 2 +
include/llvm/Support/MathExtras.h | 5 +
lib/DebugInfo/MSF/MSFBuilder.cpp | 46 ++++++++-
lib/DebugInfo/MSF/MSFCommon.cpp | 19 +++-
lib/DebugInfo/MSF/MappedBlockStream.cpp | 25 ++++-
lib/DebugInfo/PDB/Native/PDBFile.cpp | 3 +-
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 28 ++++++
test/DebugInfo/PDB/write-fpm.test | 11 +++
unittests/DebugInfo/MSF/CMakeLists.txt | 1 +
unittests/DebugInfo/MSF/MSFBuilderTest.cpp | 36 +++++++
unittests/DebugInfo/MSF/MSFCommonTest.cpp | 104 +++++++++++++++++++++
unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp | 55 +++++++++++
14 files changed, 336 insertions(+), 20 deletions(-)
create mode 100644 test/DebugInfo/PDB/write-fpm.test
create mode 100644 unittests/DebugInfo/MSF/MSFCommonTest.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 glibc.
from 8ee1abdb4b [hurd]: Add __libc_init_secure stub
new 3da5756ee8 Add missing include for pthread_setcancelstate
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:
ChangeLog | 1 +
sysdeps/posix/shm_open.c | 1 +
2 files changed, 2 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 630a4acf814 Xray docs with description of Flight Data Recorder binary format.
new cd14d227ff2 AMDGPU/R600: Initialize more passes
new 34173def44a [pdbutil] Add a command to dump the FPM.
new 11625a0d5e4 [MSF] Move MSF unit tests to their own unittest target.
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/MSF/MSFCommon.h | 17 +++++++++++
include/llvm/DebugInfo/MSF/MSFStreamLayout.h | 35 ----------------------
include/llvm/DebugInfo/MSF/MappedBlockStream.h | 2 +-
include/llvm/DebugInfo/PDB/Native/PDBFile.h | 5 +---
lib/DebugInfo/MSF/MSFCommon.cpp | 15 ++++++++++
lib/DebugInfo/MSF/MappedBlockStream.cpp | 20 ++-----------
lib/DebugInfo/PDB/Native/PDBFile.cpp | 4 +++
lib/Target/AMDGPU/AMDGPU.h | 15 ++++++++++
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 5 ++++
lib/Target/AMDGPU/R600ClauseMergePass.cpp | 15 +++++++---
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 12 ++++++--
lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp | 12 +++++++-
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp | 7 +++++
lib/Target/AMDGPU/R600Packetizer.cpp | 10 ++++++-
test/DebugInfo/PDB/dump-fpm.test | 9 ++++++
tools/llvm-pdbutil/BytesOutputStyle.cpp | 13 ++++++++
tools/llvm-pdbutil/BytesOutputStyle.h | 1 +
tools/llvm-pdbutil/LinePrinter.cpp | 25 +++++++++++++++-
tools/llvm-pdbutil/LinePrinter.h | 1 +
tools/llvm-pdbutil/llvm-pdbutil.cpp | 2 ++
tools/llvm-pdbutil/llvm-pdbutil.h | 2 ++
unittests/DebugInfo/CMakeLists.txt | 1 +
unittests/DebugInfo/MSF/CMakeLists.txt | 14 +++++++++
.../DebugInfo/{PDB => MSF}/MSFBuilderTest.cpp | 2 +-
.../{PDB => MSF}/MappedBlockStreamTest.cpp | 6 ++--
unittests/DebugInfo/PDB/CMakeLists.txt | 2 --
26 files changed, 178 insertions(+), 74 deletions(-)
delete mode 100644 include/llvm/DebugInfo/MSF/MSFStreamLayout.h
create mode 100644 test/DebugInfo/PDB/dump-fpm.test
create mode 100644 unittests/DebugInfo/MSF/CMakeLists.txt
rename unittests/DebugInfo/{PDB => MSF}/MSFBuilderTest.cpp (99%)
rename unittests/DebugInfo/{PDB => MSF}/MappedBlockStreamTest.cpp (99%)
--
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 d20ebd10f [msan] Check for pvalloc overflow
new ac2979953 Use a more standard method to mark these tests as unsupported [...]
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/builtins/Unit/divxc3_test.c | 1 +
test/builtins/Unit/mulxc3_test.c | 1 +
test/builtins/Unit/powixf2_test.c | 1 +
3 files changed, 3 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 6795f26af55 [libFuzzer tests] Use substring comparison in libFuzzer tests
new c8df92092df LV: Don't insert runtime ptr checks on divergent targets
new 630a4acf814 Xray docs with description of Flight Data Recorder binary format.
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/XRay.rst | 3 +
docs/XRayFDRFormat.rst | 401 +++++++++++++++++++++
docs/index.rst | 1 +
lib/Transforms/Vectorize/LoopVectorize.cpp | 12 +
lib/XRay/Trace.cpp | 11 +-
.../AMDGPU/divergent-runtime-check.ll | 29 ++
6 files changed, 452 insertions(+), 5 deletions(-)
create mode 100644 docs/XRayFDRFormat.rst
create mode 100644 test/Transforms/LoopVectorize/AMDGPU/divergent-runtime-check.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.