This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 87fb575328c Update ChangeLog and version files for release
new fd88ee41633 2018-01-25 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/BASE-VER | 2 +-
gcc/ChangeLog | 4 ++++
2 files changed, 5 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 266aad55dfc [IRMover] Add comment and fix test case
new 1d27d9a3c59 [FuzzMutate] Inst deleter doesn't work with PhiNodes
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/FuzzMutate/IRMutator.cpp | 13 ++++++---
unittests/FuzzMutate/StrategiesTest.cpp | 47 ++++++++++++++++++++++++++-------
2 files changed, 47 insertions(+), 13 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-tools-extra.
from ff22ba72 [clangd] add test for r323347 CodeComplete behavior we rely on
new 78777da2 [clangd] Limit completion results.
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:
clangd/CodeComplete.cpp | 2 ++
clangd/index/Merge.cpp | 2 +-
clangd/tool/ClangdMain.cpp | 7 +++++++
unittests/clangd/CodeCompleteTests.cpp | 13 +++++++++++++
4 files changed, 23 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 4c005bebd42 [X86] Expand IMUL/MUL instregexs in Intel scheduler models. [...]
new 266aad55dfc [IRMover] Add comment and fix test case
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/Linker/IRMover.cpp | 6 ++++++
test/Linker/type-unique-dst-types.ll | 6 +++++-
2 files changed, 11 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 b4cbf181f05 [cmake] Set cmake policy CMP0068 to suppress warnings on OSX
new b60df1c3941 [X86] Expand IMUL/MUL instregexs in Znver1 scheduler to sho [...]
new 4c005bebd42 [X86] Expand IMUL/MUL instregexs in Intel scheduler models. [...]
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/X86/X86SchedBroadwell.td | 44 ++++++++++++-------------
lib/Target/X86/X86SchedHaswell.td | 40 +++++++++++------------
lib/Target/X86/X86SchedSandyBridge.td | 8 ++---
lib/Target/X86/X86SchedSkylakeClient.td | 52 ++++++++++++++---------------
lib/Target/X86/X86SchedSkylakeServer.td | 46 +++++++++++++-------------
lib/Target/X86/X86ScheduleZnver1.td | 38 +++++++++------------
test/CodeGen/X86/schedule-x86_64.ll | 58 ++++++++++++++++-----------------
7 files changed, 140 insertions(+), 146 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 hjl/pr22743/master
in repository glibc.
at 4b7fc470a6 x86: Add pthread_create(a)GLIBC_2.27
This branch includes the following new commits:
new 4b7fc470a6 x86: Add pthread_create(a)GLIBC_2.27
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.
--
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 6fa3a743355 [X86] Name the MMX phaddd instruction with 3 Ds instead of [...]
new b4cbf181f05 [cmake] Set cmake policy CMP0068 to suppress warnings on OSX
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:
CMakeLists.txt | 5 +++++
1 file changed, 5 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 llvm.
from 6ab5bbcc087 Add support for pattern matching MachineInsts.
new bd21ad7c41f [X86] Remove unnecessary '_alt' and '_Int' from scheduler m [...]
new b847a7476a3 [X86] Remove 64/128/256 from MMX/SSE/AVX instruction names [...]
new 6fa3a743355 [X86] Name the MMX phaddd instruction with 3 Ds instead of [...]
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/Target/X86/X86InstrInfo.cpp | 66 +++++++--------
lib/Target/X86/X86InstrMMX.td | 32 ++++----
lib/Target/X86/X86InstrSSE.td | 54 ++++++-------
lib/Target/X86/X86SchedBroadwell.td | 138 ++++++++++++++++----------------
lib/Target/X86/X86SchedHaswell.td | 134 +++++++++++++++----------------
lib/Target/X86/X86SchedSandyBridge.td | 112 +++++++++++++-------------
lib/Target/X86/X86SchedSkylakeClient.td | 134 +++++++++++++++----------------
lib/Target/X86/X86SchedSkylakeServer.td | 134 +++++++++++++++----------------
lib/Target/X86/X86ScheduleZnver1.td | 34 ++++----
test/MC/X86/x86_64-asm-match.s | 2 +-
10 files changed, 420 insertions(+), 420 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 faeaa17224a [ORC] Refactor the various lookupFlags methods to return th [...]
new 6ab5bbcc087 Add support for pattern matching MachineInsts.
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/GlobalISel/MIPatternMatch.h | 273 +++++++++++++++++
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 18 ++
unittests/CodeGen/GlobalISel/CMakeLists.txt | 9 +-
unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 329 +++++++++++++++++++++
4 files changed, 628 insertions(+), 1 deletion(-)
create mode 100644 include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
create mode 100644 unittests/CodeGen/GlobalISel/PatternMatchTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.