This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f391e18bcdf Return the LoopUnrollResult from tryToUnrollLoop; NFC
new 5e0e7e83214 Fix -Wunused-variable for Release 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/Transforms/Scalar/LoopUnrollPass.cpp | 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 55cbcceb16c Fix off-by-one error in TarWriter.
new 18ed8f9b454 Rename LoopUnrollStatus to LoopUnrollResult; NFC
new 5322884fd86 LoopDeletion: use return value instead of passing in LPMUpd [...]
new f391e18bcdf Return the LoopUnrollResult from tryToUnrollLoop; NFC
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/Transforms/Utils/UnrollLoop.h | 4 +--
lib/Transforms/Scalar/LoopDeletion.cpp | 47 +++++++++++++++-----------
lib/Transforms/Scalar/LoopUnrollPass.cpp | 53 +++++++++++++-----------------
lib/Transforms/Utils/LoopUnroll.cpp | 22 ++++++-------
4 files changed, 63 insertions(+), 63 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 de9cae20fec Cleanup some problems with LLVM_ENABLE_DUMP in release buil [...]
new 0a891e05bfa [CMake] Fix typo: "in-tree" -> "in-source" (NFC)
new 55cbcceb16c Fix off-by-one error in TarWriter.
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:
CMakeLists.txt | 2 +-
lib/Support/TarWriter.cpp | 57 ++++++++++++++++-------------
unittests/Support/TarWriterTest.cpp | 73 +++++++++++++++++++++++++++----------
3 files changed, 86 insertions(+), 46 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 b5a79d0a6 [scudo] Temporary disabling the valloc test on armhf
new 5b19f39ab Revert "Add support for custom loaders to symbolizer"
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_common.h | 8 +---
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 39 ++++++------------
lib/sanitizer_common/sanitizer_mac.cc | 4 +-
lib/sanitizer_common/sanitizer_procmaps.h | 2 +-
lib/sanitizer_common/sanitizer_procmaps_common.cc | 2 +-
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 2 +-
lib/sanitizer_common/sanitizer_symbolizer.h | 2 -
.../sanitizer_symbolizer_libcdep.cc | 46 +++++++---------------
lib/sanitizer_common/sanitizer_win.cc | 6 +--
9 files changed, 33 insertions(+), 78 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 22a815a49ac [MachineOutliner] AArch64: Avoid saving + restoring LR if possible
new de8eb76ebd7 Do not remove a target file in FileOutputBuffer::create().
new de9cae20fec Cleanup some problems with LLVM_ENABLE_DUMP in release buil [...]
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:
CMakeLists.txt | 8 ++++++--
cmake/modules/HandleLLVMOptions.cmake | 4 ----
include/llvm/CodeGen/MachineRegisterInfo.h | 2 --
include/llvm/CodeGen/MachineScheduler.h | 2 --
include/llvm/CodeGen/TargetSchedule.h | 2 +-
include/llvm/Config/config.h.cmake | 3 +++
include/llvm/MC/MCSchedule.h | 4 ++--
lib/CodeGen/LiveDebugVariables.cpp | 2 +-
lib/CodeGen/ScoreboardHazardRecognizer.cpp | 1 +
lib/Support/FileOutputBuffer.cpp | 9 +--------
utils/TableGen/SubtargetEmitter.cpp | 2 +-
11 files changed, 16 insertions(+), 23 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 24050b5dd Add support for custom loaders to symbolizer
new b5a79d0a6 [scudo] Temporary disabling the valloc test on armhf
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/scudo/valloc.cpp | 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 lldb.
from f1ab65ae0 Update ABIMacOSX_arm::PrepareTrivialCall to correctly align t [...]
new bae06ee85 Update the Objective-C runtime interface code to handle objc [...]
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:
.../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 2 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 2 +
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 167 ++++++++++++++++++++-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 21 ++-
4 files changed, 180 insertions(+), 12 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 ebab22405 [builtins] ARM: Revert r314284, r314285 and r314289
new 24050b5dd Add support for custom loaders to symbolizer
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_common.h | 8 +++-
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 39 ++++++++++++------
lib/sanitizer_common/sanitizer_mac.cc | 4 +-
lib/sanitizer_common/sanitizer_procmaps.h | 2 +-
lib/sanitizer_common/sanitizer_procmaps_common.cc | 2 +-
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 2 +-
lib/sanitizer_common/sanitizer_symbolizer.h | 2 +
.../sanitizer_symbolizer_libcdep.cc | 46 +++++++++++++++-------
lib/sanitizer_common/sanitizer_win.cc | 6 ++-
9 files changed, 78 insertions(+), 33 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 f0f332b0a5c Revert r314249 "Recommit r314151 "[X86] Make all the NOREX [...]
new 22a815a49ac [MachineOutliner] AArch64: Avoid saving + restoring LR if possible
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/Target/TargetInstrInfo.h | 67 +++++----
lib/CodeGen/MachineOutliner.cpp | 171 +++++++++++-----------
lib/Target/AArch64/AArch64InstrInfo.cpp | 173 ++++++++++++++++++-----
lib/Target/AArch64/AArch64InstrInfo.h | 15 +-
lib/Target/X86/X86InstrInfo.cpp | 84 +++++++----
lib/Target/X86/X86InstrInfo.h | 14 +-
test/CodeGen/AArch64/machine-outliner-remarks.ll | 4 +-
test/CodeGen/AArch64/machine-outliner.mir | 85 +++++++----
test/CodeGen/X86/machine-outliner.ll | 4 +-
9 files changed, 391 insertions(+), 226 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 3e68c7d424e [X86][SSE] Pull out variable shuffle mask combine logic. NFCI.
new b0991e061ca Revert r314248 "[X86] Don't emit X86::MOV8rr_NOREX from X86 [...]
new f0f332b0a5c Revert r314249 "Recommit r314151 "[X86] Make all the NOREX [...]
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/X86/X86InstrExtension.td | 22 ++++++++++--------
lib/Target/X86/X86InstrInfo.cpp | 33 ++++++--------------------
lib/Target/X86/X86InstrInfo.td | 17 ++++++++------
lib/Target/X86/X86MCInstLower.cpp | 4 ++++
test/CodeGen/X86/bmi.ll | 4 ++--
test/CodeGen/X86/bypass-slow-division-32.ll | 4 ++--
test/CodeGen/X86/divrem.ll | 8 +++----
test/CodeGen/X86/divrem8_ext.ll | 36 ++++++++++++++---------------
test/CodeGen/X86/extract-store.ll | 4 ++--
test/CodeGen/X86/popcnt.ll | 2 +-
test/CodeGen/X86/tbm_patterns.ll | 4 ++--
test/CodeGen/X86/urem-power-of-two.ll | 4 ++--
12 files changed, 67 insertions(+), 75 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.