This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6b19012bc71 Daily bump.
new a2de34d45da * c-warn.c (warn_if_unused_value): Remove WITH_CLEANUP_EXP [...]
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-warn.c | 1 -
2 files changed, 4 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 d6059bd6713 [tablegen] Avoid creating a temporary vector in getInstructionCase
new d5180fc9b40 [InstCombine] Add test cases demonstrating creation of extr [...]
new 8913e9099ea [InstCombine] Add TODOs for a couple things that should may [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 4 +-
test/Transforms/InstCombine/bswap-fold.ll | 63 +++++++++++++++++++++++++
2 files changed, 66 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 a2a4e2c7e5d [X86] Add comment string for broadcast loads from the const [...]
new d6059bd6713 [tablegen] Avoid creating a temporary vector in getInstructionCase
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/CodeEmitterGen.cpp | 14 ++++++--------
1 file changed, 6 insertions(+), 8 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 f82e25012a9 [llvm] Revert "[tablegen] Avoid creating a temporary vector [...]
new a2a4e2c7e5d [X86] Add comment string for broadcast loads from the const [...]
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/X86MCInstLower.cpp | 193 +-
test/CodeGen/X86/avg.ll | 6 +-
test/CodeGen/X86/avx2-vbroadcast.ll | 12 +-
test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll | 1999 +++++++++++++++------
test/CodeGen/X86/recip-fastmath.ll | 40 +-
test/CodeGen/X86/recip-fastmath2.ll | 40 +-
test/CodeGen/X86/vec_shift6.ll | 9 +-
7 files changed, 1619 insertions(+), 680 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 ea28d7645c3 [tablegen] Avoid creating a temporary vector in getInstructionCase
new 10e0018cf56 [X86] Add RDRAND feature to GLM CPU
new f82e25012a9 [llvm] Revert "[tablegen] Avoid creating a temporary vector [...]
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:
include/llvm/ProfileData/InstrProf.h | 5 ++++-
lib/Target/X86/X86.td | 1 +
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 966d9ebd7f8 [Orc] Remove the memory manager argument to addModule, and [...]
new ea28d7645c3 [tablegen] Avoid creating a temporary vector in getInstructionCase
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/ProfileData/InstrProf.h | 5 +----
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch master
in repository llvm.
from 285f30181c4 [AVR] Fix bug which caused assertion errors for some FRMIDX [...]
new 966d9ebd7f8 [Orc] Remove the memory manager argument to addModule, and [...]
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:
.../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 2 +-
.../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 2 +-
.../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 2 +-
.../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 2 +-
.../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 17 +++---
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 2 +-
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 38 +++++--------
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 7 +--
.../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 7 +--
include/llvm/ExecutionEngine/Orc/LambdaResolver.h | 2 +-
.../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 62 +++++-----------------
.../ExecutionEngine/Orc/ObjectTransformLayer.h | 10 ++--
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 23 ++++----
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 9 ++--
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 21 ++++----
tools/lli/OrcLazyJIT.h | 7 ++-
tools/lli/RemoteJITUtils.h | 4 +-
.../ExecutionEngine/Orc/LazyEmittingLayerTest.cpp | 2 +-
.../Orc/ObjectTransformLayerTest.cpp | 59 +++++++++-----------
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 40 +++++++-------
20 files changed, 133 insertions(+), 185 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 79bfbea46bb [AVR] Add a missing clobber declaration to LPMW
new 285f30181c4 [AVR] Fix bug which caused assertion errors for some FRMIDX [...]
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/AVR/AVRRegisterInfo.cpp | 11 ++++++++---
test/CodeGen/AVR/frmidx-iterator-bug.ll | 33 +++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AVR/frmidx-iterator-bug.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 32524dd4da5 [DAG] Fixed predicate for determining when two frame indice [...]
new 79bfbea46bb [AVR] Add a missing clobber declaration to LPMW
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/AVR/AVRInstrInfo.td | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 0a256123a48 Revert r307026, "[AMDGPU] Switch scalarize global loads ON [...]
new 32524dd4da5 [DAG] Fixed predicate for determining when two frame indice [...]
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/SelectionDAG/SelectionDAGAddressAnalysis.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.