This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 692493a7c [docs] Add missing options to ld.lld.1
new 19e2e520a [docs] Sort ld.lld.1 options
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/ld.lld.1 | 86 +++++++++++++++++++++++++++++------------------------------
1 file changed, 43 insertions(+), 43 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 359b2bfbb5 [analyzer] [NFC] Simplify some visitors by giving a convenie [...]
new b7709b0bcd Fix use of uninitialized variable in r338299
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 | 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 648b708c20e [DAGCombiner] transform sub-of-shifted-signbit to add
new d08e6c74a6f [llvm-mca][docs] Add instruction flow documentation. NFC.
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/CommandGuide/llvm-mca.rst | 177 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 177 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 lld.
from 3781aea99 [docs] Update ld.lld.1
new 692493a7c [docs] Add missing options to ld.lld.1
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/ld.lld.1 | 54 ++++++++++++++++++++++++++++++------------------------
1 file changed, 30 insertions(+), 24 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 00f1a051eff [VPlan] Introduce VPlan-based dominator analysis.
new 648b708c20e [DAGCombiner] transform sub-of-shifted-signbit to add
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/DAGCombiner.cpp | 11 ++++++++++
test/CodeGen/AArch64/signbit-shift.ll | 18 ++++++++--------
test/CodeGen/PowerPC/signbit-shift.ll | 16 +++++++-------
test/CodeGen/X86/signbit-shift.ll | 36 +++++++++++++++-----------------
4 files changed, 45 insertions(+), 36 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 libcxx.
from 373299533 [libcxx] implement <simd> ABI for Clang/GCC vector extension, [...]
new b6244cf5a Revert "[libcxx] implement <simd> ABI for Clang/GCC vector ex [...]
new 154f393a5 Re-apply "[libcxx] implement <simd> ABI for Clang/GCC 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/experimental/simd | 4 ++++
1 file changed, 4 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 384410eb05 [analyzer] Fix crash in RunLoopAutoreleaseChecker on empty children
new fdff255e9d [analyzer] Bugfix for autorelease + main run loop leak checker
new 359b2bfbb5 [analyzer] [NFC] Simplify some visitors by giving a convenie [...]
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:
.../Core/PathSensitive/ProgramState.h | 3 ++
.../Checkers/RunLoopAutoreleaseLeakChecker.cpp | 13 +++++---
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 37 +++++++++-------------
lib/StaticAnalyzer/Core/ProgramState.cpp | 5 +++
.../Checkers/RunLoopAutoreleaseLeakChecker.m | 11 +++++++
5 files changed, 43 insertions(+), 26 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 openmp.
from 72133c3 [OpenMP] Fix new task creation
new 9c9eebf [OpenMP] Fix tasking + parallel bug
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:
runtime/src/kmp_tasking.cpp | 3 +++
runtime/test/tasking/bug_36720.c | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
create mode 100644 runtime/test/tasking/bug_36720.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 lldb.
from eb47ece81 Remove friend class declarations from DWARFUnit and DWARFCompileUnit
new 36c413a22 Remove unnecessary newlines from break command help text.
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/Interpreter/CommandInterpreter.cpp | 4 ++--
1 file changed, 2 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 clang.
from 8eb6798a53 [docs] UndefinedBehaviorSanitizer.rst: {,un}signed-integer-o [...]
new 384410eb05 [analyzer] Fix crash in RunLoopAutoreleaseChecker on empty children
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/Checkers/RunLoopAutoreleaseLeakChecker.cpp | 5 +++--
test/Analysis/Checkers/RunLoopAutoreleaseLeakChecker.m | 11 ++++++++++-
2 files changed, 13 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.