This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 455d6e4 hurd: fix fcntl visibility
new a292f45 Add <limits.h> integer width macros.
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 | 20 +++++++++++++
NEWS | 4 +++
include/limits.h | 51 +++++++++++++++++++++++++++++++-
manual/lang.texi | 50 +++++++++++++++++++++++++++++++
stdlib/Makefile | 2 +-
stdlib/tst-width.c | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 212 insertions(+), 2 deletions(-)
create mode 100644 stdlib/tst-width.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 binutils-gdb.
from 2387dd9 nm handling of synthetic symbols
new b19753c bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC
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/elfxx-sparc.c | 16 ++++++++--------
2 files changed, 14 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 clang.
from 40a68ac Recommit r281457 "Supports adding insertion around non-insert [...]
new bd7adaf Reverting r281714 due to causing an assert when calling built [...]
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/SemaExpr.cpp | 22 +++-------------------
lib/Sema/SemaType.cpp | 3 +--
test/CodeGenOpenCL/fpmath.cl | 13 -------------
test/SemaOpenCL/extensions.cl | 11 +----------
4 files changed, 5 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 gcc.
from c6887d3 Fix zero-length parameter bug in pex_run.
new 891196d 2016-09-19 Fritz Reese <fritzoreese(a)gmail.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:
gcc/fortran/ChangeLog | 6 +++++
gcc/fortran/decl.c | 65 ++++++++++++++++++++++++++-----------------------
gcc/testsuite/ChangeLog | 5 ++++
3 files changed, 46 insertions(+), 30 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 21fcdfd [AMDGPU] Fix s_branch with -1 offset
new 1494db6 [AArch64] Fix encoding for lsl #12 in add/sub immediates
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/MCTargetDesc/AArch64MCCodeEmitter.cpp | 4 ++--
test/MC/AArch64/darwin-reloc-addsubimm.s | 12 ++++++++++++
test/MC/AArch64/elf-reloc-addsubimm.s | 15 +++++++++------
test/MC/AArch64/tls-relocs.s | 8 ++++----
4 files changed, 27 insertions(+), 12 deletions(-)
create mode 100644 test/MC/AArch64/darwin-reloc-addsubimm.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 383922d Add @llvm.dbg.value entries for the phi node created by -mem2reg
new 21fcdfd [AMDGPU] Fix s_branch with -1 offset
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/MCTargetDesc/AMDGPUAsmBackend.cpp | 7 ++-----
test/MC/AMDGPU/labels-branch.s | 7 +++++++
2 files 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.
unknown user pushed a change to branch master
in repository gcc.
from 8ee8fe7 2016-09-16 Richard Biener <rguenther(a)suse.de>
new c6887d3 Fix zero-length parameter bug in pex_run.
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:
libiberty/ChangeLog | 5 +++++
libiberty/pex-win32.c | 4 ++++
libiberty/testsuite/test-pexecute.c | 14 ++++++++++++++
3 files changed, 23 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 8d46442 [Thumb] Set correct initial mapping symbol for big-endian thumb
new 383922d Add @llvm.dbg.value entries for the phi node created by -mem2reg
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/Transforms/Utils/Local.h | 11 ++++
lib/Transforms/Utils/Local.cpp | 45 ++++++++++++++
lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 2 +
test/Transforms/Util/mem2reg-dbg.ll | 76 ++++++++++++++++++++++++
4 files changed, 134 insertions(+)
create mode 100644 test/Transforms/Util/mem2reg-dbg.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 ab6de7f ARM: check alignment before transforming ldr -> ldm (or similar).
new 8d46442 [Thumb] Set correct initial mapping symbol for big-endian thumb
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/MCTargetDesc/ARMMCTargetDesc.cpp | 3 ++-
test/MC/ARM/mapping-initial.s | 9 +++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 test/MC/ARM/mapping-initial.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 0173661 [X86 Codegen Test] Divided masked_memop into several files. NFC.
new ab6de7f ARM: check alignment before transforming ldr -> ldm (or similar).
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/ARMISelDAGToDAG.cpp | 32 ++++++++++++++++++++++++--------
lib/Target/ARM/Thumb2SizeReduction.cpp | 4 ++++
test/CodeGen/ARM/thumb2-size-opt.ll | 13 +++++++++++++
3 files changed, 41 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 1a9f29f [SimplifyCFG] Update (AND) IR flags when CSE'ing instructions
new 0173661 [X86 Codegen Test] Divided masked_memop into several files. 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:
test/CodeGen/X86/avx512-masked-memop-64-32.ll | 284 +
test/CodeGen/X86/avx512-masked_memop-16-8.ll | 152 +
test/CodeGen/X86/masked_memop.ll | 9370 -------------------------
3 files changed, 436 insertions(+), 9370 deletions(-)
create mode 100644 test/CodeGen/X86/avx512-masked-memop-64-32.ll
create mode 100644 test/CodeGen/X86/avx512-masked_memop-16-8.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 clang.
from 812eb3c clang-format: [JS] Fix line breaks before comments when sorti [...]
new 40a68ac Recommit r281457 "Supports adding insertion around non-insert [...]
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/Tooling/Core/Replacement.h | 18 ++++---
lib/Tooling/Core/Replacement.cpp | 46 ++++++++++++-----
unittests/Tooling/RefactoringTest.cpp | 88 ++++++++++++++++++++++++++++++--
3 files changed, 128 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 2f8ac15 [monitor] Add direct link to builds
new 250b7aa Add LINK_JOBS logic to all three builder scripts
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 | 23 ++++++++++++++++-------
helpers/llvm-build | 27 ++++++++++++++++++++++-----
stress/build-llvm-forever.sh | 11 ++++++++---
3 files changed, 46 insertions(+), 15 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 d854787 [X86,AVX-512] Use INSERT_SUBREG instead of SUBREG_TO_REG when [...]
new 1a9f29f [SimplifyCFG] Update (AND) IR flags when CSE'ing instructions
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 | 6 ++-
test/Transforms/SimplifyCFG/sink-common-code.ll | 56 +++++++++++++++++++++++++
2 files changed, 60 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 zorg.
from 290fd30 [fuzzer bot] disable pdbdump and clang* fuzzers -- sadly noon [...]
new 9d1efd3 Fix checkout link and target folder. Add a non-sudo install recipe.
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:
llvmbisect/docs/llvmlab_bisect.rst | 19 +++++++++++++++----
1 file changed, 15 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 281da9a 2016-09-19 Richard Biener <rguenther(a)suse.de>
new 8ee8fe7 2016-09-16 Richard Biener <rguenther(a)suse.de>
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/dwarf2out.c | 45 +++++++++++++++++++++++++++++++++++++--------
gcc/lto/ChangeLog | 4 ++++
gcc/lto/lto.c | 3 +++
4 files changed, 55 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 clang.
from c338f66 [docs] Touch up the code coverage doc
new 812eb3c clang-format: [JS] Fix line breaks before comments when sorti [...]
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/Format/SortJavaScriptImports.cpp | 11 ++++++++---
unittests/Format/SortImportsTestJS.cpp | 10 ++++++++++
2 files changed, 18 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 gcc.
from 48180e3 Daily bump.
new 8a25292 2016-09-18 Louis Krupp <louis.krupp(a)zoho.com>
new ad0a22f 2016-09-19 Richard Biener <rguenther(a)suse.de>
new 281da9a 2016-09-19 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 12 ++++++++++++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/torture/pr77605.c | 15 +++++++++++++++
gcc/testsuite/gfortran.dg/pr68078.f90 | 1 +
gcc/tree-data-ref.c | 6 +++---
gcc/tree-ssa-pre.c | 9 ++++++---
6 files changed, 46 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77605.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 openmp.
from 89ab78e [cmake] Make libgomp & libiomp5 alias install optional
new c5fa69c Fix respecting LIBOMP_LLVM_LIT_EXECUTABLE as full path
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:
runtime/test/CMakeLists.txt | 9 +++------
1 file changed, 3 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 binutils-gdb.
from bc1e6c8 Consolidate target_mourn_inferior between GDB and gdbserver
new 2387dd9 nm handling of synthetic symbols
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:
binutils/ChangeLog | 8 ++++++++
binutils/nm.c | 25 ++++++++-----------------
2 files changed, 16 insertions(+), 17 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 9016490 [tsan] Update fork_atexit.cc to consistently print to stderr [...]
new 82977c3 [sanitizer] add __sanitizer_symbolize_data (can only print th [...]
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/sanitizer/common_interface_defs.h | 3 +++
lib/asan/asan_win_dll_thunk.cc | 1 +
.../sanitizer_stacktrace_libcdep.cc | 20 ++++++++++++---
.../sanitizer_stacktrace_printer.cc | 29 ++++++++++++++++++++++
.../sanitizer_stacktrace_printer.h | 7 ++++++
test/sanitizer_common/TestCases/symbolize_pc.cc | 11 ++++++++
6 files changed, 67 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 binutils-gdb.
from 73cca75 Automatic date update in version.in
new bc1e6c8 Consolidate target_mourn_inferior between GDB and gdbserver
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/ChangeLog | 27 +++++++++++++++++++++++++++
gdb/darwin-nat.c | 2 +-
gdb/fork-child.c | 4 ++--
gdb/gdbserver/ChangeLog | 9 +++++++++
gdb/gdbserver/server.c | 6 +++---
gdb/gdbserver/target.c | 8 ++++++++
gdb/gdbserver/target.h | 3 ---
gdb/gnu-nat.c | 2 +-
gdb/inf-ptrace.c | 2 +-
gdb/infrun.c | 2 +-
gdb/linux-nat.c | 6 +++---
gdb/nto-procfs.c | 4 ++--
gdb/procfs.c | 2 +-
gdb/record.c | 2 +-
gdb/remote-sim.c | 2 +-
gdb/remote.c | 6 +++---
gdb/target.c | 3 ++-
gdb/target.h | 4 +---
gdb/target/target.h | 4 ++++
gdb/windows-nat.c | 2 +-
20 files changed, 72 insertions(+), 28 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 764028e [llvm-cov] Emit a link to some documentation
new d5369d3 [AVX-512] Add support for lowering fp_to_f16 and f16_to_fp wh [...]
new d854787 [X86,AVX-512] Use INSERT_SUBREG instead of SUBREG_TO_REG when [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/X86/X86ISelLowering.cpp | 3 +-
lib/Target/X86/X86InstrAVX512.td | 84 +-
lib/Target/X86/X86InstrSSE.td | 14 +-
test/CodeGen/X86/avx512-fsel.ll | 2 +
test/CodeGen/X86/avx512-intrinsics.ll | 16 +-
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 16 +-
test/CodeGen/X86/avx512dq-intrinsics.ll | 4 +-
test/CodeGen/X86/avx512vl-intrinsics.ll | 160 +-
test/CodeGen/X86/pr27591.ll | 2 +
test/CodeGen/X86/vector-half-conversions.ll | 2507 ++++++++++-----------------
10 files changed, 1041 insertions(+), 1767 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 1b70b5d [llvm-cov] Delete the NonCodeLines field, it was always dead
new 764028e [llvm-cov] Emit a link to some documentation
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/llvm-cov/SourceCoverageViewHTML.cpp | 7 +++++++
1 file 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 llvm.
from 916b366 [XRay] ARM 32-bit no-Thumb support in LLVM
new 1b70b5d [llvm-cov] Delete the NonCodeLines field, it was always dead
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-cov/Inputs/binary-formats.canonical.json | 6 +++---
test/tools/llvm-cov/Inputs/highlightedRanges.json | 6 +++---
test/tools/llvm-cov/Inputs/lineExecutionCounts.json | 6 +++---
test/tools/llvm-cov/Inputs/regionMarkers.json | 6 +++---
test/tools/llvm-cov/Inputs/showExpansions.json | 6 +++---
test/tools/llvm-cov/Inputs/universal-binary.json | 6 +++---
tools/llvm-cov/CoverageExporterJson.cpp | 12 +-----------
tools/llvm-cov/CoverageSummaryInfo.cpp | 2 +-
tools/llvm-cov/CoverageSummaryInfo.h | 18 ++++++------------
9 files changed, 26 insertions(+), 42 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 bff491f [analyzer] SATestBuild.py: Treat '#' as comment in projectMap.csv
new c338f66 [docs] Touch up the code coverage doc
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/SourceBasedCodeCoverage.rst | 38 +++++++++++++++++++++++++++++---------
1 file changed, 29 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 clang.
from 381f9b3 [XRay] ARM 32-bit no-Thumb support in Clang
new bff491f [analyzer] SATestBuild.py: Treat '#' as comment in projectMap.csv
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:
utils/analyzer/SATestBuild.py | 8 ++++++++
1 file changed, 8 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 70b43c3 [llvm-cov] Teach the coverage exporter about instantiation coverage
new 916b366 [XRay] ARM 32-bit no-Thumb support in LLVM
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/AsmPrinter.h | 28 +++++
include/llvm/Target/Target.td | 10 +-
include/llvm/Target/TargetOpcodes.def | 17 +++
include/llvm/Target/TargetSubtargetInfo.h | 2 +
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 10 ++
lib/CodeGen/XRayInstrumentation.cpp | 115 +++++++++++++++------
lib/Target/ARM/ARMAsmPrinter.cpp | 9 ++
lib/Target/ARM/ARMAsmPrinter.h | 12 +++
lib/Target/ARM/ARMBaseInstrInfo.h | 4 +
lib/Target/ARM/ARMMCInstLower.cpp | 94 +++++++++++++++++
lib/Target/ARM/ARMSubtarget.cpp | 5 +
lib/Target/ARM/ARMSubtarget.h | 2 +
lib/Target/X86/X86AsmPrinter.h | 23 -----
lib/Target/X86/X86MCInstLower.cpp | 10 --
lib/Target/X86/X86Subtarget.h | 2 +
.../ARM/xray-armv6-attribute-instrumentation.ll | 24 +++++
.../ARM/xray-armv7-attribute-instrumentation.ll | 24 +++++
17 files changed, 328 insertions(+), 63 deletions(-)
create mode 100644 test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
create mode 100644 test/CodeGen/ARM/xray-armv7-attribute-instrumentation.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 clang.
from 9022240 clang-format: [JS] Do not wrap taze annotation comments.
new 381f9b3 [XRay] ARM 32-bit no-Thumb support in Clang
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:
...{xray-attributes-supported.cpp => xray-attributes-supported-arm.cpp} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
copy test/CodeGen/{xray-attributes-supported.cpp => xray-attributes-supported-arm. [...]
--
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 60489f4 Handle Invoke during sample profiler annotation: make it inlinable.
new 7b1bb28 [utils] Delete the 'check-coverage-regressions' script
new c063c43 [llvm-cov] Drop another redundant 'No.' suffix
new 6360ab9 [llvm-cov] Make 'adjustColumnWidths' do less work
new 40817d8 [llvm-cov] Don't recompute the 'Covered' field from *Coverage [...]
new e17f26f [llvm-cov] Track function and instantiation coverage separately
new a830753 [llvm-cov] Make a helper method static for re-use (NFC)
new 70b43c3 [llvm-cov] Teach the coverage exporter about instantiation coverage
The 7 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-cov/Inputs/binary-formats.canonical.json | 1 +
.../Inputs/hideUnexecutedSubviews.proftext | 2 +-
test/tools/llvm-cov/Inputs/highlightedRanges.json | 1 +
.../tools/llvm-cov/Inputs/lineExecutionCounts.json | 1 +
test/tools/llvm-cov/Inputs/regionMarkers.json | 1 +
test/tools/llvm-cov/Inputs/showExpansions.json | 1 +
test/tools/llvm-cov/Inputs/showProjectSummary.test | 2 +-
test/tools/llvm-cov/Inputs/universal-binary.json | 1 +
test/tools/llvm-cov/hideUnexecutedSubviews.test | 26 +++-
test/tools/llvm-cov/report.cpp | 6 +-
test/tools/llvm-cov/showLineExecutionCounts.cpp | 3 +
tools/llvm-cov/CoverageExporterJson.cpp | 42 ++++---
tools/llvm-cov/CoverageReport.cpp | 89 +++++++++----
tools/llvm-cov/CoverageReport.h | 6 +-
tools/llvm-cov/CoverageSummaryInfo.cpp | 12 ++
tools/llvm-cov/CoverageSummaryInfo.h | 9 ++
tools/llvm-cov/SourceCoverageViewHTML.cpp | 24 ++--
utils/check-coverage-regressions.py | 139 ---------------------
18 files changed, 165 insertions(+), 201 deletions(-)
delete mode 100755 utils/check-coverage-regressions.py
--
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 a18b7a3 * passes.def (pass_early_thread_jumps): Schedule after forwp [...]
new 48180e3 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 8a68e4c Daily bump.
new 3f0d5a5 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 6f22511 Daily bump.
new 359e56c 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 9368949 gdb/s390: Fix build breakage due to std::min/std::max usage w [...]
new 73cca75 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 1b35f20 Automatic date update in version.in
new 35061cc 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 cde1ccd Automatic date update in version.in
new 74c8a37 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 binutils-gdb.
from 768adc0 gdb: Fix std::{min, max}-related build breakage on 32-bit hosts
new 9368949 gdb/s390: Fix build breakage due to std::min/std::max usage w [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/ChangeLog | 4 ++++
gdb/s390-linux-nat.c | 1 +
2 files changed, 5 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 178b58d Extend title underline
new 60489f4 Handle Invoke during sample profiler annotation: make it inlinable.
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/SampleProfile.cpp | 55 +++++++++++++----------
test/Transforms/SampleProfile/Inputs/einline.prof | 3 ++
test/Transforms/SampleProfile/early-inline.ll | 47 +++++++++++++++++++
3 files changed, 82 insertions(+), 23 deletions(-)
create mode 100644 test/Transforms/SampleProfile/Inputs/einline.prof
create mode 100644 test/Transforms/SampleProfile/early-inline.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 binutils-gdb.
from 498f644 Automatic date update in version.in
new 768adc0 gdb: Fix std::{min, max}-related build breakage on 32-bit hosts
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/ChangeLog | 8 ++++++++
gdb/breakpoint.c | 4 ++--
gdb/exec.c | 2 +-
gdb/remote.c | 2 +-
gdb/target.c | 2 +-
5 files changed, 13 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 master
in repository llvm.
from 1b68ca9 [AVX-512] Don't lower CVTPD2PS intrinsics to ISD::FP_ROUND wi [...]
new 178b58d Extend title underline
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/LangRef.rst | 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 b9ae8b0 Fix covered-switch-default warning
new 304a0b4 [libFuzzer] add -print_coverage=1 flag to print coverage dire [...]
new ae55aa0 [AVX-512] Stop lowering avx512_mask_sqrt intrinsics to ISD:FS [...]
new 1b68ca9 [AVX-512] Don't lower CVTPD2PS intrinsics to ISD::FP_ROUND wi [...]
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 3 ++-
lib/Fuzzer/FuzzerDriver.cpp | 1 +
lib/Fuzzer/FuzzerFlags.def | 3 ++-
lib/Fuzzer/FuzzerInternal.h | 7 +++++++
lib/Fuzzer/FuzzerLoop.cpp | 13 ++++---------
lib/Fuzzer/FuzzerTracePC.cpp | 11 +++++++++++
lib/Fuzzer/FuzzerUtil.cpp | 12 ++++++++++++
lib/Fuzzer/test/coverage.test | 7 +++++++
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 1 +
lib/Target/X86/X86ISelLowering.cpp | 25 +++++++++++++++++++++++++
lib/Target/X86/X86IntrinsicsInfo.h | 10 +++++-----
11 files changed, 77 insertions(+), 16 deletions(-)
create mode 100644 lib/Fuzzer/test/coverage.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 master
in repository glibc.
from 09cb278 nptl: Consolidate sem_init implementations
new d952597 hurd: fix pathconf visibility
new 455d6e4 hurd: fix fcntl visibility
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:
ChangeLog | 5 +++++
intl/dcigettext.c | 2 +-
sysdeps/posix/dup.c | 2 +-
3 files changed, 7 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 08a3649 [CostModel][X86] Added scalar float op costs
new b9ae8b0 Fix covered-switch-default warning
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/PGOInstrumentation.cpp | 9 ++++-----
1 file changed, 4 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 master
in repository llvm.
from 04a2b34 Rename tests
new 08a3649 [CostModel][X86] Added scalar float op costs
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/CostModel/X86/arith-fp.ll | 592 ++++++++++++++++++--------------
1 file changed, 340 insertions(+), 252 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 45d1e6d [X86] Fix typo in comment. NFC
new 04a2b34 Rename tests
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/SLPVectorizer/X86/sqrt.ll | 36 +++++++++++++++----------------
1 file changed, 18 insertions(+), 18 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 ab43022 [Profile] Implement select instruction instrumentation in IR PGO
new 760a2d0 Fix built bot failure
new 4153ca5 [AVX-512] Remove COPY_TO_REGCLASS from a few patterns that al [...]
new 0486347 [AVX-512] Add memory load patterns for the legacy SSE scalar [...]
new 45d1e6d [X86] Fix typo in comment. NFC
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Target/X86/X86InstrAVX512.td | 33 ++++++++++++++++------
.../Instrumentation/PGOInstrumentation.cpp | 2 +-
3 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.
unknown user pushed a change to branch master
in repository llvm.
from 305b3f3 [Loop Vectorizer] Consecutive memory access - fixed and simplified
new ab43022 [Profile] Implement select instruction instrumentation in IR PGO
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/LangRef.rst | 31 +++++
include/llvm/IR/IntrinsicInst.h | 11 ++
include/llvm/IR/Intrinsics.td | 6 +
lib/Transforms/Instrumentation/InstrProfiling.cpp | 20 ++-
.../Instrumentation/PGOInstrumentation.cpp | 142 +++++++++++++++++++--
test/Transforms/PGOProfile/Inputs/select1.proftext | 8 ++
test/Transforms/PGOProfile/select1.ll | 34 +++++
7 files changed, 241 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/PGOProfile/Inputs/select1.proftext
create mode 100644 test/Transforms/PGOProfile/select1.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 b868c23 gcc/testsuite/ * gcc.target/i386/pr68633.c: Fix expected result.
new a18b7a3 * passes.def (pass_early_thread_jumps): Schedule after forwp [...]
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/passes.def | 1 +
gcc/testsuite/ChangeLog | 14 +++
gcc/testsuite/g++.dg/predict-loop-exit-1.C | 2 +-
gcc/testsuite/g++.dg/predict-loop-exit-2.C | 2 +-
gcc/testsuite/g++.dg/predict-loop-exit-3.C | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr68198.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/pr69196-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2b.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-13.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp01.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp56.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp92.c | 2 +-
gcc/testsuite/gcc.dg/uninit-15.c | 10 +--
gcc/tree-pass.h | 1 +
gcc/tree-ssa-threadbackward.c | 100 ++++++++++++++++++----
16 files changed, 128 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d2ea2d9 clang-format: [JS] ASI insertion after boolean literals.
new 9022240 clang-format: [JS] Do not wrap taze annotation 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/Format/Format.cpp | 2 +-
unittests/Format/FormatTestJS.cpp | 6 ++++++
2 files changed, 7 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 f293c78 CodeGen: mark ObjC cstring literals as unnamed_addr
new d2ea2d9 clang-format: [JS] ASI insertion after boolean literals.
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/Format/UnwrappedLineParser.cpp | 4 +++-
unittests/Format/FormatTestJS.cpp | 12 ++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.