This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 5dbf72407 Remove a redundant local variable.
new ee085a3fb [ELF] Fix issue with test when build path contains '@'
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/ELF/linkerscript/include-cycle.s | 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 llvm.
from 9fb31c8ca33 Fix typo
new 022ffdf29f1 [ScalarEvolution] Refactor forgetLoop() to improve performance
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/ScalarEvolution.cpp | 85 +++++++++++++++++++++-------------------
1 file changed, 45 insertions(+), 40 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 fa3963dcbd4 [X86][SSE] Add support for X86ISD::PACKSS to ComputeNumSign [...]
new 9fb31c8ca33 Fix typo
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/RegisterCoalescer.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.
from e218fafc15 [PCH] Allow VFS to be used for tests that generate PCH files
new aae8a30c39 clang-format: [JS] wrap and indent `goog.setTestOnly` calls.
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/TokenAnnotator.cpp | 1 -
unittests/Format/FormatTestJS.cpp | 8 ++++++--
2 files changed, 6 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 glibc.
from 891abfd3c0 Update translations
new 45ff34638f x86: Add x86_64 to x86-64 HWCAP [BZ #22093]
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:
ChangeLog | 19 +++++++++++++++++++
sysdeps/x86/cpu-features.c | 3 ++-
sysdeps/x86/dl-hwcap.h | 12 +++++++-----
sysdeps/x86/dl-procinfo.c | 4 ++--
sysdeps/x86_64/Makefile | 17 +++++++++++++++++
sysdeps/x86_64/{tst-quad1.c => tst-x86_64-1.c} | 3 ++-
.../{multiarch/strcmp-sse4_2.S => tst-x86_64mod-1.c} | 9 +++++----
7 files changed, 54 insertions(+), 13 deletions(-)
copy sysdeps/x86_64/{tst-quad1.c => tst-x86_64-1.c} (87%)
copy sysdeps/x86_64/{multiarch/strcmp-sse4_2.S => tst-x86_64mod-1.c} (90%)
--
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 f592eb27fa [AST] Make RecursiveASTVisitor visit TemplateDecls in source order
new e218fafc15 [PCH] Allow VFS to be used for tests that generate PCH files
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/Frontend/PrecompiledPreamble.h | 5 +-
lib/Frontend/ASTUnit.cpp | 36 +++++++
unittests/Frontend/CMakeLists.txt | 1 +
unittests/Frontend/PCHPreambleTest.cpp | 156 +++++++++++++++++++++++++++
4 files changed, 197 insertions(+), 1 deletion(-)
create mode 100644 unittests/Frontend/PCHPreambleTest.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 master
in repository gcc.
from 7d6444139e1 2017-09-11 Arnaud Charlet <charlet(a)adacore.com>
new 185288ffee1 Add myself as ARM port maintainer
new e9d6c8efb48 2017-09-11 Vidya Praveen <vidyapraveen(a)arm.com>
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:
ChangeLog | 5 +
MAINTAINERS | 2 +-
gcc/ChangeLog | 4 +
gcc/common/config/arm/arm-common.c | 10 +-
gcc/config.gcc | 2 +-
gcc/config/arm/arm-cpus.in | 262 ++++---------------------------------
gcc/config/arm/arm-isa.h | 172 ++++++++++++++++++++++++
gcc/config/arm/arm.c | 32 ++---
gcc/config/arm/arm.h | 8 +-
gcc/config/arm/parsecpu.awk | 213 +++++++++---------------------
gcc/config/arm/t-arm | 9 --
11 files changed, 296 insertions(+), 423 deletions(-)
create mode 100644 gcc/config/arm/arm-isa.h
--
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 2c5cb5f335c [AMDGPU] exp should not be in WQM mode
new fa3963dcbd4 [X86][SSE] Add support for X86ISD::PACKSS to ComputeNumSign [...]
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/X86ISelLowering.cpp | 12 +
test/CodeGen/X86/bitcast-and-setcc-512.ll | 3368 ++++++++++++++---------------
test/CodeGen/X86/vselect-packss.ll | 74 +-
3 files changed, 1731 insertions(+), 1723 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 92ba92dfe42 [InstSimplify] reorder methods; NFC
new 48c5bd3c0dd [TableGen] Ensure that __lsan_is_turned_off isn't removed b [...]
new 2c5cb5f335c [AMDGPU] exp should not be in WQM mode
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/Target/AMDGPU/SIInstrInfo.td | 2 +-
test/CodeGen/AMDGPU/spill-m0.ll | 8 ++---
test/CodeGen/AMDGPU/wqm.ll | 64 +++++++++++++++++++++++++++++++++-------
utils/TableGen/TableGen.cpp | 2 +-
4 files changed, 60 insertions(+), 16 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 2a06de490f3 [X86][SSE] Add further test cases showing failure to comput [...]
new 92ba92dfe42 [InstSimplify] reorder methods; 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/Analysis/InstructionSimplify.cpp | 459 +++++++++++++++++------------------
1 file changed, 229 insertions(+), 230 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.