This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 290ef42eae7 Daily bump.
new 61cfebc8aab Fix gccbrig documentation build
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/brig/ChangeLog | 11 +++++++++++
gcc/brig/Make-lang.in | 52 +++++++++++++++++++++++++++------------------------
gcc/brig/gccbrig.texi | 5 +++++
3 files changed, 44 insertions(+), 24 deletions(-)
create mode 100644 gcc/brig/gccbrig.texi
--
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 4bca09dc412 Remove uses of deprecated std::not1.
new 1183423ec59 [GlobalISel][X86] Legalize i1 G_ADD/G_SUB/G_MUL/G_XOR/G_OR/ [...]
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/X86LegalizerInfo.cpp | 5 +-
test/CodeGen/X86/GlobalISel/add-scalar.ll | 23 +++++++++
test/CodeGen/X86/GlobalISel/and-scalar.ll | 14 ++++++
test/CodeGen/X86/GlobalISel/legalize-add.mir | 33 ++++++++++---
.../CodeGen/X86/GlobalISel/legalize-and-scalar.mir | 29 +++++++++++
.../CodeGen/X86/GlobalISel/legalize-mul-scalar.mir | 26 ++++++++++
test/CodeGen/X86/GlobalISel/legalize-or-scalar.mir | 29 +++++++++++
test/CodeGen/X86/GlobalISel/legalize-sub.mir | 41 ++++++++++++----
.../CodeGen/X86/GlobalISel/legalize-xor-scalar.mir | 29 +++++++++++
test/CodeGen/X86/GlobalISel/or-scalar.ll | 14 ++++++
test/CodeGen/X86/GlobalISel/sub-scalar.ll | 56 ++++++++++++++++++++++
test/CodeGen/X86/GlobalISel/xor-scalar.ll | 14 ++++++
12 files changed, 297 insertions(+), 16 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/sub-scalar.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 llvm.
from 85bf7f5f6ce Remove uses of deprecated std::pointer_to_unary_function.
new 4bca09dc412 Remove uses of deprecated std::not1.
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:
utils/TableGen/CodeGenDAGPatterns.cpp | 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 f4b98addfb8 [GlobalISel][X86] Use correct physical register in mir tests.NFC.
new 85bf7f5f6ce Remove uses of deprecated std::pointer_to_unary_function.
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/IR/Instructions.h | 5 ++---
1 file changed, 2 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 compiler-rt.
from e7f4e4a34 [sanitizer] Fix check for i386 Android in lit tests
new 4c69a6571 [compiler-rt] Fix build break after r313277 on s390x
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/sanitizer_common/sanitizer_posix_libcdep.cc | 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 llvm.
from 9e0b9aa7497 [GlobalISel][X86] G_FCONSTANT support.
new f4b98addfb8 [GlobalISel][X86] Use correct physical register in mir tests.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/X86/GlobalISel/legalize-cmp.mir | 16 ++++----
.../CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir | 36 ++++++++--------
test/CodeGen/X86/GlobalISel/legalize-ext.mir | 48 +++++++++++-----------
.../X86/GlobalISel/legalize-insert-vec512.mir | 8 ++--
.../CodeGen/X86/GlobalISel/legalize-mul-scalar.mir | 8 ++--
test/CodeGen/X86/GlobalISel/legalize-phi.mir | 8 ++--
.../X86/GlobalISel/regbankselect-X86_64.mir | 20 ++++-----
test/CodeGen/X86/GlobalISel/select-add.mir | 8 ++--
test/CodeGen/X86/GlobalISel/select-and-scalar.mir | 8 ++--
test/CodeGen/X86/GlobalISel/select-cmp.mir | 8 ++--
test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir | 6 +--
test/CodeGen/X86/GlobalISel/select-ext.mir | 8 ++--
.../X86/GlobalISel/select-insert-vec512.mir | 33 ++++++++-------
test/CodeGen/X86/GlobalISel/select-mul-scalar.mir | 4 +-
test/CodeGen/X86/GlobalISel/select-or-scalar.mir | 8 ++--
test/CodeGen/X86/GlobalISel/select-phi.mir | 4 +-
test/CodeGen/X86/GlobalISel/select-undef.mir | 2 +-
.../X86/GlobalISel/select-unmerge-vec512.mir | 5 +--
test/CodeGen/X86/GlobalISel/select-xor-scalar.mir | 8 ++--
19 files changed, 122 insertions(+), 124 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 dd58287024c [X86] Remove integer X86ISD::SHUFP patterns. Lowering doesn [...]
new 9e0b9aa7497 [GlobalISel][X86] G_FCONSTANT support.
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/X86InstructionSelector.cpp | 85 +++++++++++++++++--
lib/Target/X86/X86LegalizerInfo.cpp | 6 ++
lib/Target/X86/X86RegisterBankInfo.cpp | 1 +
test/CodeGen/X86/GlobalISel/fconstant.ll | 40 +++++++++
test/CodeGen/X86/GlobalISel/legalize-constant.mir | 27 +++++--
.../X86/GlobalISel/regbankselect-X86_64.mir | 19 +++++
test/CodeGen/X86/GlobalISel/select-fconstant.mir | 94 ++++++++++++++++++++++
7 files changed, 259 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/fconstant.ll
create mode 100644 test/CodeGen/X86/GlobalISel/select-fconstant.mir
--
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 97ab1e41704 [X86] Add patterns to make blends with immediate control co [...]
new dd58287024c [X86] Remove integer X86ISD::SHUFP patterns. Lowering doesn [...]
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/X86InstrSSE.td | 44 -------------------------------------------
1 file changed, 44 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 5ef21dc7398 [ORC] Hook up the LLVMOrcAddObjectFile function in the Orc [...]
new b1b52911b81 [X86] Remove some unused defaults from some multiclass parameters.
new 97ab1e41704 [X86] Add patterns to make blends with immediate control co [...]
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/X86InstrSSE.td | 157 +++++++++++++++++++++++++++++-------------
1 file changed, 111 insertions(+), 46 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 95ed232373a [ORC][Kaleidoscope] Update ORCJit tutorial.
new 5ef21dc7398 [ORC] Hook up the LLVMOrcAddObjectFile function in the Orc [...]
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-c/OrcBindings.h | 20 ++---
lib/ExecutionEngine/Orc/OrcCBindings.cpp | 22 +++---
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 102 ++++++++++++++++++++------
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 40 ++++++++++
4 files changed, 138 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.