This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 21a0c181743 [x86] Introduce a pass to begin more systematically fixing [...]
new 48f37040ad8 [llvm-ar] Fix lib.exe detection when running within MSVC toolchain
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/tools/llvm-ar/case-detection.test | 11 +++++++++++
tools/llvm-ar/llvm-ar.cpp | 12 ++++++------
2 files changed, 17 insertions(+), 6 deletions(-)
create mode 100644 test/tools/llvm-ar/case-detection.test
--
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 a379fe24fee ShadowCallStack/x86_64: Ignore pseudo-machine instructions
new 21a0c181743 [x86] Introduce a pass to begin more systematically fixing [...]
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/MachineBasicBlock.h | 7 +
lib/CodeGen/MachineBasicBlock.cpp | 8 +
lib/Target/X86/CMakeLists.txt | 1 +
lib/Target/X86/X86.h | 3 +
lib/Target/X86/X86FlagsCopyLowering.cpp | 734 +++
lib/Target/X86/X86ISelLowering.cpp | 19 -
lib/Target/X86/X86ISelLowering.h | 2 -
lib/Target/X86/X86InstrInfo.cpp | 102 +-
lib/Target/X86/X86TargetMachine.cpp | 3 +
test/CodeGen/X86/GlobalISel/add-scalar.ll | 14 +-
test/CodeGen/X86/O0-pipeline.ll | 1 +
test/CodeGen/X86/O3-pipeline.ll | 1 +
test/CodeGen/X86/clobber-fi0.ll | 37 -
test/CodeGen/X86/cmpxchg-clobber-flags.ll | 372 +-
test/CodeGen/X86/copy-eflags.ll | 108 +-
test/CodeGen/X86/eflags-copy-expansion.mir | 64 -
test/CodeGen/X86/flags-copy-lowering.mir | 485 ++
test/CodeGen/X86/mul-i1024.ll | 6129 ++++++++++-----------
test/CodeGen/X86/peephole-na-phys-copy-folding.ll | 109 +-
test/CodeGen/X86/win64_frame.ll | 88 +-
test/CodeGen/X86/x86-repmov-copy-eflags.ll | 11 +-
21 files changed, 4471 insertions(+), 3827 deletions(-)
create mode 100644 lib/Target/X86/X86FlagsCopyLowering.cpp
delete mode 100644 test/CodeGen/X86/clobber-fi0.ll
delete mode 100644 test/CodeGen/X86/eflags-copy-expansion.mir
create mode 100644 test/CodeGen/X86/flags-copy-lowering.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 llvm.
from b6a38e08578 Object: Don't mark alias unconditionally defined
new a379fe24fee ShadowCallStack/x86_64: Ignore pseudo-machine instructions
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/ShadowCallStack.cpp | 3 ++-
test/CodeGen/X86/shadow-call-stack.mir | 8 ++++++++
2 files changed, 10 insertions(+), 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 clang.
from a7ab7e151c [ObjC++] Never pass structs that transitively contain __weak [...]
new 89dbe05bfd [AST] Attempt to fix buildbot warnings + appease MSVC; NFCI
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/clang/AST/Decl.h | 13 ++++++++-----
1 file changed, 8 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 af04f87166d Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading."
new b6a38e08578 Object: Don't mark alias unconditionally defined
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/Object/RecordStreamer.cpp | 5 ++++-
test/LTO/X86/symver-asm3.ll | 6 ++++--
2 files changed, 8 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 ea731cf94c0 [CachePruning] Fix comment about ext4 per-directory file li [...]
new 536a2042513 Fix for the buildbot failure. Now-unused private field TTI [...]
new af04f87166d Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading."
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/Scalar/JumpThreading.cpp | 31 +++++++++++++-----------------
lib/Transforms/Vectorize/LoopVectorize.cpp | 8 ++------
2 files changed, 15 insertions(+), 24 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 e29ad6ee1fd [NFC][LV] Move InterleaveInfo from Legal to CostModel
new bc755e2a9cd Fix line endings (CR/LF -> LF) introduced by rL329613
new ea731cf94c0 [CachePruning] Fix comment about ext4 per-directory file li [...]
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/DebugInfo/CodeView/TypeRecord.h | 1858 ++++++++++----------
include/llvm/Support/CachePruning.h | 5 +-
lib/DebugInfo/CodeView/RecordName.cpp | 666 +++----
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 1140 ++++++------
lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 994 +++++------
lib/ObjectYAML/CodeViewYAMLTypes.cpp | 1636 ++++++++---------
tools/llvm-pdbutil/MinimalTypeDumper.cpp | 1112 ++++++------
.../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 1190 ++++++-------
8 files changed, 4300 insertions(+), 4301 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 binutils-gdb.
from 6c7c5081f0 Automatic date update in version.in
new d4ae193277 Fix some strip test fails on nds32 and pru
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:
binutils/ChangeLog | 6 ++++++
binutils/testsuite/binutils-all/objcopy.exp | 3 +++
binutils/testsuite/binutils-all/strip-15.d | 2 +-
3 files changed, 10 insertions(+), 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 gcc.
from 44150787b7b /cp 2018-04-09 Paolo Carlini <paolo.carlini(a)oracle.com>
new 7726aabc21a Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 59b43888b83 Daily bump.
new 619f304b1f7 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.