This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 04a303b Avoid copies of std::strings and APInt/APFloats where we only [...]
new c5d0b1d [ARM] Remove redundant check. 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/Target/ARM/ARMBaseInstrInfo.cpp | 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 master
in repository clang-tools-extra.
from 31478e6 [Clang-tidy] Alphabetical checks order in release notes.
new 7c44504 [clang-tidy] misc-macro-parentheses - avoid adding parenthese [...]
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:
clang-tidy/misc/MacroParenthesesCheck.cpp | 51 ++++++++++++++++++++++++++++--
test/clang-tidy/misc-macro-parentheses.cpp | 4 +++
2 files changed, 53 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 bcc6434 [AArch64, 6/6] Reimplement vpadd intrinsics & extend rtl patt [...]
new 86a5f91 2016-06-08 Richard Biener <rguenther(a)suse.de>
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/c-family/ChangeLog | 4 ++++
gcc/c-family/c-common.c | 8 ++++----
2 files changed, 8 insertions(+), 4 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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from fa8c476 Check gdbserver fields against gdb fields
new fc210b5 Add temporary gdbserver-mismatch.sh test script
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:
gdbserver-mismatch.sh | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
create mode 100644 gdbserver-mismatch.sh
--
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 7349d65 * predict.c (pass_strip_predict_hints::execute): Cleanup CFG [...]
new 99fc0e4 [AArch64, 1/6] Reimplement scalar fixed-point intrinsics
new fabaa1e [AArch64, 2/6] Reimplement vector fixed-point intrinsics
new 954192d [AArch64, 3/6] Reimplement frsqrte intrinsics
new 62c6596 [AArch64, 4/6] Reimplement frsqrts intrinsics
new edd8576 [AArch64, 5/6] Reimplement fabd intrinsics & merge rtl patterns
new bcc6434 [AArch64, 6/6] Reimplement vpadd intrinsics & extend rtl patt [...]
The 6 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 | 121 +++++
gcc/config/aarch64/aarch64-builtins.c | 8 +
gcc/config/aarch64/aarch64-simd-builtins.def | 18 +
gcc/config/aarch64/aarch64-simd.md | 72 +--
gcc/config/aarch64/aarch64.c | 20 +-
gcc/config/aarch64/aarch64.md | 34 ++
gcc/config/aarch64/arm_neon.h | 734 ++++++++++-----------------
gcc/config/aarch64/iterators.md | 23 +-
8 files changed, 524 insertions(+), 506 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 1e48871 [AVX512] Fix cvtusi2sd instruction Opcode, it should be 0x7B [...]
new 04a303b Avoid copies of std::strings and APInt/APFloats where we 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:
lib/Analysis/DependenceAnalysis.cpp | 6 +++---
lib/Analysis/InstructionSimplify.cpp | 2 +-
lib/Analysis/ValueTracking.cpp | 2 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +++---
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 +++---
lib/IR/Verifier.cpp | 2 +-
lib/TableGen/Record.cpp | 2 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +-
lib/Target/ARM/ARMISelLowering.cpp | 4 ++--
lib/Target/Hexagon/BitTracker.cpp | 2 +-
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 2 +-
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 2 +-
lib/Target/NVPTX/NVPTXISelLowering.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 8 ++++----
lib/Target/X86/X86MCInstLower.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 12 ++++++------
lib/Transforms/InstCombine/InstCombineSelect.cpp | 4 ++--
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 4 ++--
lib/Transforms/Scalar/Float2Int.cpp | 2 +-
lib/Transforms/Scalar/GuardWidening.cpp | 2 +-
lib/Transforms/Scalar/Reassociate.cpp | 2 +-
tools/lli/lli.cpp | 4 ++--
23 files changed, 41 insertions(+), 41 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 6ae74ba clang-format: Fix bug in function ref qualifier identification.
new f577107 clang-format: Fix incorrect calculation of "length" of /**/ c [...]
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/Format/ContinuationIndenter.cpp | 9 ++++++---
unittests/Format/FormatTest.cpp | 8 ++++++++
2 files changed, 14 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 1ca0bd9 2016-06-08 Alan Hayward <alan.hayward(a)arm.com>
new 7349d65 * predict.c (pass_strip_predict_hints::execute): Cleanup CFG [...]
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/predict.c | 5 ++++-
2 files changed, 9 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 newlib.
from ffac52c Add release message for commit 7239bb7b3ded5ab961dc56dc346d8a [...]
new b1f63ce Fix typos in comments and debug output in select_stuff::wait
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:
winsup/cygwin/select.cc | 6 +++---
1 file changed, 3 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 a4753cd 2016-06-08 Alan Hayward <alan.hayward(a)arm.com>
new 1ca0bd9 2016-06-08 Alan Hayward <alan.hayward(a)arm.com>
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 | 24 ++++++++++++++++++++++++
gcc/tree-vect-data-refs.c | 8 --------
gcc/tree-vect-loop-manip.c | 3 ---
gcc/tree-vect-loop.c | 28 +---------------------------
gcc/tree-vect-patterns.c | 6 ------
gcc/tree-vect-slp.c | 12 ------------
6 files changed, 25 insertions(+), 56 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.