This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from af703fa [XRay][docs] Fix hyperlink to XRay doc
new 1194a00 [InstSimplify] Teach SimplifyAddInst and SimplifySubInst that [...]
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 | 4 ++--
test/Transforms/InstSimplify/addsub.ll | 36 ++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/InstSimplify/addsub.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 libcxx.
from 2fe5562 Fix remote test execution in lit
new 9a13b43 [libc++] Respect Windows Store app CRT restrictions
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/__config | 10 ++++++++++
include/cstdlib | 2 ++
2 files changed, 12 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 d6028a1 [Orc] Add missing header include for r299611.
new af703fa [XRay][docs] Fix hyperlink to XRay doc
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/XRayExample.rst | 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 llvm.
from 0555b65 Revert accidental commit of r299619.
new d6028a1 [Orc] Add missing header include for r299611.
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:
unittests/ExecutionEngine/Orc/QueueChannel.h | 1 +
1 file changed, 1 insertion(+)
--
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 6eb553f [XRay] - Fix spelling error to test commit access.
new 5c2c633 foo
new 4b9e4f7 bar
new 8f5aadd [IR] Add commutable matchers for Add and Mul to go with the l [...]
new f399f6d Revert accidental commit of r299618
new 0555b65 Revert accidental commit of r299619.
The 5 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/PatternMatch.h | 16 ++++++++++++++++
1 file changed, 16 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 456e01a [Orc] Break QueueChannel out into its own header and add a ut [...]
new 6eb553f [XRay] - Fix spelling error to test commit access.
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/XRay/Trace.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 lld.
from f376db5 Return Optional<uint64_t> from readInteger instead of returni [...]
new 070d275 Remove Target::isTlsGlobalDynamicRel()
new 5bb7e6c Create GOT and PLT entries early in scanRelocs().
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:
ELF/Relocations.cpp | 91 +++++++++++++++++++++++++----------------------------
ELF/Target.cpp | 24 --------------
ELF/Target.h | 1 -
3 files changed, 42 insertions(+), 74 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 lldb.
from fe8a4a1 Some old mach-o core files have an LC_IDENT load command and [...]
new 0b95309 Update unittests/Host/SocketTest.cpp to also use the new one- [...]
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:
unittests/Host/SocketTest.cpp | 11 ++++-------
1 file changed, 4 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 e128ff2 [Orc] Make orcError return an error_code rather than Error.
new 456e01a [Orc] Break QueueChannel out into its own header and add a ut [...]
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:
unittests/ExecutionEngine/Orc/CMakeLists.txt | 3 +-
.../ExecutionEngine/Orc/QueueChannel.cpp | 8 +-
unittests/ExecutionEngine/Orc/QueueChannel.h | 145 +++++++++++++++++++++
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 121 ++++++-----------
4 files changed, 192 insertions(+), 85 deletions(-)
copy lib/Target/Hexagon/HexagonDepArch.h => unittests/ExecutionEngine/Orc/QueueCha [...]
create mode 100644 unittests/ExecutionEngine/Orc/QueueChannel.h
--
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 lldb.
from a1fa36e getAsInteger is not a equivalent replacement for strtol
new fe8a4a1 Some old mach-o core files have an LC_IDENT load command 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:
include/lldb/Symbol/ObjectFile.h | 13 +++++++
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 31 ++++++++++++++++
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 2 ++
.../Plugins/Process/mach-core/ProcessMachCore.cpp | 41 ++++++++++++++++++++--
4 files changed, 84 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.