This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from e478d85 Fix typo.
new 27701a8 Reapply^3 "[ProfileData] (compiler-rt) Use Error in InstrProf [...]
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/profile/InstrProfData.inc | 7 +++----
1 file changed, 3 insertions(+), 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 62dec0f [WebAssembly] Update WebAssembly target for r269988.
new 15c62f9 [ConstantRange] Add an getEquivalentICmp helper
new 658bddf [GuardWidening] Use getEquivalentICmp to fold constant compares
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/IR/ConstantRange.h | 5 ++++
lib/IR/ConstantRange.cpp | 26 +++++++++++++++++++
lib/Transforms/Scalar/GuardWidening.cpp | 36 ++++++++++++++++----------
test/Transforms/GuardWidening/basic.ll | 46 ++++++++++++++++++++++++++++++++-
unittests/IR/ConstantRangeTest.cpp | 46 +++++++++++++++++++++++++++++++++
5 files changed, 145 insertions(+), 14 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 ab2007f [X86] Remove some type constraint classes and use already exi [...]
new 62dec0f [WebAssembly] Update WebAssembly target for r269988.
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/WebAssembly/WebAssemblyTargetMachine.cpp | 13 ++++++++++---
lib/Target/WebAssembly/WebAssemblyTargetMachine.h | 2 +-
2 files changed, 11 insertions(+), 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 clang.
from 8001fc8 Revert accidentally-committed test for PR27558 (which current [...]
new 5fb68f0 Fix PR27601 by reverting [r267453] - Refactor traversal of ba [...]
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/AST/CXXInheritance.cpp | 15 ++++----
lib/Sema/SemaTemplateDeduction.cpp | 71 ++++++++++++++++++++++++--------------
test/SemaTemplate/deduction.cpp | 47 +++++++++++++++++++++++++
3 files changed, 98 insertions(+), 35 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 34483bb Fix error propagation from the Z0 packet in gdb-remote breakp [...]
new e2755ad Check that __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is d [...]
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/debugserver/source/MacOSX/MachProcess.mm | 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 783e35a [WebAssembly] Make several CHECK lines less fragile using reg [...]
new 2928467 [AVX512] Strengthen type constraints for VFIXUPIMM patterns a [...]
new ab2007f [X86] Remove some type constraint classes and use already exi [...]
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/Target/X86/X86InstrFragmentsSIMD.td | 41 +++++++++++++++------------------
1 file changed, 18 insertions(+), 23 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 0849f73 Fix an issue where debugserver would not properly vend OS ver [...]
new 34483bb Fix error propagation from the Z0 packet in gdb-remote breakp [...]
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:
...Breakpoints.py => TestBadAddressBreakpoints.py} | 48 ++++++++--------------
.../Process/gdb-remote/ProcessGDBRemote.cpp | 20 +++++++--
2 files changed, 34 insertions(+), 34 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints [...]
--
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 efac554 Fix some Clang-tidy modernize-use-bool-literals and Include W [...]
new 783e35a [WebAssembly] Make several CHECK lines less fragile using reg [...]
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:
test/CodeGen/WebAssembly/reg-stackify.ll | 58 ++++++++++++++++----------------
test/CodeGen/WebAssembly/userstack.ll | 4 +--
2 files changed, 31 insertions(+), 31 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 ef93d50 Fix a funny Dvorak typo.
new 30a63fb Make Sema::getPrintingPolicy less ridiculously expensive. Thi [...]
new 8001fc8 Revert accidentally-committed test for PR27558 (which current [...]
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/clang/AST/ASTContext.h | 10 +++++++
include/clang/AST/PrettyPrinter.h | 42 +++++++++++++++++++++++------
lib/AST/DeclarationName.cpp | 27 +++++++------------
lib/AST/StmtPrinter.cpp | 6 ++---
lib/AST/TypePrinter.cpp | 22 +++++++--------
lib/Parse/ParseDecl.cpp | 2 +-
lib/Sema/Sema.cpp | 9 ++++---
lib/Sema/SemaCodeComplete.cpp | 1 -
test/Analysis/initializers-cfg-output.cpp | 2 +-
test/Analysis/temp-obj-dtors-cfg-output.cpp | 2 +-
10 files changed, 74 insertions(+), 49 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 c40c117 reduce indentation; NFCI
new efac554 Fix some Clang-tidy modernize-use-bool-literals and Include W [...]
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:
examples/Kaleidoscope/Chapter2/toy.cpp | 9 +++--
examples/Kaleidoscope/Chapter3/toy.cpp | 14 +++++--
examples/Kaleidoscope/Chapter4/toy.cpp | 21 +++++++---
examples/Kaleidoscope/Chapter5/toy.cpp | 24 +++++++----
examples/Kaleidoscope/Chapter6/toy.cpp | 24 +++++++----
examples/Kaleidoscope/Chapter7/toy.cpp | 28 ++++++++-----
examples/Kaleidoscope/Chapter8/toy.cpp | 55 +++++++++++++++++++-------
examples/Kaleidoscope/Orc/fully_lazy/toy.cpp | 43 ++++++++++++++------
examples/Kaleidoscope/Orc/initial/toy.cpp | 41 +++++++++++++------
examples/Kaleidoscope/Orc/lazy_codegen/toy.cpp | 40 ++++++++++++++-----
examples/Kaleidoscope/Orc/lazy_irgen/toy.cpp | 42 ++++++++++++++------
11 files changed, 245 insertions(+), 96 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.