This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a6e549d shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions
new 9b9db7f CodeGen: address post commit review comments for r291123
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/CodeGen/include/function.x | 1 -
test/CodeGen/include/module.x | 1 -
test/CodeGen/inline-asm-inclusion.c | 11 -----------
3 files changed, 13 deletions(-)
delete mode 100644 test/CodeGen/include/function.x
delete mode 100644 test/CodeGen/include/module.x
delete mode 100644 test/CodeGen/inline-asm-inclusion.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 lldb.
from 47a5be1 Fixes for Clang API changes to use std::shared_ptr
new b4d184c Revert part of cleanup to fix a build break
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:
tools/debugserver/source/DNBDataRef.cpp | 15 +++++++++++++--
1 file changed, 13 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 clang.
from 41fdaf8 Fix bug where types other than 'cv auto', 'cv auto &', and 'c [...]
new a6e549d shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions
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/Frontend/ASTUnit.h | 2 +-
include/clang/Frontend/CompilerInstance.h | 3 +++
include/clang/Frontend/CompilerInvocation.h | 5 ++++-
include/clang/Lex/HeaderSearch.h | 4 ++--
include/clang/Lex/HeaderSearchOptions.h | 2 +-
lib/Frontend/ASTUnit.cpp | 2 +-
lib/Frontend/CompilerInstance.cpp | 8 +++-----
lib/Lex/HeaderSearch.cpp | 2 +-
unittests/Basic/SourceManagerTest.cpp | 12 ++++++------
unittests/Lex/LexerTest.cpp | 4 ++--
unittests/Lex/PPCallbacksTest.cpp | 9 ++++-----
unittests/Lex/PPConditionalDirectiveRecordTest.cpp | 4 ++--
12 files changed, 30 insertions(+), 27 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-tools-extra.
from f1c6412 Fix for shared_ptrification in Clang
new 33cbbc9 Fixes for Clang API change
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:
modularize/ModularizeUtilities.cpp | 35 ++++++++++++++++-------------------
modularize/ModularizeUtilities.h | 2 --
2 files changed, 16 insertions(+), 21 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 15a812c [AArch64, Lanai] Fix some Clang-tidy modernize and Include Wh [...]
new f15a3ad Remove unused private fields to fix the clang -Werror build.
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/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp | 6 +-----
1 file changed, 1 insertion(+), 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 5b3f19d [SelectionDAG] Correctly transform range metadata to AssertZExt
new 15a812c [AArch64, Lanai] Fix some Clang-tidy modernize and Include Wh [...]
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/AArch64/AArch64ISelLowering.cpp | 110 +++++++++++++++------
lib/Target/AArch64/AArch64InstrInfo.cpp | 71 ++++++++-----
lib/Target/AArch64/AArch64InstructionSelector.h | 8 +-
lib/Target/AArch64/AArch64MachineFunctionInfo.h | 48 ++++-----
lib/Target/AArch64/AArch64TargetMachine.cpp | 38 +++++--
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 89 +++++++++++++----
.../AArch64/Disassembler/AArch64Disassembler.h | 9 +-
.../MCTargetDesc/AArch64ELFObjectWriter.cpp | 13 ++-
.../AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp | 27 +++--
.../AArch64/MCTargetDesc/AArch64TargetStreamer.cpp | 3 +-
lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 48 ++++++---
lib/Target/Lanai/Disassembler/LanaiDisassembler.h | 7 +-
lib/Target/Lanai/InstPrinter/LanaiInstPrinter.h | 13 +--
lib/Target/Lanai/LanaiISelLowering.cpp | 42 +++++---
lib/Target/Lanai/LanaiRegisterInfo.h | 9 +-
.../Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp | 12 +--
.../Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp | 23 +++--
.../Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp | 15 ++-
18 files changed, 386 insertions(+), 199 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 15bae12 Skip a test on darwin.
new 293abd3 Make lldb -Werror clean for -Wstring-conversion
new bf282b7 Fix -Wunused-function warning by preprocessor conditionalizin [...]
new 47a5be1 Fixes for Clang API changes to use std::shared_ptr
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/lldb/Core/MappedHash.h | 3 +-
source/Core/DataEncoder.cpp | 3 +-
source/Core/ValueObjectMemory.cpp | 3 +-
source/Expression/IRInterpreter.cpp | 36 ++++++++++------------
source/Host/windows/EditLineWin.cpp | 14 ++++-----
source/Interpreter/OptionValueProperties.cpp | 3 +-
.../Clang/ClangModulesDeclVendor.cpp | 33 ++++++++++----------
.../RenderScriptx86ABIFixups.cpp | 4 +--
.../Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 3 +-
source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp | 3 +-
source/Plugins/Process/POSIX/CrashReason.cpp | 2 ++
.../Process/Utility/DynamicRegisterInfo.cpp | 2 +-
.../Process/Utility/RegisterContextLLDB.cpp | 12 +++-----
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 5 +--
.../Python/ScriptInterpreterPython.cpp | 7 +----
.../Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 3 +-
source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 7 ++---
.../Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp | 3 +-
.../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 3 +-
.../InstEmulation/UnwindAssemblyInstEmulation.cpp | 17 +++++-----
source/Symbol/ClangASTContext.cpp | 5 ++-
source/Symbol/Type.cpp | 6 ++--
source/Target/ABI.cpp | 3 +-
source/Target/Platform.cpp | 5 ++-
source/Target/StackFrameList.cpp | 3 +-
tools/debugserver/source/DNBDataRef.cpp | 15 ++-------
tools/driver/Platform.cpp | 9 ++----
tools/lldb-perf/lib/Results.cpp | 6 ++--
28 files changed, 86 insertions(+), 132 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 d1f6d69 Add iterator support to DWARFDie to allow child DIE iteration.
new 71ae15e [libFuzzer] remove dead code, NFC
new 5b3f19d [SelectionDAG] Correctly transform range metadata to AssertZExt
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/SelectionDAG/SelectionDAGBuilder.cpp | 2 +-
lib/Fuzzer/FuzzerTraceState.cpp | 47 ------------------------
test/CodeGen/NVPTX/tid-range.ll | 18 +++++++++
3 files changed, 19 insertions(+), 48 deletions(-)
create mode 100644 test/CodeGen/NVPTX/tid-range.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 gcc-6-branch
in repository gcc.
from 1b1cb50 varasm: Propagate litpool decl alignment to generated RTX.
new d60b975 Daily bump.
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:
gcc/DATESTAMP | 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 gcc.
from 07242be PR tree-optimization/78910 - Wrong print-return-value for a n [...]
new 33afc4b Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.