This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8e740f1 [RSForGC] Handle vector GEPs
new 6ee36bc [libFuzzer] add a test with two different bugs
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/CMakeLists.txt | 1 +
.../{NullDerefOnEmptyTest.cpp => TwoDifferentBugsTest.cpp} | 13 ++++++++-----
2 files changed, 9 insertions(+), 5 deletions(-)
copy lib/Fuzzer/test/{NullDerefOnEmptyTest.cpp => TwoDifferentBugsTest.cpp} (58%)
--
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 a9c6084 Fix macOS version detection to also allow missing 3rd part of [...]
new 0dc7254 Revert "[PowerPC] Fix sanitizer frame unwind on 32-bit ABIs"
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/sanitizer_common/sanitizer_stacktrace.cc | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 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 glibc.
from 33c0281 conformtest: Support system-specific XFAILs.
new c33eac5 conformtest: Skip execution tests when cross-compiling.
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 | 7 +++++++
conform/Makefile | 8 +++++++-
conform/conformtest.pl | 5 ++++-
3 files changed, 18 insertions(+), 2 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 9ed2d9c Revert "Make NativeExeSymbol a concrete subclass of NativeRaw [...]
new 8e740f1 [RSForGC] Handle vector GEPs
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/Scalar/RewriteStatepointsForGC.cpp | 5 +++++
test/Transforms/RewriteStatepointsForGC/base-vector.ll | 15 +++++++++++++++
2 files changed, 20 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 clang.
from 0812d1f Remove setting LessPreciseFPMADOption on the TargetOption as [...]
new 6517d81 [Serialization] Follow-up to r297972, deserialize name/loc 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:
lib/Serialization/ASTReaderDecl.cpp | 10 ++++++----
1 file changed, 6 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 glibc.
from 0fbca26 conformtest: Make more tests into compilation tests.
new 33c0281 conformtest: Support system-specific XFAILs.
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 | 9 +++++++++
conform/Makefile | 7 ++++++-
conform/conformtest.pl | 13 ++++++++++++-
3 files changed, 27 insertions(+), 2 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 5c2a1d9 Remove LessPreciseFPMADOption from TargetOptions along with a [...]
new 852989f VirtRegMap: Correctly deal with bundles when deleting identit [...]
new 94ebfcb SplitKit: Correctly implement partial subregister copies
new 9ed2d9c Revert "Make NativeExeSymbol a concrete subclass of NativeRaw [...]
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/CodeGen/SlotIndexes.h | 22 ++-
.../llvm/DebugInfo/PDB/Native/NativeExeSymbol.h | 39 ------
.../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 2 +-
lib/CodeGen/SlotIndexes.cpp | 42 ++++++
lib/CodeGen/SplitKit.cpp | 152 +++++++++++++++++----
lib/CodeGen/SplitKit.h | 11 ++
lib/CodeGen/VirtRegMap.cpp | 47 ++++++-
lib/DebugInfo/PDB/CMakeLists.txt | 1 -
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 79 -----------
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 33 ++++-
lib/DebugInfo/PDB/Native/NativeSession.cpp | 4 +-
test/CodeGen/AMDGPU/splitkit.mir | 64 +++++++++
test/DebugInfo/PDB/Native/pdb-native-summary.test | 11 --
13 files changed, 327 insertions(+), 180 deletions(-)
delete mode 100644 include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h
delete mode 100644 lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
create mode 100644 test/CodeGen/AMDGPU/splitkit.mir
delete mode 100644 test/DebugInfo/PDB/Native/pdb-native-summary.test
--
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 0a965f8 Don't rely on an implicit std::tuple constructor.
new bb8d9fb SmallString doesn't have implicit conversion from const char*.
new ec179d7 LTO: Fix a potential race condition in the caching API.
new f5e1bc8 [ARM] Use alias analysis in ARMPreAllocLoadStoreOpt.
new 5c2a1d9 Remove LessPreciseFPMADOption from TargetOptions along with a [...]
The 4 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/CommandFlags.h | 6 -----
include/llvm/LTO/Caching.h | 11 ++++++---
include/llvm/Target/TargetOptions.h | 15 +++---------
lib/CodeGen/TargetOptionsImpl.cpp | 8 -------
lib/LTO/Caching.cpp | 33 +++++++++++++++++++-------
lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 30 +++++++++++-------------
lib/Target/TargetMachine.cpp | 1 -
test/CodeGen/ARM/ldrd.ll | 18 ++++++++++++++
test/CodeGen/ARM/prera-ldst-aliasing.mir | 40 ++++++++++++++++++++++++++++++++
tools/gold/gold-plugin.cpp | 8 +++++--
tools/llvm-lto2/llvm-lto2.cpp | 11 +++------
unittests/Support/Path.cpp | 4 ++--
12 files changed, 118 insertions(+), 67 deletions(-)
create mode 100644 test/CodeGen/ARM/prera-ldst-aliasing.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 clang.
from 4d6eb59 [Headers] Reapply: Add #include_next for tgmath.h on Darwin
new 0812d1f Remove setting LessPreciseFPMADOption on the TargetOption as [...]
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/BackendUtil.cpp | 1 -
1 file changed, 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 lld.
from 32f608e Revert r297850: [ELF] - Linkerscript: make Dot public and rem [...]
new 0a62e29 LTO: Fix a potential race condition in the caching API.
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/LTO.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.