This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 42c5a0b Use a default constructor. (NFC) Thanks to David Blaikie for [...]
new c6c2352 AArch64DeadRegisterDefinitionsPass: Fix Changed flag
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/AArch64DeadRegisterDefinitionsPass.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 llvm.
from 474c83f GlobalISel: allow CodeGen to fallback on VReg type/class issues.
new b73e155 [TBAA] Drop support for "old style" scalar TBAA tags
new 42c5a0b Use a default constructor. (NFC) Thanks to David Blaikie for [...]
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/IR/DebugInfoMetadata.h | 4 +-
lib/Analysis/TypeBasedAliasAnalysis.cpp | 67 +++++-----------------------
lib/IR/Verifier.cpp | 13 ++++++
unittests/Analysis/CMakeLists.txt | 2 +-
unittests/Analysis/MixedTBAATest.cpp | 79 ---------------------------------
unittests/Analysis/TBAATest.cpp | 63 ++++++++++++++++++++++++++
6 files changed, 89 insertions(+), 139 deletions(-)
delete mode 100644 unittests/Analysis/MixedTBAATest.cpp
create mode 100644 unittests/Analysis/TBAATest.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 compiler-rt.
from 5f787a1 tsan: more precise handling of atomic stores
new 91a6efd [asan/win] Add init hooks to .CRT$XLAB
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/asan_win.cc | 18 +++++++++--
lib/asan/asan_win_dll_thunk.cc | 15 +++++++++
lib/asan/asan_win_dynamic_runtime_thunk.cc | 15 +++++++--
test/asan/TestCases/Windows/tls_init.cc | 51 ++++++++++++++++++++++++++++++
4 files changed, 94 insertions(+), 5 deletions(-)
create mode 100644 test/asan/TestCases/Windows/tls_init.cc
--
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 d57fec9 [SystemZ] Add missing FP extension instructions
new 474c83f GlobalISel: allow CodeGen to fallback on VReg type/class issues.
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/CodeGen/MachineRegisterInfo.h | 19 +++++-----
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 52 ++++++++++++++++++++--------
lib/CodeGen/MachineRegisterInfo.cpp | 11 ------
3 files changed, 48 insertions(+), 34 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 0d51147 [Test Suite] Properly quote python string
new 87e6a8a Clean up the stop printing header lines.
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/lldb/API/SBThread.h | 2 ++
include/lldb/Core/Debugger.h | 2 ++
include/lldb/Core/FormatEntity.h | 1 +
include/lldb/Target/Process.h | 3 +-
include/lldb/Target/Thread.h | 10 +++++--
.../functionalities/completion/TestCompletion.py | 8 +++---
.../TestConvenienceVariables.py | 32 ++++++++++++++++------
scripts/interface/SBThread.i | 9 ++++++
source/API/SBThread.cpp | 9 ++++--
source/Commands/CommandObjectMemory.cpp | 3 +-
source/Commands/CommandObjectProcess.cpp | 3 +-
source/Commands/CommandObjectTarget.cpp | 3 +-
source/Commands/CommandObjectThread.cpp | 8 ++++--
source/Core/Debugger.cpp | 28 +++++++++++++++++--
source/Core/FormatEntity.cpp | 11 ++++++++
source/Target/Process.cpp | 10 +++++--
source/Target/Thread.cpp | 19 +++++++++----
www/formats.html | 1 +
18 files changed, 126 insertions(+), 36 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 248b497 Rename a function to avoid function overloading. NFC.
new 602e631 Store the size the same way as any other OutputSection. NFC.
new e3a9257 Simplify getLocation() function.
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:
ELF/OutputSections.cpp | 11 +++++++----
ELF/OutputSections.h | 3 ---
ELF/Relocations.cpp | 24 ++++++++++--------------
ELF/Relocations.h | 3 +--
ELF/SymbolTable.cpp | 4 ++--
5 files changed, 20 insertions(+), 25 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 18fd3e6 [LoopDistribute] Preserve GlobalsAA also in the new Pass Manager.
new ba2fbb8 [SystemZ] Model access registers as LLVM registers
new c505e81 [SystemZ] Add program mask and addressing mode instructions
new d57fec9 [SystemZ] Add missing FP extension instructions
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:
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 55 +--
.../SystemZ/Disassembler/SystemZDisassembler.cpp | 12 +-
.../SystemZ/InstPrinter/SystemZInstPrinter.cpp | 7 -
.../SystemZ/InstPrinter/SystemZInstPrinter.h | 1 -
.../SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp | 8 +
.../SystemZ/MCTargetDesc/SystemZMCTargetDesc.h | 1 +
lib/Target/SystemZ/SystemZISelLowering.cpp | 8 +-
lib/Target/SystemZ/SystemZISelLowering.h | 4 -
lib/Target/SystemZ/SystemZInstrFP.td | 24 +
lib/Target/SystemZ/SystemZInstrFormats.td | 7 +
lib/Target/SystemZ/SystemZInstrInfo.cpp | 12 +-
lib/Target/SystemZ/SystemZInstrInfo.td | 70 ++-
lib/Target/SystemZ/SystemZOperands.td | 11 -
lib/Target/SystemZ/SystemZOperators.td | 5 -
lib/Target/SystemZ/SystemZRegisterInfo.cpp | 5 +
lib/Target/SystemZ/SystemZRegisterInfo.td | 20 +-
lib/Target/SystemZ/SystemZScheduleZ13.td | 54 ++-
lib/Target/SystemZ/SystemZScheduleZ196.td | 48 +-
lib/Target/SystemZ/SystemZScheduleZEC12.td | 54 ++-
test/MC/Disassembler/SystemZ/insns.txt | 510 +++++++++++++++++++++
test/MC/SystemZ/insn-bad-z196.s | 180 ++++++++
test/MC/SystemZ/insn-bad.s | 120 +++++
test/MC/SystemZ/insn-good-z196.s | 168 +++++++
test/MC/SystemZ/insn-good.s | 225 +++++++++
test/MC/SystemZ/regs-bad.s | 8 -
test/MC/SystemZ/regs-good.s | 50 ++
26 files changed, 1529 insertions(+), 138 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 a0f649f Don't add null and discarded sections to the global list.
new 248b497 Rename a function to avoid function overloading. NFC.
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/SymbolTable.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 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 7ec8225 Don't store Twine in a local variable.
new 18fd3e6 [LoopDistribute] Preserve GlobalsAA also in the new Pass Manager.
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/LoopDistribute.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 4a36aab Remove mentions of clang-analyzer-alpha
new bf68229 [clang-move] Move all code from old.h/cc directly when moving [...]
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:
clang-move/ClangMove.cpp | 103 ++++++++++++++++++++++++++------
clang-move/ClangMove.h | 18 ++++++
test/clang-move/Inputs/test.h | 3 +
test/clang-move/move-class.cpp | 17 +++---
unittests/clang-move/ClangMoveTests.cpp | 86 ++++++++++++++++++++++++--
5 files changed, 193 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.