This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from db393b8 Defer asm errors to post-statement failure
new 7add7dd Install libLLVM if needed with LLVM_INSTALL_TOOLCHAIN_ONLY
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/modules/AddLLVM.cmake | 3 ++-
1 file changed, 2 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 llvm.
from 6dc8c1a Make test slightly more explicit. NFC.
new 4746214 Change extractProfMetadata and extractProfTotalWeight to cons [...]
new db393b8 Defer asm errors to post-statement failure
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/IR/Instruction.h | 4 +-
include/llvm/MC/MCParser/MCAsmLexer.h | 6 +
include/llvm/MC/MCParser/MCAsmParser.h | 42 +-
include/llvm/Support/SMLoc.h | 2 +
lib/IR/Metadata.cpp | 44 +-
lib/MC/MCParser/AsmParser.cpp | 254 ++++-----
lib/MC/MCParser/MCAsmLexer.cpp | 3 +-
lib/MC/MCParser/MCAsmParser.cpp | 19 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 43 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 75 +--
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 54 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 60 +-
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 16 +-
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 3 -
lib/Target/X86/AsmParser/X86AsmParser.cpp | 79 +--
test/MC/AArch64/armv8.1a-rdma.s | 46 +-
test/MC/AArch64/inst-directive-diagnostic.s | 2 +
test/MC/AArch64/neon-diagnostics.s | 646 +++++++---------------
18 files changed, 540 insertions(+), 858 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 zorg.
from cebbbed Shuffle builder load on ericwf-buildslaves and remove redunda [...]
new b43c170 [zorg] Change static analyzer benchmark jenkins bot to be non [...]
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/jenkins/test_build.py | 2 +-
zorg/jenkins/build.py | 2 +-
2 files 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 0d3cd48 LoopDistribute should preserve GlobalsAA.
new 6dc8c1a Make test slightly more explicit. 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:
test/CodeGen/PowerPC/pr27078.ll | 9 +++++++--
1 file changed, 7 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 3383e2c LoopLoadElimination should preserve GlobalsAA.
new 0d3cd48 LoopDistribute should preserve GlobalsAA.
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/Transforms/Scalar/LoopDistribute.cpp | 2 ++
1 file changed, 2 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 42f172d 2016-09-16 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 29ff19b Replace modulus with mask operation in over-aligned new
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/libsupc++/new_opa.cc | 2 +-
2 files changed, 8 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 llvm.
from 9fd0ad8 auto-generate checks
new 58071c9 auto-generate checks
new 3383e2c LoopLoadElimination should preserve GlobalsAA.
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/LoopLoadElimination.cpp | 2 ++
test/Analysis/ValueTracking/knownzero-shift.ll | 6 ++++--
2 files changed, 6 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 gcc.
from 222ac27 Adjust arguments to aligned_alloc or posix_memalign
new 42f172d 2016-09-16 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/decl.c | 7 ++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr77612.f90 | 13 +++++++++++++
4 files changed, 29 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr77612.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.