This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 47ac688332f Run dos2unix on a test. NFC.
new 18df4f09ff7 [X86] Fix the SNB scheduler for BLENDVB.
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/X86/X86SchedSandyBridge.td | 3 ++-
test/CodeGen/X86/sse41-schedule.ll | 4 ++--
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 clang.
from 59ae255df3 Allow builtins for Cross-DSO CFI on Android
new 1e4ad8ec34 [analyzer] Improve performance of NoStoreFuncVisitor
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/StaticAnalyzer/Core/BugReporterVisitors.cpp | 69 ++++++++++++++++++-------
1 file changed, 50 insertions(+), 19 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 789e1d7e0 [compiler-rt] Change std::sort to llvm::sort in response to r327219
new 9725eed95 Revert "[compiler-rt] Change std::sort to llvm::sort in respo [...]
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/asan/tests/asan_mem_test.cc | 2 +-
lib/fuzzer/FuzzerCorpus.h | 2 +-
lib/fuzzer/FuzzerMerge.cpp | 18 +++++++++---------
lib/sanitizer_common/tests/sanitizer_common_test.cc | 2 +-
lib/sanitizer_common/tests/sanitizer_linux_test.cc | 4 ++--
5 files changed, 14 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 llvm.
from 488250e1efe Object: Fix handling of @@@ in .symver directive
new 95d1ad8f2dc [DebugInfoPDB] Add backward support flags to PDB_NameSearchFlags
new 47ac688332f Run dos2unix on a test. NFC.
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/DebugInfo/PDB/PDBTypes.h | 7 +++-
test/CodeGen/ARM/stack-size-section.ll | 60 +++++++++++++++++-----------------
2 files changed, 36 insertions(+), 31 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 ed2defa004 [analyzer] Fix the assertion failure when static globals are [...]
new 59ae255df3 Allow builtins for Cross-DSO CFI on Android
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/Driver/sanitizer-ld.c | 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 lld.
from ce20d427e Remove GnuHashTableSection::getShift2().
new f3bc2b404 [ELF] Make SectionHeaderOffset less sensitive.
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/ELF/basic-ppc64.s | 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 88275016ddb [SelectionDAG] Transfer DbgValues when integer operations a [...]
new 32c22cbba9b Object: Move attribute calculation into RecordStreamer. NFC
new 488250e1efe Object: Fix handling of @@@ in .symver directive
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/Object/ModuleSymbolTable.cpp | 80 +---------------------------
lib/Object/RecordStreamer.cpp | 112 +++++++++++++++++++++++++++++++++++++--
lib/Object/RecordStreamer.h | 26 +++++----
test/LTO/X86/symver-asm3.ll | 40 ++++++++++++++
4 files changed, 161 insertions(+), 97 deletions(-)
create mode 100644 test/LTO/X86/symver-asm3.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 compiler-rt.
from 7dce3214a OpenBSD UBsan support missing bits
new 789e1d7e0 [compiler-rt] Change std::sort to llvm::sort in response to r327219
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/asan/tests/asan_mem_test.cc | 2 +-
lib/fuzzer/FuzzerCorpus.h | 2 +-
lib/fuzzer/FuzzerMerge.cpp | 18 +++++++++---------
lib/sanitizer_common/tests/sanitizer_common_test.cc | 2 +-
lib/sanitizer_common/tests/sanitizer_linux_test.cc | 4 ++--
5 files changed, 14 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 lldb.
from afca3b44c [SymbolFilePDB] Simplify getting the source file path
new a09ceddd2 [SymbolFilePDB] Simplify code with newer methods
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:
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 4 ++--
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 16 ++--------------
2 files changed, 4 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.