This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1314c16 [X86] Remove CustomInserter for FMA3 instructions. Looks like [...]
new d1a7ed8 Revert r276982 and r276984: [mips][fastisel] Handle 0-4 argum [...]
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/Mips/MipsFastISel.cpp | 141 -----------------------
test/CodeGen/Mips/Fast-ISel/br1.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/bswap1.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/callabi.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/constexpr-address.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/div1.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/fastalloca.ll | 2 +-
test/CodeGen/Mips/Fast-ISel/fpcmpa.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/fpext.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/fpintconv.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/fptrunc.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/icmpa.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/loadstore2.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/loadstoreconv.ll | 8 +-
test/CodeGen/Mips/Fast-ISel/loadstrconst.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/logopm.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/memtest1.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/nullvoid.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/overflt.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/rem1.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/retabi.ll | 2 +-
test/CodeGen/Mips/Fast-ISel/shftopm.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/simplestore.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/simplestorefp1.ll | 8 +-
test/CodeGen/Mips/Fast-ISel/simplestorei.ll | 4 +-
25 files changed, 50 insertions(+), 191 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 release_39
in repository llvm.
from 2605c1b docs: Remove 'if you are using a released version' warning
new cd00acd Back-port r276209: ------------------------------------------ [...]
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 | 5 ++++-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 5 ++++-
test/Transforms/InstCombine/select.ll | 23 +++++++++++++++++++++++
3 files changed, 31 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 e49e334 [mips] Reword debug message as should have been done before c [...]
new 1314c16 [X86] Remove CustomInserter for FMA3 instructions. Looks like [...]
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 | 191 ---------------------------------
lib/Target/X86/X86InstrFMA.td | 3 -
test/CodeGen/X86/fma-do-not-commute.ll | 4 +-
3 files changed, 2 insertions(+), 196 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 release_39
in repository clang.
from 716a65f Merging r276887: -------------------------------------------- [...]
new ed5b256 Merging r276350: -------------------------------------------- [...]
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/CGStmt.cpp | 8 ++++++++
test/CodeGenCXX/switch-case-folding-2.cpp | 9 +++++++++
2 files changed, 17 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 clang.
from 8e37740 [OpenMP] Fix link command pattern in offloading interoperabil [...]
new 0d45c75 [OpenMP] Change name of variable in mappble expression.
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/CGOpenMPRuntime.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 5604769 [mips][fastisel] Handle 0-4 arguments without SelectionDAG.
new e49e334 [mips] Reword debug message as should have been done before 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/Target/Mips/MipsFastISel.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 llvm.
from 04cc0ad AMDGPU/SI: Don't use reserved VGPRs for SGPR spilling
new 5604769 [mips][fastisel] Handle 0-4 arguments without SelectionDAG.
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/Mips/MipsFastISel.cpp | 141 +++++++++++++++++++++++
test/CodeGen/Mips/Fast-ISel/br1.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/bswap1.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/callabi.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/constexpr-address.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/div1.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/fastalloca.ll | 2 +-
test/CodeGen/Mips/Fast-ISel/fpcmpa.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/fpext.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/fpintconv.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/fptrunc.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/icmpa.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/loadstore2.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/loadstoreconv.ll | 8 +-
test/CodeGen/Mips/Fast-ISel/loadstrconst.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/logopm.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/memtest1.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/nullvoid.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/overflt.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/rem1.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/retabi.ll | 2 +-
test/CodeGen/Mips/Fast-ISel/shftopm.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/simplestore.ll | 4 +-
test/CodeGen/Mips/Fast-ISel/simplestorefp1.ll | 8 +-
test/CodeGen/Mips/Fast-ISel/simplestorei.ll | 4 +-
25 files changed, 191 insertions(+), 50 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 10d4766 [OpenMP] Do not use default argument in lambda from mappable [...]
new 8e37740 [OpenMP] Fix link command pattern in offloading interoperabil [...]
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/Driver/offloading-interoperability.c | 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 15f36df [OpenMP][CUDA] Do not forward OpenMP flags for CUDA device actions.
new 10d4766 [OpenMP] Do not use default argument in lambda from mappable [...]
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/CGOpenMPRuntime.cpp | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.