This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d9191ae [libFuzzer] Use dynamic loading for External Functions on Windows.
new 671eb85 [libFuzzer] Export external functions on 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:
lib/Fuzzer/test/CMakeLists.txt | 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 clang-tools-extra.
from c79e404 Don't try to link to the 4.0 release notes
new 4911bc7 Adds the commandline need to run clang-tidy 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:
docs/clang-tidy/index.rst | 6 ++++++
1 file changed, 6 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 c45aa0f [LoadCombine] Change test to not use instcombine.
new c51124b [MC] Fix some Clang-tidy modernize and Include What You Use w [...]
new 49d8fa0 Update test/CodeGen/X86/sse-align-10.ll to use FileCheck inst [...]
new d9191ae [libFuzzer] Use dynamic loading for External Functions on Windows.
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/MC/MCParser/AsmCond.h | 10 ++--
include/llvm/MC/MCParser/AsmLexer.h | 19 ++++---
include/llvm/MC/MCParser/MCAsmLexer.h | 30 +++++------
include/llvm/MC/MCParser/MCAsmParserExtension.h | 24 +++++----
include/llvm/MC/MCParser/MCAsmParserUtils.h | 5 +-
include/llvm/MC/MCParser/MCParsedAsmOperand.h | 14 +++---
include/llvm/MC/MCParser/MCTargetAsmParser.h | 34 +++++++------
include/llvm/MC/MCRegisterInfo.h | 42 ++++++++++------
include/llvm/MC/MCSectionCOFF.h | 5 +-
include/llvm/MC/MCSymbolCOFF.h | 13 +++--
include/llvm/MC/MCTargetOptions.h | 15 +++---
include/llvm/MC/MachineLocation.h | 30 ++++++-----
lib/Fuzzer/CMakeLists.txt | 2 +-
lib/Fuzzer/FuzzerExtFunctionsDlsymWin.cpp | 60 ++++++++++++++++++++++
lib/MC/MCParser/AsmLexer.cpp | 10 ++--
lib/MC/MCParser/AsmParser.cpp | 49 +++++++++---------
lib/MC/MCParser/COFFAsmParser.cpp | 32 ++++++++----
lib/MC/MCParser/DarwinAsmParser.cpp | 66 +++++++++++++++++++++++--
lib/MC/MCParser/MCAsmLexer.cpp | 12 ++---
lib/MC/MCParser/MCAsmParserExtension.cpp | 10 ++--
lib/MC/MCParser/MCTargetAsmParser.cpp | 13 ++---
lib/MC/MCRegisterInfo.cpp | 9 ++--
lib/MC/MCSectionCOFF.cpp | 9 ++--
lib/MC/MCTargetOptions.cpp | 15 +++---
test/CodeGen/X86/sse-align-10.ll | 5 +-
25 files changed, 338 insertions(+), 195 deletions(-)
create mode 100644 lib/Fuzzer/FuzzerExtFunctionsDlsymWin.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 647f67c Update C style comments to C++ style.
new f3d1012 Sink IsExplicitSpecified flag from CXXConstructorDecl and CXX [...]
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/clang/AST/Decl.h | 19 ++++++++++++--
include/clang/AST/DeclCXX.h | 51 +++++++++----------------------------
lib/Serialization/ASTReaderDecl.cpp | 4 +--
lib/Serialization/ASTWriterDecl.cpp | 5 ++--
4 files changed, 32 insertions(+), 47 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 release_40
in repository libcxx.
from b591390 Docs: drop minor version
new 44c3a02 Merge r294612 - Fix PR31916 - std::visit rejects visitors acc [...]
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/variant | 2 +-
test/std/utilities/variant/variant.visit/visit.pass.cpp | 11 +++++++++++
2 files changed, 12 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 libcxx.
from 7be9c9a Add missing libc++ import
new 917331c Check for musl-libc's max_align_t in addition to other variants.
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/cstddef | 3 ++-
include/stddef.h | 3 ++-
2 files changed, 4 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 8974446 [WebAssembly] Pass an MCContext to WebAssemblyMCCodeEmitter. NFC.
new c45aa0f [LoadCombine] Change test to not use instcombine.
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/Transforms/LoadCombine/load-combine-aa.ll | 5 ++++-
1 file changed, 4 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 clang.
from ece87bb Fix the -Werror build by removing an unused default in a full [...]
new 647f67c Update C style comments to C++ style.
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/MacroPPCallbacks.cpp | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 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 48a1daa ARMSubtarget.h: Change to one line per enum element; NFC
new fdb50b2 Fix syntax error
new 8974446 [WebAssembly] Pass an MCContext to WebAssemblyMCCodeEmitter. 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:
lib/Target/ARM/ARMSubtarget.h | 4 ++--
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 9 ++++++---
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp | 4 ++--
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h | 3 ++-
4 files changed, 12 insertions(+), 8 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 88c0fa9 [PM] Add Argument Promotion to the pass pipeline.
new 05638ab docs/conf.py: Suppress sphinx highlighting failure warnings
new 2d1415b Add an additional set of braces to deal with subobject initia [...]
new 911ee03 [Support] Extend SLEB128 encoding support.
new 48a1daa ARMSubtarget.h: Change to one line per enum element; NFC
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:
docs/conf.py | 4 ++
include/llvm/Support/LEB128.h | 40 ++++++++++++++++-
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 2 +-
lib/Target/ARM/ARMSubtarget.h | 65 ++++++++++++++++++++++++----
unittests/Support/LEB128Test.cpp | 47 ++++++++++++++------
5 files changed, 132 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.