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 a7f0947 tsan: fix a crash
new 2c920ab [profile] Simplify value profile writing
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/profile/InstrProfiling.h | 10 +------
lib/profile/InstrProfilingBuffer.c | 4 +--
lib/profile/InstrProfilingFile.c | 5 +---
lib/profile/InstrProfilingInternal.h | 12 +++++---
lib/profile/InstrProfilingValue.c | 56 +++++++++---------------------------
lib/profile/InstrProfilingWriter.c | 55 ++++++++++++++++++-----------------
6 files changed, 54 insertions(+), 88 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 libcxx.
from 257fd69 Add <experimental/memory_resource>
new 96e4c23 Fix typo it _LIBCPP_NO_EXCEPTIONS macro
new 33861da Fix one more usage of _LIBCPP_HAS_NO_EXCEPTIONS
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/exception | 4 ++--
src/experimental/memory_resource.cpp | 2 +-
2 files changed, 3 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 llvm.
from 8c0a5ac Revert r268810 becase it brakes msan bot.
new 36bb502 Delete trailing whitespace; NFC
new e3a92e3 Clean up comment; NFC
new 0bcecaa [ValueTracking] Hoist some computation out of a loop; NFC
new cc8923b Revert r268832 "Refactor stripDebugInfo(Function) to handle i [...]
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:
lib/Analysis/ValueTracking.cpp | 47 ++++++++++++-----------------
lib/IR/DebugInfo.cpp | 34 +++++++++++++--------
test/ThinLTO/X86/Inputs/drop-debug-info.bc | Bin 1472 -> 0 bytes
test/ThinLTO/X86/Inputs/drop-debug-info.ll | 47 -----------------------------
test/ThinLTO/X86/drop-debug-info.ll | 20 ------------
5 files changed, 40 insertions(+), 108 deletions(-)
delete mode 100644 test/ThinLTO/X86/Inputs/drop-debug-info.bc
delete mode 100644 test/ThinLTO/X86/Inputs/drop-debug-info.ll
delete mode 100644 test/ThinLTO/X86/drop-debug-info.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 llvm.
from 7be47c3 Refactor stripDebugInfo(Function) to handle intrinsic
new 8c0a5ac Revert r268810 becase it brakes msan bot.
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/ARM/ARMFrameLowering.cpp | 30 +---
test/CodeGen/ARM/2016-05-01-RegScavengerAssert.ll | 192 ----------------------
2 files changed, 5 insertions(+), 217 deletions(-)
delete mode 100644 test/CodeGen/ARM/2016-05-01-RegScavengerAssert.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 gcc.
from 5eaacd2 Daily bump.
new 3d06625 gcc/ * config/sh/sh-protos.h (sh_cbranch_distance): Declare [...]
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/ChangeLog | 7 +++++++
gcc/config/sh/sh-protos.h | 12 ++++++++++++
gcc/config/sh/sh.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
gcc/config/sh/sh.md | 17 ++++++-----------
4 files changed, 71 insertions(+), 11 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 4c690f3 [X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.
new 7be47c3 Refactor stripDebugInfo(Function) to handle intrinsic
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/IR/DebugInfo.cpp | 34 ++++++++-------------
test/ThinLTO/X86/Inputs/drop-debug-info.bc | Bin 0 -> 1472 bytes
test/ThinLTO/X86/Inputs/drop-debug-info.ll | 47 +++++++++++++++++++++++++++++
test/ThinLTO/X86/drop-debug-info.ll | 20 ++++++++++++
4 files changed, 80 insertions(+), 21 deletions(-)
create mode 100644 test/ThinLTO/X86/Inputs/drop-debug-info.bc
create mode 100644 test/ThinLTO/X86/Inputs/drop-debug-info.ll
create mode 100644 test/ThinLTO/X86/drop-debug-info.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 llvm.
from 2372d8b [libFuzzer] modify the docs for startup/init
new 9ea4c64 [X86] Register and initialize the FixupBW pass.
new 4c690f3 [X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.
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/X86.h | 3 +
lib/Target/X86/X86FixupBWInsts.cpp | 73 ++++++-
lib/Target/X86/X86TargetMachine.cpp | 1 +
test/CodeGen/X86/2011-06-14-PreschedRegalias.ll | 2 +-
test/CodeGen/X86/anyext.ll | 2 +-
test/CodeGen/X86/avx512-calling-conv.ll | 2 +-
test/CodeGen/X86/avx512-mask-op.ll | 2 +-
test/CodeGen/X86/avx512-select.ll | 4 +-
test/CodeGen/X86/avx512dq-mask-op.ll | 2 +-
test/CodeGen/X86/cmovcmov.ll | 6 +-
test/CodeGen/X86/fixup-bw-copy.ll | 70 +++++++
test/CodeGen/X86/fixup-bw-copy.mir | 156 +++++++++++++++
test/CodeGen/X86/float-conv-elim.ll | 2 +-
test/CodeGen/X86/machine-combiner-int.ll | 6 +-
test/CodeGen/X86/opt-ext-uses.ll | 4 +-
test/CodeGen/X86/pr23664.ll | 2 +-
test/CodeGen/X86/vector-bitreverse.ll | 32 +--
test/CodeGen/X86/vector-idiv-sdiv-512.ll | 256 ++++++++++++------------
test/CodeGen/X86/vector-idiv-udiv-512.ll | 128 ++++++------
test/CodeGen/X86/xaluo.ll | 4 +-
20 files changed, 522 insertions(+), 235 deletions(-)
create mode 100644 test/CodeGen/X86/fixup-bw-copy.ll
create mode 100644 test/CodeGen/X86/fixup-bw-copy.mir
--
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 a9fbbc5 Remove some lldbassert's from the packet checking code.
new ba198ae Take the API lock in SBThread::IsValid & SBFrame::IsValid.
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/API/SBFrame.cpp | 15 ++++++++++++++-
source/API/SBThread.cpp | 14 +++++++++++++-
2 files changed, 27 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 lldb.
from 1b47ae1 Fix the way the ShouldStopHere checker handles the general ca [...]
new a9fbbc5 Remove some lldbassert's from the packet checking code.
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/Utility/StringExtractorGDBRemote.cpp | 5 -----
1 file changed, 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.