This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 77579f5 Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, f [...]
new f991e38 [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
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/Transforms/Utils/SimplifyCFG.cpp | 239 +++++++++++++++---------
test/Transforms/SimplifyCFG/sink-common-code.ll | 84 +++++++++
2 files changed, 233 insertions(+), 90 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 8127683 [AMDGPU] Scalar Memory instructions TD refactoring
new 77579f5 Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, f [...]
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/CodeGen/ISDOpcodes.h | 5 +++++
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 16 ++++++++++++++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 15 +++----------
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 +
lib/Target/Mips/MipsISelLowering.cpp | 27 +++++++----------------
lib/Target/Mips/MipsISelLowering.h | 2 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 16 ++++++++++++++
lib/Target/PowerPC/PPCISelLowering.h | 1 +
test/CodeGen/PowerPC/eh-dwarf-cfa.ll | 28 ++++++++++++++++++++++++
9 files changed, 79 insertions(+), 32 deletions(-)
create mode 100644 test/CodeGen/PowerPC/eh-dwarf-cfa.ll
--
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 f73c9c1 Add a counter-function insertion pass
new 8127683 [AMDGPU] Scalar Memory instructions TD refactoring
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/AMDGPU/CIInstructions.td | 8 -
lib/Target/AMDGPU/SIInstrFormats.td | 54 -----
lib/Target/AMDGPU/SIInstrInfo.td | 177 ---------------
lib/Target/AMDGPU/SIInstructions.td | 113 +---------
lib/Target/AMDGPU/SMInstructions.td | 430 ++++++++++++++++++++++++++++++++++++
lib/Target/AMDGPU/VIInstrFormats.td | 23 --
lib/Target/AMDGPU/VIInstructions.td | 24 --
7 files changed, 431 insertions(+), 398 deletions(-)
create mode 100644 lib/Target/AMDGPU/SMInstructions.td
--
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 c28cc72 Fix the implementation of R_386_GOTPC and R_386_GOTOFF.
new 6e64538 Eliminate LayoutInputSection class
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:
ELF/InputSection.cpp | 15 +++----
ELF/InputSection.h | 49 ++++++++++++----------
ELF/LinkerScript.cpp | 110 +++++++++++++++++++------------------------------
ELF/LinkerScript.h | 5 +--
ELF/OutputSections.cpp | 2 -
5 files changed, 76 insertions(+), 105 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 e1ceee0 [Support] Fix a warning introduced in r280339 due to the memb [...]
new f73c9c1 Add a counter-function insertion pass
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/CodeGen/Passes.h | 3 ++
include/llvm/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/CountingFunctionInserter.cpp | 62 ++++++++++++++++++++++
lib/CodeGen/TargetPassConfig.cpp | 3 ++
test/CodeGen/PowerPC/mcount-insertion.ll | 16 ++++++
test/Transforms/CountingFunctionInserter/mcount.ll | 27 ++++++++++
tools/llc/llc.cpp | 1 +
tools/opt/opt.cpp | 1 +
11 files changed, 117 insertions(+)
create mode 100644 lib/CodeGen/CountingFunctionInserter.cpp
create mode 100644 test/CodeGen/PowerPC/mcount-insertion.ll
create mode 100644 test/Transforms/CountingFunctionInserter/mcount.ll
--
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 16a76ce [SimplifyCFG] Fix nondeterministic iteration order
new e1ceee0 [Support] Fix a warning introduced in r280339 due to the memb [...]
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/Regex.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 lldb.
from 0beca8e There exists at least one compiler on one platform that doesn [...]
new 00d937c XFail TestMemoryFind on 32-bit architectures
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:
.../Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py | 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 master
in repository gcc.
from 0dd2288 * config/i386/i386.c (ix86_option_override_internal): Also d [...]
new 08fded5 [AArch64] Add ANDS pattern for CMP+ZERO_EXTEND
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/aarch64/aarch64.c | 8 ++++++++
gcc/config/aarch64/aarch64.md | 12 ++++++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/aarch64/ands_3.c | 12 ++++++++++++
5 files changed, 42 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/ands_3.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 gcc-6-branch
in repository gcc.
from 83d9bbb [ARM] Fix an invalid check for vectors of the same floating-p [...]
new d84e716 * doc/extend.texi (SPU Built-in Functions): Remove stale re [...]
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 | 5 +++++
gcc/doc/extend.texi | 4 +---
2 files changed, 6 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 llvm.
from 5c88a87 Commit of forgotten header for r280339 "[LLVM/Support] - Crea [...]
new 16a76ce [SimplifyCFG] Fix nondeterministic iteration order
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/Transforms/Utils/SimplifyCFG.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 gcc-6-branch
in repository gcc.
from 21f157c * config/i386/i386.c (ix86_option_override_internal): Also d [...]
new 83d9bbb [ARM] Fix an invalid check for vectors of the same floating-p [...]
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/arm/arm.c | 13 ++++---------
2 files changed, 10 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 binutils-gdb.
from cd285db Don't treat .opd section specially when ELFv2
new 4248448 2016-09-01 Thomas Preud'homme <thomas.preudhomme(a)arm.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:
bfd/ChangeLog | 6 ++++++
bfd/elf32-arm.c | 9 ++++++---
2 files 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 llvm.
from ee728f8 [LLVM/Support] - Create no-arguments constructor for llvm::Regex
new 5c88a87 Commit of forgotten header for r280339 "[LLVM/Support] - Crea [...]
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/Support/Regex.h | 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 llvm.
from f4e1029 [SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to [...]
new ee728f8 [LLVM/Support] - Create no-arguments constructor for llvm::Regex
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/Regex.cpp | 2 ++
unittests/Support/RegexTest.cpp | 9 +++++++++
2 files changed, 11 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 78c1a94 PR c++/57728 - adjust testcase
new 0dd2288 * config/i386/i386.c (ix86_option_override_internal): Also 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:
gcc/ChangeLog | 5 +++++
gcc/config/i386/i386.c | 5 +++--
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-6-branch
in repository gcc.
from a945a2f Daily bump.
new 21f157c * config/i386/i386.c (ix86_option_override_internal): Also 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:
gcc/ChangeLog | 5 +++++
gcc/config/i386/i386.c | 5 +++--
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 master
in repository llvm.
from 1d15404 [NFC] Remove unnecessary comment
new f4e1029 [SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to [...]
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/Transforms/Utils/SimplifyCFG.cpp | 27 +++++++++++++++++++++------
1 file changed, 21 insertions(+), 6 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 binutils-2_27-branch
in repository binutils-gdb.
from a0d5bca Automatic date update in version.in
new c6a7c52 Don't treat .opd section specially when ELFv2
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:
bfd/ChangeLog | 6 ++++++
bfd/elf64-ppc.c | 30 ++++++++++++++++++++----------
2 files changed, 26 insertions(+), 10 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 2f5ef4c gcc/ Backport from trunk r239561. 2016-08-18 Tamar Christ [...]
new 798cfbb gcc/ Backport from trunk r239710. 2016-08-23 Christophe L [...]
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/config/arm/arm.md | 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 7344313 gcc/ Backport from trunk r236269. Ramana Radhakrishnan [...]
new 2f5ef4c gcc/ Backport from trunk r239561. 2016-08-18 Tamar Christ [...]
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/varasm.c | 9 +++++++++
1 file 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from d6c76a8 gcc/ Backport from trunk r235512. 2016-04-27 Kyrylo Tkach [...]
new 7344313 gcc/ Backport from trunk r236269. Ramana Radhakrishnan [...]
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/config/arm/arm-c.c | 10 ++--
gcc/config/arm/arm.c | 57 +++++++---------------
gcc/config/arm/arm.h | 3 +-
gcc/config/arm/arm.md | 2 +-
gcc/config/arm/vfp.md | 3 +-
gcc/doc/sourcebuild.texi | 32 +++++++++++++
gcc/testsuite/g++.dg/ext/arm-fp16/fp16-param-1.C | 12 +++--
gcc/testsuite/g++.dg/ext/arm-fp16/fp16-return-1.C | 7 ++-
gcc/testsuite/gcc.target/arm/aapcs/neon-vect10.c | 32 +++++++++++++
gcc/testsuite/gcc.target/arm/aapcs/neon-vect9.c | 24 ++++++++++
gcc/testsuite/gcc.target/arm/aapcs/vfp18.c | 28 +++++++++++
gcc/testsuite/gcc.target/arm/aapcs/vfp19.c | 30 ++++++++++++
gcc/testsuite/gcc.target/arm/aapcs/vfp20.c | 22 +++++++++
gcc/testsuite/gcc.target/arm/aapcs/vfp21.c | 26 ++++++++++
gcc/testsuite/gcc.target/arm/fp16-aapcs-1.c | 21 ++++++++
gcc/testsuite/gcc.target/arm/fp16-aapcs-2.c | 21 ++++++++
gcc/testsuite/gcc.target/arm/fp16-param-1.c | 12 +++--
gcc/testsuite/gcc.target/arm/fp16-return-1.c | 7 ++-
gcc/testsuite/lib/target-supports.exp | 58 +++++++++++++++++++++--
19 files changed, 340 insertions(+), 67 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/neon-vect10.c
create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/neon-vect9.c
create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/vfp18.c
create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/vfp19.c
create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/vfp20.c
create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/vfp21.c
create mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs-2.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from fbec19f gcc/ Backport from trunk r239135. 2016-08-04 Andrew Pinsk [...]
new d6c76a8 gcc/ Backport from trunk r235512. 2016-04-27 Kyrylo Tkach [...]
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/config/aarch64/aarch64.h | 7 ++++++-
gcc/rtlanal.c | 11 ++++++-----
2 files changed, 12 insertions(+), 6 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 f868737 Fix typos in comments.
new c80ac49 Remove whitespace to test commit access
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/CodeGenFunction.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 binutils-gdb.
from 0318424 Automatic date update in version.in
new cd285db Don't treat .opd section specially when ELFv2
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:
bfd/ChangeLog | 6 ++++++
bfd/elf64-ppc.c | 30 ++++++++++++++++++++----------
2 files changed, 26 insertions(+), 10 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 fortran-dev
in repository gcc.
from 5425903 2016-08-31 Paul Thomas <pault(a)gcc.gnu.org>
new 582e443 More post-'svn merge' fixes
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/testsuite/go.test/test/fixedbugs/bug069.go | 21 +++--
gcc/testsuite/go.test/test/fixedbugs/bug196.go | 7 +-
gcc/testsuite/go.test/test/fixedbugs/bug234.go | 26 +++---
gcc/testsuite/go.test/test/fixedbugs/bug242.go | 7 +-
gcc/testsuite/go.test/test/fixedbugs/bug252.go | 2 +-
.../config/os/bsd/darwin/ctype_noninline.h | 92 ---------------------
.../config/os/bsd/freebsd/ctype_noninline.h | 92 ---------------------
.../config/os/bsd/netbsd/ctype_noninline.h | 94 ----------------------
8 files changed, 29 insertions(+), 312 deletions(-)
delete mode 100644 libstdc++-v3/config/os/bsd/darwin/ctype_noninline.h
delete mode 100644 libstdc++-v3/config/os/bsd/freebsd/ctype_noninline.h
delete mode 100644 libstdc++-v3/config/os/bsd/netbsd/ctype_noninline.h
--
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 d17ccfb [XRay] Detect and emit sleds for sibling/tail calls
new 1d15404 [NFC] Remove unnecessary comment
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/Hexagon/HexagonInstrInfo.h | 6 ++----
1 file changed, 2 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 gcc.
from 986530d C: Fix missing spaces in 'struct' fix-it hints
new 78c1a94 PR c++/57728 - adjust testcase
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/testsuite/g++.dg/cpp0x/explicit12.C | 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 libcxx.
from f47e6af [CMake] Copy headers relative to LLVM_BINARY_DIR
new 25a93c5 Fix libc++ configuration with -fsanitize-coverage
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:
cmake/Modules/CheckLibcxxAtomic.cmake | 3 +++
cmake/config-ix.cmake | 3 +++
2 files changed, 6 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 llvm.
from 31a52c2 [XRay][NFC] Promote isTailCall() as virtual in TargetInstrInfo.
new 501485f [libFuzzer] add -minimize_crash flag (to minimize crashers). [...]
new d17ccfb [XRay] Detect and emit sleds for sibling/tail calls
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/Target/Target.td | 8 ++
include/llvm/Target/TargetOpcodes.def | 5 +
lib/CodeGen/XRayInstrumentation.cpp | 13 ++-
lib/Fuzzer/FuzzerDriver.cpp | 107 +++++++++++++++++++--
lib/Fuzzer/FuzzerFlags.def | 4 +
lib/Fuzzer/test/minimize_crash.test | 6 ++
lib/Fuzzer/test/value-profile-div.test | 3 +
lib/Fuzzer/test/value-profile-load.test | 3 +
lib/Target/X86/X86MCInstLower.cpp | 36 +++++++
...e-instrumentation.ll => xray-tail-call-sled.ll} | 27 ++----
10 files changed, 182 insertions(+), 30 deletions(-)
create mode 100644 lib/Fuzzer/test/minimize_crash.test
create mode 100644 lib/Fuzzer/test/value-profile-div.test
create mode 100644 lib/Fuzzer/test/value-profile-load.test
copy test/CodeGen/X86/{xray-attribute-instrumentation.ll => xray-tail-call-sled.ll} (59%)
--
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 0c1c175 [Sema] Don't diagnose an array type mismatch when the new or [...]
new f868737 Fix typos in comments.
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/Sema/SemaExprObjC.cpp | 6 +++---
1 file 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 llvm.
from 2a3f18e Revert "Add asm.js-style setjmp/longjmp handling for wasm"
new 31a52c2 [XRay][NFC] Promote isTailCall() as virtual in TargetInstrInfo.
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/TargetInstrInfo.h | 5 +++++
lib/Target/Hexagon/HexagonInstrInfo.h | 5 ++++-
lib/Target/X86/X86InstrInfo.cpp | 23 +++++++++++++++++++++++
lib/Target/X86/X86InstrInfo.h | 2 ++
4 files changed, 34 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 clang.
from 29b3870 Fix all tests under test/CXX (and test/Analysis) to pass if c [...]
new 0c1c175 [Sema] Don't diagnose an array type mismatch when the new or [...]
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/Sema/SemaDecl.cpp | 4 ++--
test/SemaTemplate/array-redeclaration.cpp | 33 +++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 2 deletions(-)
create mode 100644 test/SemaTemplate/array-redeclaration.cpp
--
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 6ac3840 Daily bump.
new 986530d C: Fix missing spaces in 'struct' fix-it hints
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/c/ChangeLog | 5 +++++
gcc/c/c-parser.c | 6 +++---
2 files changed, 8 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 llvm.
from ba2b231 Support: Avoid errors with LLVM_FALLTHROUGH in clang 3.6 and [...]
new 2a3f18e Revert "Add asm.js-style setjmp/longjmp handling for wasm"
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:
.../WebAssemblyLowerEmscriptenEHSjLj.cpp | 927 ++++-----------------
.../WebAssembly/WebAssemblyTargetMachine.cpp | 9 +-
.../CodeGen/WebAssembly/lower-em-ehsjlj-options.ll | 61 --
.../WebAssembly/lower-em-exceptions-whitelist.ll | 5 +-
test/CodeGen/WebAssembly/lower-em-exceptions.ll | 45 +-
test/CodeGen/WebAssembly/lower-em-sjlj.ll | 213 -----
6 files changed, 186 insertions(+), 1074 deletions(-)
delete mode 100644 test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll
delete mode 100644 test/CodeGen/WebAssembly/lower-em-sjlj.ll
--
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 63a494b Change "memory find" over to using a variation of the Boyer–M [...]
new 0beca8e There exists at least one compiler on one platform that doesn [...]
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/Commands/CommandObjectMemory.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 lldb.
from a53cf24 Add a data formatter for std::function in libcxx
new 63a494b Change "memory find" over to using a variation of the Boyer–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:
.../find}/Makefile | 0
.../find/TestMemoryFind.py} | 25 +++++--
.../memory/find}/main.cpp | 8 +-
source/Commands/CommandObjectMemory.cpp | 87 ++++++++++++++++++----
4 files changed, 95 insertions(+), 25 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/{breakpoint/breakpoint_set_res [...]
copy packages/Python/lldbsuite/test/functionalities/{apropos_with_process/TestApro [...]
copy packages/Python/lldbsuite/test/{lang/cpp/lambdas => functionalities/memory/fi [...]
--
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 14c36b15 Fix detection of AVX512IFMA in host_detect_local_cpu
new 6ac3840 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 7cb370e * config.host: Add support for arm*-*-phoenix* targets.
new 643b176 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from b823cdd Fix folding of VECTOR_CST comparisons
new a945a2f Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 3aa5cfa Fix lwp_suspend/unsuspend imbalance in linux_wait_1
new 0318424 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from 305a161 Fix lwp_suspend/unsuspend imbalance in linux_wait_1
new be2126b Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from f6e272a Automatic date update in version.in
new a0d5bca Automatic date update in version.in
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:
bfd/version.h | 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 46b443d Add cast to appease windows builder. Fixes build break introd [...]
new ba2b231 Support: Avoid errors with LLVM_FALLTHROUGH in clang 3.6 and [...]
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/Support/Compiler.h | 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 compiler-rt.
from 7f04ab5 [sanitizer] extend SizeClassMap to take more template paramet [...]
new 1407139 Fix the use of unitialized value while reporting double free [...]
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/asan/asan_errors.h | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.