This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f634f61 CodeGen: Use MachineInstr& in ScheduleDAGIntrs, NFC
new 1032b93 CodeGen: Avoid implicit conversions in TargetInstrInfo, NFC
new b9e2bc1 fix documentation comments; 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/CodeGen/TargetInstrInfo.cpp | 4 ++--
.../Scalar/CorrelatedValuePropagation.cpp | 25 +++++++++++-----------
2 files changed, 14 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 5e7e598 Reapply "Define a module map entry for DebugInfo/CodeView."
new f634f61 CodeGen: Use MachineInstr& in ScheduleDAGIntrs, NFC
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/ScheduleDAGInstrs.cpp | 86 +++++++++++++++++++--------------------
1 file changed, 43 insertions(+), 43 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 clang.
from f550533 Driver: support -L for MSVC toolchain under the GNU driver
new 4b63fd0 Revert r274348 and r274349 until the Windows failures are fixed.
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/RecursiveASTVisitor.h | 136 +++++++++++---------------------
unittests/AST/CMakeLists.txt | 1 -
unittests/AST/PostOrderASTVisitor.cpp | 123 -----------------------------
3 files changed, 45 insertions(+), 215 deletions(-)
delete mode 100644 unittests/AST/PostOrderASTVisitor.cpp
--
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 1dfada4 gcc/ChangeLog:
new 147f055 gcc/ Backport from trunk 2016-07-01 Peter Bergner <bergne [...]
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 | 11 ++++++++++-
gcc/config/rs6000/rs6000.c | 5 +++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr71698.c | 13 +++++++++++++
4 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr71698.c
--
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 74ae23a Do not count debug instructions when counting number of uses [...]
new 5e7e598 Reapply "Define a module map entry for DebugInfo/CodeView."
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/DebugInfo/CodeView/TypeVisitorCallbacks.h | 4 +++-
include/llvm/module.modulemap | 11 +++++++++++
2 files changed, 14 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 binutils-gdb.
from 2c5c2a3 Fake VFORK_DONE events when following only the parent after a vfork.
new 93d8990 [AArch64] Fix +nofp16 handling
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:
gas/ChangeLog | 12 +++++
gas/config/tc-aarch64.c | 84 ++++++++++++++++++++++++------
gas/testsuite/gas/aarch64/illegal-nofp16.d | 2 +
gas/testsuite/gas/aarch64/illegal-nofp16.l | 3 ++
gas/testsuite/gas/aarch64/illegal-nofp16.s | 7 +++
include/ChangeLog | 7 +++
include/opcode/aarch64.h | 11 ++--
7 files changed, 105 insertions(+), 21 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/illegal-nofp16.d
create mode 100644 gas/testsuite/gas/aarch64/illegal-nofp16.l
create mode 100644 gas/testsuite/gas/aarch64/illegal-nofp16.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 llvm.
from 2cafa02 CodeGen: Avoid iterator conversion in UnreachableBlockElim, NFC
new 74ae23a Do not count debug instructions when counting number of uses [...]
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/X86FrameLowering.cpp | 2 +
test/CodeGen/X86/frame-order.ll | 122 +++++++++++++++++++++++++++++++++
test/DebugInfo/COFF/local-variables.ll | 28 ++++----
3 files changed, 138 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/X86/frame-order.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 f977805 [OpenMP] Issue warning if a simd construct nested inside anot [...]
new f550533 Driver: support -L for MSVC toolchain under the GNU driver
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/Driver/Tools.cpp | 4 ++++
test/Driver/msvc-link.c | 6 ++++++
2 files changed, 10 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 binutils-gdb.
from 5e866f5 Fix Thumb-2 BL detection
new bb2a62e Honor detach-on-fork on FreeBSD.
new 8607ea6 Move fbsd_resume and related functions below fork following h [...]
new 2c5c2a3 Fake VFORK_DONE events when following only the parent after a vfork.
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:
gdb/ChangeLog | 30 +++++++
gdb/fbsd-nat.c | 241 +++++++++++++++++++++++++++++++++++++++------------------
2 files changed, 197 insertions(+), 74 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 e612411 [CMake] Add LLVM_BUILD_32_BITS to LLVMConfig.cmake
new ce5fdc0 CodeGen: Use MachineInstr& in RegAllocFast, NFC
new effa4cc CodeGen: Use MachineInstr& in SlotIndexes.cpp, NFC
new 2cafa02 CodeGen: Avoid iterator conversion in UnreachableBlockElim, 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:
lib/CodeGen/RegAllocFast.cpp | 64 +++++++++++++++++++-----------------
lib/CodeGen/SlotIndexes.cpp | 31 ++++++++---------
lib/CodeGen/UnreachableBlockElim.cpp | 4 +--
3 files changed, 47 insertions(+), 52 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.