This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 75d1484c71 [analyzer] [tests] [quickfix] Make more test more resilient [...]
new cca78d2cba Revert "[ASTMatchers] Fix DynamicASTMatchersTests again"
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/ASTMatchers/Dynamic/ParserTest.cpp | 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 clang.
from 0cb1e3724a [analyzer] Do not crash if the assumption added in TrustNonN [...]
new 75d1484c71 [analyzer] [tests] [quickfix] Make more test more resilient [...]
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/Analysis/casts.cpp | 2 +-
test/Analysis/diagnostics/no-store-func-path-notes.cpp | 2 +-
test/Analysis/member-expr.cpp | 2 +-
3 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 8a6631a983 [ASTMatchers] Fix DynamicASTMatchersTests again
new 0cb1e3724a [analyzer] Do not crash if the assumption added in TrustNonN [...]
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:
.../Checkers/TrustNonnullChecker.cpp | 22 ++++++++++++++--------
test/Analysis/trustnonnullchecker_test.m | 22 ++++++++++++++++++++++
2 files changed, 36 insertions(+), 8 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 b95f965d7b2 [machineverifier] Detect PHI's that are preceeded by non-PHI's
new ab9755b8039 [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm
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/BinaryFormat/Wasm.h | 41 ++++++++++--------
include/llvm/MC/MCSymbolWasm.h | 26 ++----------
include/llvm/Object/Wasm.h | 1 +
include/llvm/Object/WasmTraits.h | 14 +++++--
lib/MC/WasmObjectWriter.cpp | 7 +++-
lib/Object/WasmObjectFile.cpp | 9 ++--
.../InstPrinter/WebAssemblyInstPrinter.cpp | 23 ++++-------
.../InstPrinter/WebAssemblyInstPrinter.h | 2 +-
.../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 48 ++++++----------------
.../MCTargetDesc/WebAssemblyTargetStreamer.h | 10 ++---
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 42 +++++++++++--------
lib/Target/WebAssembly/WebAssemblyAsmPrinter.h | 5 +++
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 10 ++++-
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 46 +++++++--------------
.../WebAssembly/WebAssemblyMachineFunctionInfo.cpp | 26 +++++++++---
.../WebAssembly/WebAssemblyMachineFunctionInfo.h | 12 +++++-
test/MC/WebAssembly/external-func-address.ll | 25 +++++++++--
test/MC/WebAssembly/types.ll | 16 ++++++++
tools/obj2yaml/wasm2yaml.cpp | 10 +++--
19 files changed, 198 insertions(+), 175 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 lld.
from 0fa1eddb4 [PPC64] Test documenting toc-restore after interposable recur [...]
new b65a4ea68 Minor refacotring of Relocations.cpp. NFC.
new 93a99257f [WebAssembly] Refactor use of signatures
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 | 111 +++++++++++++++++++++++++++++++--------------------
wasm/Driver.cpp | 2 +-
wasm/Writer.cpp | 2 +-
wasm/WriterUtils.cpp | 38 +++++++++---------
wasm/WriterUtils.h | 3 +-
5 files changed, 90 insertions(+), 66 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 44cfbc7d137 [InstCombine] allow SimplifyDemandedVectorElts to work with [...]
new 2f53e1def5e [mips] Remove -allow-deprecated-dag-overlap flag from tests. NFC
new b95f965d7b2 [machineverifier] Detect PHI's that are preceeded by non-PHI's
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/CodeGen/MachineVerifier.cpp | 14 +++-
test/CodeGen/Mips/bswap.ll | 14 ++--
.../Mips/cconv/arguments-hard-float-varargs.ll | 36 +++++-----
test/CodeGen/Mips/cconv/arguments-varargs.ll | 57 +++++----------
test/CodeGen/Mips/cconv/callee-saved.ll | 50 ++++++++-----
test/CodeGen/Mips/cconv/return-struct.ll | 32 +++++----
test/CodeGen/Mips/madd-msub.ll | 25 ++++---
test/CodeGen/Mips/msa/basic_operations.ll | 42 +++++------
test/CodeGen/Mips/no-odd-spreg.ll | 17 +++--
test/Verifier/test_phis_precede_nonphis.mir | 84 ++++++++++++++++++++++
10 files changed, 241 insertions(+), 130 deletions(-)
create mode 100644 test/Verifier/test_phis_precede_nonphis.mir
--
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 32c5e040d [COFF] Cope with weak aliases produced by GNU tools
new 7d27fa4eb [PPC64] Add test documenting toc-restore when linking with -B [...]
new 0fa1eddb4 [PPC64] Test documenting toc-restore after interposable recur [...]
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/ELF/Inputs/ppc64-bsymbolic-local-def.s | 14 ++++++
test/ELF/ppc64-bsymbolic-toc-restore.s | 68 +++++++++++++++++++++++++++++
test/ELF/ppc64-toc-restore-recursive-call.s | 52 ++++++++++++++++++++++
3 files changed, 134 insertions(+)
create mode 100644 test/ELF/Inputs/ppc64-bsymbolic-local-def.s
create mode 100644 test/ELF/ppc64-bsymbolic-toc-restore.s
create mode 100644 test/ELF/ppc64-toc-restore-recursive-call.s
--
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 e2c1cd1afce * go.test/go-test.exp (go-set-goarch): Use amd64p32 on x32.
new 34397eeac21 * config/i386/i386.md (*cmp<X87MODEF:mode>_<SWI24:mode>_i3 [...]
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 | 6 ++++++
gcc/config/i386/i386.md | 4 ++--
2 files changed, 8 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 gcc-7-branch
in repository gcc.
from 8f1f9562d2f PR other/87353 fix formatting and grammar in manual
new 2f026906871 Backport from mainline 2018-09-28 Uros Bizjak <ubizjak@ [...]
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 | 12 ++++++++++--
gcc/config/i386/i386.c | 16 ++++++++--------
gcc/config/i386/i386.h | 8 ++++----
gcc/config/i386/predicates.md | 2 +-
gcc/config/i386/sse.md | 2 +-
5 files changed, 24 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.