This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from efa1f7f [ValueTracking] improve ComputeNumSignBits for vector constants
new 9e588d8 [MBFI]: Add a new suboption for graph viewer
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/MachineBlockFrequencyInfo.h | 3 +++
lib/CodeGen/MachineBlockFrequencyInfo.cpp | 22 +++++++++++++++++++---
2 files changed, 22 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 5e5a33d Start using shouldAssumeDSOLocal on Hexagon.
new 577fa41 [AArch64] Remove an overly aggressive assert.
new efa1f7f [ValueTracking] improve ComputeNumSignBits for vector constants
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/Analysis/ValueTracking.h | 6 ++---
lib/Analysis/ValueTracking.cpp | 37 ++++++++++++++++++++++++++----
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 5 ----
test/CodeGen/AArch64/bitfield-insert.ll | 19 ++++++++++++++-
test/Transforms/InstSimplify/shr-nop.ll | 3 +--
5 files changed, 55 insertions(+), 15 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 ef86963 AMDGPU: Add convergent flag to INLINEASM instruction.
new 123be93 Preserve DebugInfo when replacing values in DAGCombiner
new 5e5a33d Start using shouldAssumeDSOLocal on Hexagon.
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/CodeGen/SelectionDAG.h | 4 +++-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 --
lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 3 ++-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 4 ----
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 19 ++++++++++++++++++-
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 2 --
lib/Target/Hexagon/HexagonISelLowering.cpp | 9 +++++----
test/CodeGen/Hexagon/pic-local.ll | 19 +++++++++++++++++++
test/DebugInfo/X86/dbg-value-dag-combine.ll | 11 +++++++++--
9 files changed, 56 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/Hexagon/pic-local.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 2ec3f6d [codeview] Add IntroducingVirtual debug info flag
new ef86963 AMDGPU: Add convergent flag to INLINEASM instruction.
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/MachineInstr.h | 5 +++
include/llvm/IR/InlineAsm.h | 1 +
lib/CodeGen/MachineInstr.cpp | 2 ++
lib/CodeGen/MachineVerifier.cpp | 5 +--
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 ++
test/CodeGen/AMDGPU/convergent-inlineasm.ll | 45 ++++++++++++++++++++++++
6 files changed, 58 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/convergent-inlineasm.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 clang.
from b78f0a7 Make this test a bit more strict and fix it.
new f6e13ce [codeview] Set the new IntroducedVirtual debug info 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/CodeGen/CGDebugInfo.cpp | 9 +++++++++
test/CodeGenCXX/debug-info-ms-abi.cpp | 17 ++++++++++++++---
2 files changed, 23 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 gcc.
from e557fc7 libcpp: Tweak to missing #include source location
new 27ddb23 * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF [...]
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 | 4 +++
gcc/config/i386/i386.c | 70 +++++++++++++++++++++++++++++---------------------
2 files changed, 45 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 f3416e6 Removing whitespace from test commit rL273447
new 2ec3f6d [codeview] Add IntroducingVirtual debug info 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:
include/llvm/IR/DebugInfoFlags.def | 2 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 27 +--
test/DebugInfo/COFF/virtual-method-kinds.ll | 294 ++++++++++++++++++++++++++++
3 files changed, 301 insertions(+), 22 deletions(-)
create mode 100644 test/DebugInfo/COFF/virtual-method-kinds.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 clang.
from 5cafc35 [analyzer] Teach ObjCDeallocChecker about XCTestCase
new b78f0a7 Make this test a bit more strict and fix it.
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/Driver/pic.c | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 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 3fb0ace [ELF] - Simplify loop in parseVersionSymbols(). NFC.
new 1de9936 [LTO] Include ASM undefs in llvm.compiler_used.
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/CMakeLists.txt | 1 +
ELF/LTO.cpp | 31 +++++++++++++++++++++++++++----
ELF/LTO.h | 1 +
test/ELF/lto/asmundef.ll | 25 +++++++++++++++++++++++++
4 files changed, 54 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/lto/asmundef.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 6ef0451 AMDGPU: Make FrameLowering stack alignment 16
new f3416e6 Removing whitespace from test commit rL273447
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/Support/ThreadPool.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.