This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b71ba51d81f [ValueTracking] Teach isKnownNonNullFromDominatingCondition [...]
new d9c4e386780 Try to fix buildbot
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/Transforms/Scalar/GuardWidening.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 binutils-gdb.
from b01474366f Automatic date update in version.in
new e968fc9b63 x86: fold RegEip/RegRip and RegEiz/RegRiz
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:
gas/ChangeLog | 11 ++++++
gas/config/tc-i386-intel.c | 3 +-
gas/config/tc-i386.c | 41 ++++++++--------------
gas/testsuite/gas/i386/x86-64-mpx-inval-2.l | 53 ++++++++++-------------------
opcodes/ChangeLog | 11 ++++++
opcodes/i386-opc.h | 6 ++--
opcodes/i386-reg.tbl | 12 +++----
opcodes/i386-tbl.h | 16 ++++-----
8 files changed, 72 insertions(+), 81 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 a1706269a05 [GuardWidening] Widen guards with conditions of frequently [...]
new b71ba51d81f [ValueTracking] Teach isKnownNonNullFromDominatingCondition [...]
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/ValueTracking.cpp | 38 +++++++++++----
test/Transforms/LICM/hoist-deref-load.ll | 82 ++++++++++++++++++++++++++++++++
2 files changed, 110 insertions(+), 10 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 1bc897a181 [DebugInfo] Use DbgVariableIntrinsic as the base class of va [...]
new 2ec63f235e [DebugInfo] Generate debug information for labels. (Fix PR37395)
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/CGDebugInfo.cpp | 26 ++++++++++++++++++++++++++
lib/CodeGen/CGDebugInfo.h | 3 +++
lib/CodeGen/CGStmt.cpp | 10 ++++++++++
test/CodeGen/debug-label-inline.c | 28 ++++++++++++++++++++++++++++
test/CodeGen/debug-label.c | 16 ++++++++++++++++
5 files changed, 83 insertions(+)
create mode 100644 test/CodeGen/debug-label-inline.c
create mode 100644 test/CodeGen/debug-label.c
--
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 5158029c058 [NFC] Fix typo
new a1706269a05 [GuardWidening] Widen guards with conditions of frequently [...]
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/Transforms/Scalar/GuardWidening.cpp | 132 ++++++--
.../GuardWidening/widen-frequent-branches.ll | 363 +++++++++++++++++++++
2 files changed, 461 insertions(+), 34 deletions(-)
create mode 100644 test/Transforms/GuardWidening/widen-frequent-branches.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 e3fd2cc5fea [NFC] Fixed unused function warning
new 5158029c058 [NFC] 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/Bitcode/Reader/MetadataLoader.h | 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 cb6242dabbc [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
new e3fd2cc5fea [NFC] Fixed unused function warning
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/Transforms/IPO/Inliner.cpp | 2 ++
1 file changed, 2 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 63c6deda4e5 [docs] Switch debug info metadata blocks to use `text` inst [...]
new cb6242dabbc [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
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/Core.h | 4 ++-
include/llvm/IR/InstVisitor.h | 8 +++--
include/llvm/IR/IntrinsicInst.h | 36 +++++++++++++------
include/llvm/Transforms/Utils/Local.h | 12 +++----
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +-
lib/IR/IntrinsicInst.cpp | 12 +++----
lib/IR/Verifier.cpp | 27 +++++++-------
.../InstCombine/InstructionCombining.cpp | 4 +--
lib/Transforms/Scalar/ADCE.cpp | 2 +-
lib/Transforms/Scalar/Reassociate.cpp | 2 +-
lib/Transforms/Scalar/SROA.cpp | 6 ++--
lib/Transforms/Utils/Local.cpp | 42 +++++++++++-----------
lib/Transforms/Utils/LoopRotationUtils.cpp | 6 ++--
lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 14 ++++----
unittests/Transforms/Utils/Local.cpp | 12 +++----
15 files changed, 102 insertions(+), 87 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 3859b8160a [docs] Don't use the `asm` syntax highlighting (which our do [...]
new 1bc897a181 [DebugInfo] Use DbgVariableIntrinsic as the base class of va [...]
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/CGVTables.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 512e317975b [docs] Correct the basic syntax structure of the DISubrange [...]
new 63c6deda4e5 [docs] Switch debug info metadata blocks to use `text` inst [...]
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:
docs/LangRef.rst | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.