This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 7b10aeb3f Fix windows build for r335541.
new 65a6a445a A little cleanup in ObjectFileMachO::GetSDKVersion. This meth [...]
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:
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 15 ++++++++++++---
1 file changed, 12 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 clang.
from c877647f1b [MachineOutliner] NFC - simplify -moutline/-mno-outline logic
new 3176c137ab [analyzer] Fix invalidation on C++ const methods with arrow syntax.
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/StaticAnalyzer/Core/CallEvent.cpp | 9 +++++++--
test/Analysis/const-method-call.cpp | 24 ++++++++++++++++++++++++
2 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 gcc.
from 07d455ca4ac * ginclude/stddef.h: Remove an obsolete comment on FreeBSD [...]
new f7e2b0321fd * config/v850/predicates.md (const_float_1_operand): Fix m [...]
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/ChangeLog | 13 +++++++++
gcc/config/v850/predicates.md | 15 +----------
gcc/config/v850/v850.md | 61 ++++++++++++++++++++++++++++++++++++++-----
3 files changed, 69 insertions(+), 20 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 cde39cece92 [OrcMCJIT] Fix test after r335508 causing it to fail on gre [...]
new 560c9c479f7 [X86] Update fpclass intrinsic tests to chain their calls t [...]
new 224904bf2c5 [PM/LoopUnswitch] Teach the new unswitch to handle nontrivi [...]
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:
.../llvm/Transforms/Scalar/SimpleLoopUnswitch.h | 31 +-
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 357 ++++++++++++---------
test/CodeGen/X86/avx512dq-intrinsics.ll | 154 +++------
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 154 +++------
.../SimpleLoopUnswitch/nontrivial-unswitch.ll | 248 ++++++++++----
5 files changed, 514 insertions(+), 430 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 818d9df92 Implement new methods for handling an error in MI commands.
new 7b10aeb3f Fix windows build for r335541.
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:
tools/lldb-mi/MICmdBase.h | 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 gcc-7-branch
in repository gcc.
from c6aebd493e1 2018-06-25 Fritz Reese <fritzoreese(a)gmail.com>
new 234768baec0 2018-06-25 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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/ChangeLog | 9 +++++++++
gcc/config/rs6000/rs6000.md | 16 +++++++---------
2 files changed, 16 insertions(+), 9 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 3707aa4606 Add an option to support debug fission on implicit ThinLTO.
new c877647f1b [MachineOutliner] NFC - simplify -moutline/-mno-outline logic
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/Driver/ToolChains/Clang.cpp | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 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 d3b9487abb7 [InstCombine] cleanup udiv folds; NFCI
new 6eef3c63b25 Fix unsigned/signed comparison failure in unittest.
new cde39cece92 [OrcMCJIT] Fix test after r335508 causing it to fail on gre [...]
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:
test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll | 4 ++--
unittests/tools/llvm-exegesis/X86/TargetTest.cpp | 2 +-
2 files 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 clang.
from c0fec042d1 Fix tests from r335542 to use %hmaptool
new 3707aa4606 Add an option to support debug fission on implicit ThinLTO.
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/Driver/ToolChains/CommonArgs.cpp | 6 ++++++
test/Driver/lto-dwo.c | 6 ++++++
2 files changed, 12 insertions(+)
create mode 100644 test/Driver/lto-dwo.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 aff0591efb5 [InstCombine] add/move tests for udiv; NFC
new d3b9487abb7 [InstCombine] cleanup udiv folds; NFCI
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:
.../InstCombine/InstCombineMulDivRem.cpp | 50 +++++++++-------------
1 file changed, 20 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.