This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 719506a866b [X86] Simplify the getHostCPUName for AMD family 6 and 15.
new ff281e5fb66 fix typos in comments and error messges; 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:
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 2 +-
lib/CodeGen/PostRAHazardRecognizer.cpp | 2 +-
lib/Target/AMDGPU/GCNSchedStrategy.h | 2 +-
lib/Target/X86/AsmParser/X86AsmParser.cpp | 4 ++--
tools/llvm-c-test/echo.cpp | 8 ++++----
5 files changed, 9 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 llvm.
from 8ca723ae601 [llvm-objdump] Correctly distinguish between the MachO uppe [...]
new 719506a866b [X86] Simplify the getHostCPUName for AMD family 6 and 15.
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/Support/Host.cpp | 49 +++++++++++--------------------------------------
1 file changed, 11 insertions(+), 38 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 48dec96ecc Reland "[Driver] Update Fuchsia driver path handling"
new ed14d7adea [Sema] Mark a virtual CXXMethodDecl as used if a call to it [...]
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/clang/AST/DeclCXX.h | 13 ++++
include/clang/Sema/Sema.h | 2 +-
lib/AST/DeclCXX.cpp | 78 ++++++++++++++++++++
lib/CodeGen/CGClass.cpp | 82 ----------------------
lib/CodeGen/CGExprCXX.cpp | 3 +-
lib/CodeGen/CodeGenFunction.h | 5 --
lib/Sema/SemaExpr.cpp | 22 +++---
lib/Sema/SemaOverload.cpp | 22 +++---
test/CodeGen/no-devirt.cpp | 4 +-
.../devirtualize-virtual-function-calls-final.cpp | 50 +++++++++++++
test/CodeGenCXX/vtable-available-externally.cpp | 5 +-
11 files changed, 172 insertions(+), 114 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 54df34c168c [opt-viewer] Don't except when debug info is not available.
new 8ca723ae601 [llvm-objdump] Correctly distinguish between the MachO uppe [...]
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:
.../llvm-objdump/ARM/Inputs/reloc-half.obj.macho-arm | Bin 0 -> 360 bytes
test/tools/llvm-objdump/ARM/macho-reloc-half.test | 4 ++++
tools/llvm-objdump/llvm-objdump.cpp | 2 +-
3 files changed, 5 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-objdump/ARM/Inputs/reloc-half.obj.macho-arm
create mode 100644 test/tools/llvm-objdump/ARM/macho-reloc-half.test
--
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-6-branch
in repository gcc.
from a6d310800c8 Daily bump.
new 14e6d7ee5d5 Backport "Fix sigsegv in find_same_succ_bb"
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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/pr81192.c | 22 ++++++++++++++++++++++
gcc/tree-ssa-tail-merge.c | 3 +++
4 files changed, 42 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr81192.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 ef7217cbe The llvm.org bugzilla moved.
new 2b6621b24 Upstreaming a patch from Github: When evaluation user express [...]
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:
.../ubsan/{basic => user-expression}/Makefile | 0
.../user-expression/TestUbsanUserExpression.py | 49 ++++++++++++++++++++++
.../functionalities/ubsan/user-expression/main.c | 9 ++++
.../InstrumentationRuntime/ASan/ASanRuntime.cpp | 6 ++-
.../MainThreadChecker/MainThreadCheckerRuntime.cpp | 3 ++
.../InstrumentationRuntime/TSan/TSanRuntime.cpp | 6 ++-
.../InstrumentationRuntime/UBSan/UBSanRuntime.cpp | 3 ++
7 files changed, 74 insertions(+), 2 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/ubsan/{basic => user-expressio [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/ubsan/user-expre [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/ubsan/user-expre [...]
--
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 cc6cfc778f9 [TargetLowering] Add hook for adding target MMO flags when [...]
new 54df34c168c [opt-viewer] Don't except when debug info is not available.
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/opt-viewer/opt-viewer.py | 5 ++++-
1 file changed, 4 insertions(+), 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 9bf66c730c7 [MIR] Add support for printing and parsing target MMO flags
new cc6cfc778f9 [TargetLowering] Add hook for adding target MMO flags when [...]
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/Target/TargetLowering.h | 7 +++++++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 ++
2 files changed, 9 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 gcc.
from 5866190a1ec Daily bump.
new 91ce5ca9646 PR go/81393 syscall: don't use GETREGS/SETREGS on s390
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/go/gofrontend/MERGE | 2 +-
libgo/go/syscall/syscall_linux_s390.go | 18 +++++++++++++++---
libgo/go/syscall/syscall_linux_s390x.go | 33 ++++++++++++++++++++++++++++++---
3 files changed, 46 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 compiler-rt.
from c071d1bfb Fix broken test
new 5ebaa70bf [compiler-rt][X86] Match the detection of cpu's for __cpu_mod [...]
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/builtins/cpu_model.c | 418 ++++++++++++-----------------------------------
1 file changed, 109 insertions(+), 309 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.