This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ea88605 [InstCombine] allow icmp (shr/shl) folds for vectors
new 8f94ffd [codeview] Optimize the size of defranges with gaps
new 31daa34 [sanitizer-coverage] make trace-pc-guard and indirect-call wo [...]
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/MC/MCCodeView.cpp | 48 +++++-
.../Instrumentation/SanitizerCoverage.cpp | 2 +-
test/DebugInfo/COFF/local-variable-gap.ll | 174 +++++++++++++++++++++
test/Instrumentation/SanitizerCoverage/coverage.ll | 1 +
test/MC/COFF/cv-def-range-gap.s | 101 ++++++++++++
5 files changed, 320 insertions(+), 6 deletions(-)
create mode 100644 test/DebugInfo/COFF/local-variable-gap.ll
create mode 100644 test/MC/COFF/cv-def-range-gap.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 clang.
from d238c57 clang-format VS plugin: upgrade the project files to VS2015
new e57451a [sanitizer-coverage] make trace-pc-guard and indirect-call wo [...]
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/SanitizerCoverage.rst | 7 +++++--
1 file changed, 5 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 539a656 regenerate checks
new ea88605 [InstCombine] allow icmp (shr/shl) folds for vectors
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/InstCombine/InstCombineCompares.cpp | 41 ++++++++++------------
lib/Transforms/InstCombine/InstCombineInternal.h | 4 +--
test/Transforms/InstCombine/icmp-shr.ll | 10 ++++++
test/Transforms/InstCombine/icmp.ll | 10 ++++++
4 files changed, 40 insertions(+), 25 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 aec4cd7 Fixing bot failures
new 1a4e704 [cmake] Don't depend on lldb-server unless it's built.
new 439086d Allow ArchSpec to take a StringRef.
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/lldb/Core/ArchSpec.h | 14 ++-
lit/CMakeLists.txt | 7 +-
source/Core/ArchSpec.cpp | 205 ++++++++++++++++++++--------------------
unittests/Core/ArchSpecTest.cpp | 41 ++++++++
4 files changed, 158 insertions(+), 109 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 e2a92b1 Update ISA 3.0 / POWER9 gdb tests to match GAS test cases.
new d2dfe70 testsuite: Fix C++11 compilation failure for gdb.cp/m-static.exp
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:
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.cp/m-static.h | 3 +++
2 files changed, 7 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 14eba89 Make sure we create all necessary PT_LOADs.
new 1f48f81 Error out instead of producing a corrupt PT_LOAD.
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/LinkerScript.cpp | 9 ++++++---
test/ELF/linkerscript/no-space.s | 10 ++++++++++
2 files changed, 16 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/linkerscript/no-space.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 compiler-rt.
from 4c3be8a [compiler-rt] Remove the system includes from __sanitizer namespace
new 226fa67 [sanitizer] Fixup: Do not introduce __sanitizer namespace globally
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_win_dll_thunk.cc | 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 compiler-rt.
from 02aff9f [sanitizer] Test the allocator with the ASan win64 memory constants
new b5baf5b [sanitizers] DLAddr Symbolizer should fail if demangle fails
new 074767b [compiler-rt] Do not introduce __sanitizer namespace globally
new 4c3be8a [compiler-rt] Remove the system includes from __sanitizer namespace
The 3 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_interface_internal.h | 2 ++
lib/asan/tests/asan_noinst_test.cc | 2 ++
lib/cfi/cfi.cc | 2 ++
lib/dfsan/dfsan.h | 3 +++
lib/dfsan/dfsan_interceptors.cc | 2 ++
lib/esan/esan_flags.cpp | 2 ++
lib/esan/esan_interface_internal.h | 3 +++
lib/interception/interception.h | 4 ++--
lib/msan/msan_interface_internal.h | 10 ++++++++++
lib/safestack/safestack.cc | 2 ++
lib/sanitizer_common/sanitizer_allocator_internal.h | 4 ++--
lib/sanitizer_common/sanitizer_common.h | 10 +++++-----
lib/sanitizer_common/sanitizer_common_libcdep.cc | 6 +++---
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 2 ++
lib/sanitizer_common/sanitizer_internal_defs.h | 13 ++++++++++++-
lib/sanitizer_common/sanitizer_mac.h | 6 +++++-
lib/sanitizer_common/sanitizer_platform_limits_linux.cc | 2 ++
lib/sanitizer_common/sanitizer_platform_limits_posix.cc | 2 ++
lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc | 6 +++---
.../sanitizer_stoptheworld_linux_libcdep.cc | 4 ++--
lib/sanitizer_common/sanitizer_symbolizer_mac.cc | 7 ++++---
lib/sanitizer_common/tests/sanitizer_allocator_test.cc | 2 ++
lib/sanitizer_common/tests/sanitizer_libc_test.cc | 2 ++
lib/sanitizer_common/tests/sanitizer_nolibc_test_main.cc | 2 +-
lib/sanitizer_common/tests/sanitizer_test_main.cc | 2 +-
lib/tsan/rtl/tsan_interface.h | 1 +
lib/ubsan/ubsan_type_hash_itanium.cc | 2 ++
lib/xray/xray_init.cc | 1 +
28 files changed, 82 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 binutils-gdb.
from 49b4de6 testsuite: Disable ccache
new e2a92b1 Update ISA 3.0 / POWER9 gdb tests to match GAS test cases.
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:
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/gdb.arch/powerpc-power.exp | 477 +++++++++++++++---------------
gdb/testsuite/gdb.arch/powerpc-power.s | 480 ++++++++++++++++---------------
3 files changed, 493 insertions(+), 470 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 12be25f [GlobalOpt] Dead Eliminate declarations
new 539a656 regenerate checks
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/Transforms/InstCombine/icmp-shr.ll | 537 ++++++++++++++++++--------------
1 file changed, 310 insertions(+), 227 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 26eccc1 [InstCombine] Do not RAUW a constant GEP
new 12be25f [GlobalOpt] Dead Eliminate declarations
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/IPO/GlobalOpt.cpp | 4 ++--
test/Transforms/GlobalOpt/deaddeclaration.ll | 7 +++++++
2 files changed, 9 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/GlobalOpt/deaddeclaration.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 6b0c883 [LIT] First pass of LLDB LIT support
new aec4cd7 Fixing bot failures
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:
lit/CMakeLists.txt | 4 +++-
1 file changed, 3 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 lldb.
from d98fe41 Convert ArchSpec::ParseMachOCPUDashSubtypeTriple to use StringRef.
new 6b0c883 [LIT] First pass of LLDB LIT support
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:
lit/CMakeLists.txt | 27 +++++++++-
.../Expr/Inputs/anonymous-struct.cpp | 0
.../main.cpp => lit/Expr/Inputs/call-function.cpp | 0
lit/Expr/TestCallStdStringFunction.test | 14 +++++
lit/Expr/TestCallStopAndContinue.test | 12 +++++
lit/Expr/TestCallUserAnonTypedef.test | 11 ++++
lit/Expr/TestCallUserDefinedFunction.test | 20 +++++++
lit/Expr/lit.local.cfg | 1 +
lit/Unit/lit.cfg | 13 +++++
lit/Unit/lit.site.cfg.in | 1 +
lit/lit.cfg | 63 ++++++++++++++++++++++
lit/lit.site.cfg.in | 16 ++++++
12 files changed, 176 insertions(+), 2 deletions(-)
copy packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp = [...]
copy packages/Python/lldbsuite/test/expression_command/call-function/main.cpp => l [...]
create mode 100644 lit/Expr/TestCallStdStringFunction.test
create mode 100644 lit/Expr/TestCallStopAndContinue.test
create mode 100644 lit/Expr/TestCallUserAnonTypedef.test
create mode 100644 lit/Expr/TestCallUserDefinedFunction.test
create mode 100644 lit/Expr/lit.local.cfg
--
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 a5437a6 [AArch64] Support for FP FMA when -ffp-contract=fast
new 26eccc1 [InstCombine] Do not RAUW a constant GEP
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/InstCombine/InstCombineCompares.cpp | 2 +-
test/Transforms/InstCombine/indexed-gep-compares.ll | 20 ++++++++++++++++++++
2 files changed, 21 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 745df32 Revert "[ARM] Promote small global constants to constant pools"
new a5437a6 [AArch64] Support for FP FMA when -ffp-contract=fast
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/AArch64/AArch64InstrInfo.cpp | 8 +++++---
test/CodeGen/AArch64/arm64-fma-combine-with-fpfusion.ll | 12 ++++++++++++
2 files changed, 17 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AArch64/arm64-fma-combine-with-fpfusion.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 gcc.
from 834a2c2 PR tree-optimization/77503 * tree-vect-loop.c (vectorizable [...]
new cc4b5c5 * c-common.c (check_cxx_fundamental_alignment_constraints): [...]
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-family/ChangeLog | 5 +++++
gcc/c-family/c-common.c | 2 +-
2 files changed, 6 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 614458e Reapply: Silence false positive diagnostics regarding passing [...]
new d238c57 clang-format VS plugin: upgrade the project files to VS2015
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/clang-format-vs/ClangFormat.sln | 4 +++-
tools/clang-format-vs/ClangFormat/ClangFormat.csproj | 4 ++--
tools/clang-format-vs/ClangFormat/Resources.Designer.cs | 2 +-
3 files changed, 6 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 lld.
from 5f67cc1 [ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.
new 14eba89 Make sure we create all necessary PT_LOADs.
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/Writer.cpp | 9 ++++++++-
test/ELF/linkerscript/non-alloc.s | 28 ++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/non-alloc.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 glibc.
from fbc9949 rt: Set shm_open as a non cancellation point (BZ #18243)
new 09cb278 nptl: Consolidate sem_init implementations
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:
ChangeLog | 6 +++
nptl/sem_init.c | 2 +
sysdeps/sparc/sparc32/sem_init.c | 85 --------------------------------
sysdeps/sparc/sparc32/sparcv9/sem_init.c | 1 -
4 files changed, 8 insertions(+), 86 deletions(-)
delete mode 100644 sysdeps/sparc/sparc32/sem_init.c
delete mode 100644 sysdeps/sparc/sparc32/sparcv9/sem_init.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 llvm.
from 71d3c34 [InstCombine] simplify code; NFCI
new 745df32 Revert "[ARM] Promote small global constants to constant pools"
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/ARM/ARMAsmPrinter.cpp | 13 ----
lib/Target/ARM/ARMAsmPrinter.h | 9 +--
lib/Target/ARM/ARMISelLowering.cpp | 121 -------------------------------
lib/Target/ARM/ARMMachineFunctionInfo.h | 13 ----
test/CodeGen/ARM/constantpool-promote.ll | 109 ----------------------------
5 files changed, 1 insertion(+), 264 deletions(-)
delete mode 100644 test/CodeGen/ARM/constantpool-promote.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 lld.
from 203c037 Use SuperBlock struct defined in MSFCommon.h.
new 5f67cc1 [ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.
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/LinkerScript.cpp | 8 ++++++++
ELF/LinkerScript.h | 2 +-
ELF/OutputSections.cpp | 13 -------------
ELF/Strings.cpp | 13 +++++++++++++
ELF/Strings.h | 1 +
test/ELF/linkerscript/sort-init.s | 24 ++++++++++++++++++++++++
6 files changed, 47 insertions(+), 14 deletions(-)
create mode 100644 test/ELF/linkerscript/sort-init.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 llvm.
from f31e663 [PM] Port CFGViewer and CFGPrinter to the new Pass Manager Di [...]
new 71d3c34 [InstCombine] simplify code; NFCI
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/InstCombine/InstCombineCompares.cpp | 21 +++++++--------------
1 file changed, 7 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 lld.
from b4efd52 Check the return of getInteger.
new 203c037 Use SuperBlock struct defined in MSFCommon.h.
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:
COFF/PDB.cpp | 41 +++++++++++++++++------------------------
1 file changed, 17 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 lldb.
from 008870d added LLDB_PYTHON_TESTSUITE_ARCH Xcode variable
new d98fe41 Convert ArchSpec::ParseMachOCPUDashSubtypeTriple to use StringRef.
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/lldb/Core/ArchSpec.h | 2 +-
source/Core/ArchSpec.cpp | 71 ++++++++++++++++++++---------------------
unittests/Core/ArchSpecTest.cpp | 12 ++-----
3 files changed, 37 insertions(+), 48 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 5fa3c52 [pdb] Write the IPI stream.
new f31e663 [PM] Port CFGViewer and CFGPrinter to the new Pass Manager Di [...]
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/Analysis/CFGPrinter.h | 33 ++++++++++-
include/llvm/InitializePasses.h | 8 +--
lib/Analysis/Analysis.cpp | 8 +--
lib/Analysis/CFGPrinter.cpp | 111 ++++++++++++++++++++++---------------
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 4 ++
test/Other/2007-06-05-PassID.ll | 1 +
7 files changed, 110 insertions(+), 56 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 86f6997 [libcxx] Allow sanitizing libcxx with ASan+UBSan simultaneously
new cac9e30 [libc++] Avoid <memory> include in locale_win32.h
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/support/win32/locale_win32.h | 6 +-----
src/support/win32/locale_win32.cpp | 5 +++++
2 files changed, 6 insertions(+), 5 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 release_39
in repository llvm.
from 7d62f51 Bump version to 3.9.1
new 69e5622 [3.9.1] Merging r281319 [ARM] Support ldr.w in pseudo instruc [...]
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/ARM/ARMInstrThumb2.td | 4 ++
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 3 ++
test/MC/ARM/ldr-pseudo-wide.s | 71 +++++++++++++++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 test/MC/ARM/ldr-pseudo-wide.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 llvm.
from d52d051 [libFuzzer] fix the build for AFLDriverTest
new 6baec2e [pdb] Fix the TPI stream size computation.
new d6d0906 fix function names; NFC
new 5fa3c52 [pdb] Write the IPI stream.
The 3 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/DebugInfo/PDB/Raw/PDBFileBuilder.h | 2 +
include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h | 3 +-
lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp | 24 +++++++-
lib/DebugInfo/PDB/Raw/TpiStreamBuilder.cpp | 16 ++---
lib/Transforms/InstCombine/InstCombineCompares.cpp | 68 +++++++++++-----------
tools/llvm-pdbdump/PdbYaml.cpp | 1 +
tools/llvm-pdbdump/PdbYaml.h | 1 +
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 23 ++++++++
tools/llvm-pdbdump/YAMLOutputStyle.h | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 11 ++++
tools/llvm-pdbdump/llvm-pdbdump.h | 1 +
11 files changed, 107 insertions(+), 44 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 052e468 Reformat x86_64 register infos defines table
new 008870d added LLDB_PYTHON_TESTSUITE_ARCH Xcode variable
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:
lldb.xcodeproj/project.pbxproj | 8 ++++++--
1 file changed, 6 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 ba1d7c6 [InstCombine] add vector tests for icmp (sub nsw)
new 2473bf0 [InstCombine] allow icmp (sub nsw) folds for vectors
new d52d051 [libFuzzer] fix the build for AFLDriverTest
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/Fuzzer/test/no-coverage/CMakeLists.txt | 2 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 75 ++++++++++------------
test/Transforms/InstCombine/icmp.ll | 12 ++--
3 files changed, 40 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 clang.
from 4de9f91 [analyzer] Fix HTMLRewriter style sheets to support non-webki [...]
new 614458e Reapply: Silence false positive diagnostics regarding passing [...]
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/SemaChecking.cpp | 13 +++++++++++--
test/Sema/varargs.c | 20 +++++++++++++++++++-
2 files changed, 30 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 72499e5 Take ownership of libLTO as discussed on llvm-dev.
new 8471051 [IRObjectFile] Handle undefined weak symbols in RecordStreamer.
new ba1d7c6 [InstCombine] add vector tests for icmp (sub nsw)
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/Object/IRObjectFile.cpp | 5 ++-
lib/Object/RecordStreamer.cpp | 14 ++++---
lib/Object/RecordStreamer.h | 3 +-
test/Object/X86/nm-bitcodeweak.test | 3 ++
.../{nm-bitcodeweak.test => nm-undefinedweak.test} | 6 +--
test/Transforms/InstCombine/icmp.ll | 44 ++++++++++++++++++++++
6 files changed, 65 insertions(+), 10 deletions(-)
copy test/Object/X86/{nm-bitcodeweak.test => nm-undefinedweak.test} (62%)
--
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 d2bd71f [InstCombine] remove duplicated fold ; NFCI
new 72499e5 Take ownership of libLTO as discussed on llvm-dev.
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:
CODE_OWNERS.TXT | 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 llvm.
from f71deb6 [InstCombine] allow (icmp sgt smin(PosA, B), 0) fold for vectors
new d2bd71f [InstCombine] remove duplicated fold ; NFCI
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/InstCombine/InstCombineCompares.cpp | 9 ++-------
1 file changed, 2 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 0df0001 [llvm-build] Force lit tests to run in parallel
new 2f8ac15 [monitor] Add direct link to builds
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:
monitor/bot-status | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from db4c6a1 [helpers] Teach llvm-env to self-host
new 0df0001 [llvm-build] Force lit tests to run in parallel
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:
bisect/run.sh | 7 +++++--
helpers/llvm-build | 13 +++++++------
stress/build-llvm-forever.sh | 1 +
3 files changed, 13 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 b794567 [InstCombine] add vector tests for icmp sgt smin
new f71deb6 [InstCombine] allow (icmp sgt smin(PosA, B), 0) fold for vectors
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/InstCombine/InstCombineCompares.cpp | 32 ++++++++++++----------
test/Transforms/InstCombine/min-positive.ll | 14 ++--------
2 files changed, 21 insertions(+), 25 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 6701aa3 Reverting r281609; it caused some build bots to break.
new 4de9f91 [analyzer] Fix HTMLRewriter style sheets to support non-webki [...]
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/Rewrite/HTMLRewrite.cpp | 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 gcc.
from fbcb99d 2016-09-15 Richard Biener <rguenther(a)suse.de>
new 834a2c2 PR tree-optimization/77503 * tree-vect-loop.c (vectorizable [...]
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 | 11 +++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/pr77503.c | 17 +++++++++++++++++
gcc/tree-vect-loop.c | 26 +++++++++++++++++++-------
gcc/tree-vect-stmts.c | 1 +
gcc/tree-vectorizer.h | 4 ++++
6 files changed, 57 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr77503.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 llvm.
from c0fdffb [InstCombine] auto-generate checks
new b794567 [InstCombine] add vector tests for icmp sgt smin
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/Transforms/InstCombine/min-positive.ll | 65 ++++++++++++++++++++++++++---
1 file changed, 59 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 compiler-rt.
from c159cd7 Really fix the Windows sanitizer build
new 02aff9f [sanitizer] Test the allocator with the ASan win64 memory constants
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/sanitizer_common/tests/sanitizer_allocator_test.cc | 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 llvm.
from 51832f7 Fix silly mistake introduced here : https://reviews.llvm.org/ [...]
new d40500c [compiler-rt] Changing function prototype returning unused value
new c0fdffb [InstCombine] auto-generate checks
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:
.../Instrumentation/AddressSanitizer.cpp | 15 ++++++++++-----
test/Transforms/InstCombine/min-positive.ll | 22 ++++++++++++++++------
2 files changed, 26 insertions(+), 11 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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 8321dfb Enhancements to test-checkout.sh
new 3912754 Add native test to test-checkout.sh
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-checkout.sh | 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.
unknown user pushed a change to branch master
in repository llvm.
from 28f64ff address comments from: https://reviews.llvm.org/D24566 using [...]
new 51832f7 Fix silly mistake introduced here : https://reviews.llvm.org/ [...]
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/Instrumentation/AddressSanitizer.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 compiler-rt.
from 1e567a6 [asan] Reify ErrorInvalidPointerPair
new c159cd7 Really fix the Windows sanitizer build
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_win.cc | 3 ---
lib/asan/asan_win_dll_thunk.cc | 1 -
lib/sanitizer_common/sanitizer_win.cc | 12 ++++++++++++
3 files changed, 12 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 964ae1d [InstCombine] clean up foldICmpWithConstant(); NFC 1. Early e [...]
new 0863eca Document our extension to the COFF .section directive flags
new 28f64ff address comments from: https://reviews.llvm.org/D24566 using [...]
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:
docs/Extensions.rst | 16 ++++++++++++++++
lib/Transforms/Instrumentation/AddressSanitizer.cpp | 2 +-
.../AddressSanitizer/do-not-instrument-sanitizers.ll | 2 +-
3 files changed, 18 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 8055438 [InstCombine] add helper function for foldICmpWithConstant; NFC
new 964ae1d [InstCombine] clean up foldICmpWithConstant(); NFC 1. Early e [...]
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/InstCombine/InstCombineCompares.cpp | 231 +++++++++++----------
1 file changed, 117 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 0ee1696 [InstCombine] use m_APInt to allow icmp folds using known bit [...]
new 8055438 [InstCombine] add helper function for foldICmpWithConstant; 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:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 432 +++++++++++----------
lib/Transforms/InstCombine/InstCombineInternal.h | 1 +
2 files changed, 223 insertions(+), 210 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 0717538 gcc/ Backport from trunk r240102. 2016-09-12 Andrew Pinsk [...]
new 6058e0b gcc/ Backport from trunk r238977. 2016-08-02 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/config/aarch64/aarch64-simd-builtins.def | 18 ++++----
gcc/config/aarch64/aarch64-simd.md | 14 ++-----
gcc/config/aarch64/aarch64.md | 10 +++--
gcc/config/aarch64/arm_neon.h | 32 ++++++++++++++
gcc/config/aarch64/iterators.md | 19 ++++-----
.../gcc.target/aarch64/simd/vminmaxnm_1.c | 49 +++++++++++++++++++++-
gcc/testsuite/gcc.target/aarch64/vminmaxnm.c | 37 ++++++++++++++++
7 files changed, 140 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/vminmaxnm.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 llvm.
from c2c0b27 [mips][ias] Enable IAS by default for N64 on Debian mips64el.
new 0ee1696 [InstCombine] use m_APInt to allow icmp folds using known bit [...]
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/InstCombine/InstCombineCompares.cpp | 6 ++--
test/Transforms/InstCombine/icmp.ll | 35 +++++-----------------
2 files changed, 10 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.