This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d7c7492 [www][analyzer] Add FAQ about suppression of missing localiza [...]
new 4f23e0f [www][analyzer] Update recommended suppression mechanism for [...]
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:
www/analyzer/faq.html | 4 ++--
1 file changed, 2 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 292650f [X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.
new 556c69a [CostModel][X86] Added ctlz/cttz undef-zero costmodel tests
new ea912da [AMDGPU][llvm-mc] Add support for sendmsg(...) syntax.
new c67a484 [CostModel][X86] Tweak 'SSE2-only' test CPU as it was only di [...]
new 446cee1 revert r268751 - caused same failures on msan bot
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/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 239 ++++++++++++++++++++
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 109 ++++++---
lib/Target/AMDGPU/SIDefines.h | 48 ++++
lib/Target/AMDGPU/SIInstrInfo.td | 7 +
lib/Target/AMDGPU/SIInstructions.td | 3 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 33 +--
test/Analysis/CostModel/X86/ctbits-cost.ll | 243 ++++++++++++++++++---
test/CodeGen/AMDGPU/llvm.SI.sendmsg-m0.ll | 2 +-
test/CodeGen/AMDGPU/llvm.SI.sendmsg.ll | 8 +-
test/MC/AMDGPU/sopp-err.s | 75 +++++++
test/MC/AMDGPU/sopp.s | 70 +++++-
test/MC/Disassembler/AMDGPU/sopp_vi.txt | 34 ++-
.../SimplifyCFG/preserve-branchweights.ll | 47 +---
13 files changed, 786 insertions(+), 132 deletions(-)
create mode 100644 test/MC/AMDGPU/sopp-err.s
--
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 43045a3 More fixes to codeblock formatting in documentation.
new d7c7492 [www][analyzer] Add FAQ about suppression of missing localiza [...]
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:
www/analyzer/faq.html | 27 +++++++++++++++++++++++++++
1 file changed, 27 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 gcc.
from 4be0727 Add OVERRIDE and FINAL macros to coretypes.h
new 58cc8b8 escape: Add skeleton for gc analysis.
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/go/ChangeLog | 5 +++
gcc/go/Make-lang.in | 1 +
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 95 +++++++++++++++++++++++++++++++++++++++++++++
gcc/go/gofrontend/escape.h | 44 +++++++++++++++++++++
gcc/go/gofrontend/gogo.h | 36 +++++++++++++++++
6 files changed, 182 insertions(+), 1 deletion(-)
create mode 100644 gcc/go/gofrontend/escape.cc
create mode 100644 gcc/go/gofrontend/escape.h
--
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 a2a67a1 [X86] Remove \brief in FixupBW. NFC.
new 292650f [X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.
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/X86/X86FixupBWInsts.cpp | 47 +++++
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/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 +-
17 files changed, 344 insertions(+), 227 deletions(-)
create mode 100644 test/CodeGen/X86/fixup-bw-copy.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 53b28e7 [AArch64] Fix test to specify triple and disable post-RA scheduling.
new 0ebb0b2 [X86] Simplify FixupBW sub_8bit_hi-related logic. NFC.
new a2a67a1 [X86] Remove \brief in FixupBW. 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/X86/X86FixupBWInsts.cpp | 53 +++++++++++++++++---------------------
1 file changed, 23 insertions(+), 30 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 bba96aa Fix standalone build on RHEL6.
new d00c8ec debugserver: fix some -Wformat-pedantic warnings
new b00a16c debugserver: fix a few -Wcovered-swift-default warnings
new ae2f64c debugserver: fix some -Wpessimizing-move warnings
new 9b1c5b8 debugserver: fix a couple of -Wmissing-field-initializers warnings
new a43beb6 debugserver; fix -Wunused-local-typedef, -Wunused-variable warnings
The 5 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/DNB.cpp | 23 +++++++----------------
tools/debugserver/source/DNBDataRef.cpp | 1 -
tools/debugserver/source/RNBRemote.cpp | 18 ++++++------------
3 files changed, 13 insertions(+), 29 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 b3b95be [AArch64] Combine callee-save and local stack SP adjustment i [...]
new 576f0d9 [SimplifyCFG] propagate branch metadata when creating select [...]
new 53b28e7 [AArch64] Fix test to specify triple and disable post-RA scheduling.
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/Transforms/Utils/SimplifyCFG.cpp | 33 ++++++++++-----
test/CodeGen/AArch64/arm64-virtual_base.ll | 2 +-
.../SimplifyCFG/preserve-branchweights.ll | 47 ++++++++++++++++++----
3 files changed, 64 insertions(+), 18 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 gcc.
from 0e24aab * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimi [...]
new 4be0727 Add OVERRIDE and FINAL macros to coretypes.h
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 | 5 +++++
gcc/coretypes.h | 25 +++++++++++++++++++++++++
2 files changed, 30 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 lldb.
from 5bb37e3 Revert r268591
new bba96aa Fix standalone build on RHEL6.
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:
cmake/LLDBDependencies.cmake | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.