This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7df3e57 Testing commit rights. Removing trailing white space from test file.
new fcb405e Touch up [[clang::require_constant_initialization]] docs
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/Basic/AttrDocs.td | 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 clang.
from 4941367 Fix unused result from sign extending an Offset.
new 7df3e57 Testing commit rights. Removing trailing white space from test file.
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/SemaCXX/attr-noreturn.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 gcc-6-branch
in repository gcc.
from 0d2eafa Daily bump.
new 453fa57 Backported from mainline 2016-09-05 Jakub Jelinek <jakub@ [...]
new 7246e78 Backported from mainline 2016-09-06 Jakub Jelinek <jakub@ [...]
new 5bcf277 Backported from mainline 2016-09-08 Jakub Jelinek <jakub@ [...]
new 9eb7046 Backported from mainline 2016-09-08 Jakub Jelinek <jakub@ [...]
new 3969818 Backported from mainline 2016-09-13 Jakub Jelinek <jakub@ [...]
new 5b51ffd Backported from mainline 2016-09-14 Jakub Jelinek <jakub@ [...]
new 7a974be PR middle-end/77594 * internal-fn.c (expand_arith_overflow) [...]
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:
gcc/ChangeLog | 32 +++++++
gcc/config/i386/i386.c | 2 +-
gcc/cp/ChangeLog | 12 +++
gcc/cp/constexpr.c | 125 +++++++++++++--------------
gcc/fortran/ChangeLog | 10 +++
gcc/fortran/trans-openmp.c | 10 ++-
gcc/internal-fn.c | 5 +-
gcc/omp-low.c | 4 +-
gcc/testsuite/ChangeLog | 44 ++++++++++
gcc/testsuite/c-c++-common/tsan/pr68260.c | 28 ++++++
gcc/testsuite/g++.dg/asan/pr77396-2.C | 12 +++
gcc/testsuite/g++.dg/asan/pr77396.C | 12 +++
gcc/testsuite/g++.dg/cpp1y/constexpr-77553.C | 29 +++++++
gcc/testsuite/gcc.target/i386/pr69255-1.c | 17 ++++
gcc/testsuite/gcc.target/i386/pr69255-2.c | 17 ++++
gcc/testsuite/gcc.target/i386/pr69255-3.c | 17 ++++
gcc/testsuite/gcc.target/i386/pr77594.c | 11 +++
gcc/testsuite/gfortran.dg/gomp/pr77500.f90 | 9 ++
gcc/testsuite/gfortran.dg/gomp/pr77516.f90 | 12 +++
gcc/tsan.c | 65 +++++++++++++-
libsanitizer/ChangeLog | 8 ++
libsanitizer/asan/asan_globals.cc | 7 +-
22 files changed, 414 insertions(+), 74 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/tsan/pr68260.c
create mode 100644 gcc/testsuite/g++.dg/asan/pr77396-2.C
create mode 100644 gcc/testsuite/g++.dg/asan/pr77396.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-77553.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr69255-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69255-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69255-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr77594.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr77500.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr77516.f90
--
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-tools-extra.
from 43bec12 [Release notes] Mention readability-container-size-empty impr [...]
new e6522d8 [clang-rename] Merge rename-{at|all} & optimise.
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:
clang-rename/USRFindingAction.cpp | 115 ++++++-----
clang-rename/USRFindingAction.h | 28 +--
clang-rename/tool/ClangRename.cpp | 211 +++++++--------------
docs/clang-rename.rst | 106 ++++-------
test/clang-rename/ClassFindByName.cpp | 2 +-
test/clang-rename/ClassTestMulti.cpp | 2 +-
test/clang-rename/ClassTestMultiByName.cpp | 2 +-
test/clang-rename/ClassTestMultiByNameYAML.cpp | 10 -
test/clang-rename/FunctionWithClassFindByName.cpp | 2 +-
...yNameYAMLRenameAt.yaml => OffsetToNewName.yaml} | 0
...LRenameAll.yaml => QualifiedNameToNewName.yaml} | 4 +-
test/clang-rename/InvalidOldName.cpp | 2 -
test/clang-rename/NoNewName.cpp | 2 +-
test/clang-rename/YAMLInput.cpp | 10 +
unittests/CMakeLists.txt | 1 -
unittests/clang-rename/CMakeLists.txt | 25 ---
unittests/clang-rename/USRLocFindingTest.cpp | 83 --------
17 files changed, 211 insertions(+), 394 deletions(-)
delete mode 100644 test/clang-rename/ClassTestMultiByNameYAML.cpp
rename test/clang-rename/Inputs/{ClassTestMultiByNameYAMLRenameAt.yaml => OffsetTo [...]
rename test/clang-rename/Inputs/{ClassTestMultiByNameYAMLRenameAll.yaml => Qualifi [...]
delete mode 100644 test/clang-rename/InvalidOldName.cpp
create mode 100644 test/clang-rename/YAMLInput.cpp
delete mode 100644 unittests/clang-rename/CMakeLists.txt
delete mode 100644 unittests/clang-rename/USRLocFindingTest.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 be63912 PR middle-end/77475 * gcc.target/i386/pr65990.c: Adjust dg- [...]
new f5c4b3b * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use paramete [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 6 ++++++
gcc/config/i386/cygming.h | 8 ++++----
gcc/config/ia64/ia64.h | 2 +-
3 files changed, 11 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 libcxxabi.
from 9f08403 [lit] Replace print with lit_config.note().
new 933c4df Fix side effect in assertion
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/cxa_thread_atexit_test.pass.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 gcc.
from dff10ec PR target/77526 * combine.c (rest_of_handle_combine): If an [...]
new be63912 PR middle-end/77475 * gcc.target/i386/pr65990.c: Adjust dg- [...]
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/ChangeLog | 3 +++
gcc/testsuite/gcc.target/i386/pr65990.c | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c53e384 [CUDA] [doc] Note that you can use std::min/max from device c [...]
new 2ce67fb Remove unused function getMang().
new 88a23b6 Move the Mangler from the AsmPrinter down to TLOF and clean u [...]
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:
.../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 48 ++++-----
include/llvm/Target/TargetLoweringObjectFile.h | 56 ++++++-----
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 26 ++---
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 3 +-
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp | 3 +-
lib/CodeGen/AsmPrinter/WinException.cpp | 2 +-
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 109 +++++++++------------
lib/LTO/LTOModule.cpp | 5 +-
lib/Target/AArch64/AArch64TargetObjectFile.cpp | 13 ++-
lib/Target/AArch64/AArch64TargetObjectFile.h | 4 +-
lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp | 8 +-
lib/Target/AMDGPU/AMDGPUTargetObjectFile.h | 1 -
lib/Target/ARM/ARMAsmPrinter.cpp | 6 +-
lib/Target/ARM/ARMTargetObjectFile.cpp | 9 +-
lib/Target/ARM/ARMTargetObjectFile.h | 10 +-
lib/Target/Hexagon/HexagonTargetObjectFile.cpp | 25 ++---
lib/Target/Hexagon/HexagonTargetObjectFile.h | 7 +-
lib/Target/Lanai/LanaiTargetObjectFile.cpp | 9 +-
lib/Target/Lanai/LanaiTargetObjectFile.h | 1 -
lib/Target/Mips/MipsTargetObjectFile.cpp | 8 +-
lib/Target/Mips/MipsTargetObjectFile.h | 1 -
lib/Target/NVPTX/NVPTXISelLowering.cpp | 6 +-
lib/Target/NVPTX/NVPTXTargetObjectFile.h | 2 -
lib/Target/PowerPC/PPCTargetObjectFile.cpp | 6 +-
lib/Target/PowerPC/PPCTargetObjectFile.h | 1 -
lib/Target/Sparc/SparcTargetObjectFile.cpp | 13 ++-
lib/Target/Sparc/SparcTargetObjectFile.h | 10 +-
lib/Target/TargetLoweringObjectFile.cpp | 35 +++----
lib/Target/TargetMachine.cpp | 2 +-
lib/Target/X86/X86AsmPrinter.cpp | 6 +-
lib/Target/X86/X86MCInstLower.cpp | 3 -
lib/Target/X86/X86TargetObjectFile.cpp | 20 ++--
lib/Target/X86/X86TargetObjectFile.h | 13 ++-
lib/Target/XCore/XCoreAsmPrinter.cpp | 3 +-
lib/Target/XCore/XCoreTargetObjectFile.cpp | 12 +--
lib/Target/XCore/XCoreTargetObjectFile.h | 2 -
36 files changed, 210 insertions(+), 278 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 cf50344 Alter the iOS/tvOS ARM64 C++ ABI to ignore the upper half of [...]
new 4941367 Fix unused result from sign extending an 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/Sema/SemaChecking.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 gcc.
from 7642eb2 Daily bump.
new 69cdadd PR middle-end/77594 * internal-fn.c (expand_arith_overflow) [...]
new dff10ec PR target/77526 * combine.c (rest_of_handle_combine): If an [...]
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:
gcc/ChangeLog | 13 +++++++++++++
gcc/combine.c | 2 ++
gcc/internal-fn.c | 5 ++++-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr77526.c | 13 +++++++++++++
gcc/testsuite/gcc.target/i386/pr77594.c | 11 +++++++++++
6 files changed, 54 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr77526.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr77594.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 lld.
from dbcf1b8 Demangle symbols in "undefined symbol" error message.
new 9e2a682 Use functions in DebugInfoPDB to create dummy PDB file.
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/CMakeLists.txt | 1 +
COFF/PDB.cpp | 56 +++++++++++++++++++++++++++++++++++------------------
test/COFF/pdb.test | 25 +++++++++++++-----------
3 files changed, 52 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 zorg.
from 9ad8205 [zorg] Don't exclude compiler-rt runtimes from build.py artifacts
new cebbbed Shuffle builder load on ericwf-buildslaves and remove redunda [...]
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:
buildbot/osuosl/master/config/builders.py | 13 ++-----------
1 file changed, 2 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 281351c Add a test for r280191
new c53e384 [CUDA] [doc] Note that you can use std::min/max from device c [...]
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/CompileCudaWithLLVM.rst | 14 ++++++++++----
1 file changed, 10 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 test-suite.
from 2807236 [test-suite] [CUDA] Run simple tests with -std=c++14.
new 00be0bf [test-suite] [CUDA] Fix names of {cmath,math_h}_reference_output.
new 8bf9a9a [CUDA] [test-suite] Add test that assert(false)'s.
new 9a90bcb [CUDA] [test-suite] Add <algorithm> test.
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:
External/CUDA/CMakeLists.txt | 5 +-
External/CUDA/algorithm.cu | 64 ++++++++++++++++++++++
...reference_output => algorithm.reference_output} | 1 +
External/CUDA/assert.cu | 18 ++++++
External/CUDA/assert.reference_output | 2 +
...h_h_reference_output => cmath.reference_output} | 1 +
...th_reference_output => math_h.reference_output} | 1 +
7 files changed, 91 insertions(+), 1 deletion(-)
create mode 100644 External/CUDA/algorithm.cu
copy External/CUDA/{cmath_reference_output => algorithm.reference_output} (56%)
create mode 100644 External/CUDA/assert.cu
create mode 100644 External/CUDA/assert.reference_output
rename External/CUDA/{math_h_reference_output => cmath.reference_output} (56%)
rename External/CUDA/{cmath_reference_output => math_h.reference_output} (56%)
--
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 50ba0ad Check /pdb output using llvm-pdbdump.
new dbcf1b8 Demangle symbols in "undefined symbol" error message.
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 | 4 +++-
test/ELF/undef.s | 10 ++++++++--
2 files changed, 11 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 libcxx.
from 65d504e Update _LIBCPP_EXCEPTION_ABI doc with @mclow's feedback
new f05ac13 Attempt to fix Sphinx 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:
docs/BuildingLibcxx.rst | 12 ++++++------
docs/Makefile.sphinx | 2 +-
docs/TestingLibcxx.rst | 4 ++--
3 files changed, 9 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 4eb8a3f First tests for serializing breakpoints.
new 3a04daf add availability check to DarwinLog event 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:
packages/Python/lldbsuite/test/darwin_log.py | 13 +++++++++++++
1 file changed, 13 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 d26bf22 Revert "[asan] Avoid lifetime analysis for allocas with can b [...]
new 281351c Add a test for r280191
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/SimplifyCFG/PR30210.ll | 36 ++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 test/Transforms/SimplifyCFG/PR30210.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 libcxx.
from 09e7add Move _LIBCPP_INLINE_VISIBILITY to first declaration in <propa [...]
new 65d504e Update _LIBCPP_EXCEPTION_ABI doc with @mclow's feedback
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/DesignDocs/VisibilityMacros.rst | 5 +++--
1 file changed, 3 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 clang.
from 9e22199 Do not warn about format strings that are indexed string literals.
new cf50344 Alter the iOS/tvOS ARM64 C++ ABI to ignore the upper half of [...]
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/ItaniumCXXABI.cpp | 14 ++++++++++++--
test/CodeGenCXX/arm64.cpp | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 48 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 libcxx.
from 9bda55a Move _LIBCPP_INLINE_VISIBILITY to first declaration in sstream.
new 09e7add Move _LIBCPP_INLINE_VISIBILITY to first declaration in <propa [...]
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/experimental/propagate_const | 12 ++++++++----
1 file changed, 8 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 libcxx.
from b6a049f Use _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY in valarray to [...]
new 9bda55a Move _LIBCPP_INLINE_VISIBILITY to first declaration in sstream.
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/sstream | 54 ++++++++++++++++++++++++++----------------------------
1 file changed, 26 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 ff48266 Fix autoupgrade logic for Objective-C class properties module flag
new 1354d58 Revert "[asan] Add flag to allow lifetime analysis of problem [...]
new d26bf22 Revert "[asan] Avoid lifetime analysis for allocas with can b [...]
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 | 81 ----------------------
test/Instrumentation/AddressSanitizer/lifetime.ll | 44 ------------
2 files changed, 125 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 439086d Allow ArchSpec to take a StringRef.
new 4eb8a3f First tests for serializing breakpoints.
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/API/SBBreakpoint.h | 4 +
.../Makefile | 0
.../serialize/TestBreakpointSerialization.py | 147 +++++++++++++++++++++
.../{breakpoint_ignore_count => serialize}/main.c | 0
scripts/interface/SBBreakpoint.i | 6 +
source/API/SBBreakpoint.cpp | 29 +++-
source/Breakpoint/BreakpointResolverFileRegex.cpp | 2 +-
source/Core/SearchFilter.cpp | 65 +++++----
8 files changed, 217 insertions(+), 36 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/breakpoint/{breakpoint_ignore_ [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/seria [...]
copy packages/Python/lldbsuite/test/functionalities/breakpoint/{breakpoint_ignore_ [...]
--
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 2fa8b5c [asan] fix window build
new 40d1241 [asan] Remove the test as the fix is going to be removed
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/asan/TestCases/use-after-scope-goto.c | 21 ---------------------
1 file changed, 21 deletions(-)
delete mode 100644 test/asan/TestCases/use-after-scope-goto.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 clang.
from 23c768a [CodeGen][ObjC] Block captures should inherit the type of the [...]
new 9e22199 Do not warn about format strings that are indexed string 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/Sema/SemaChecking.cpp | 184 ++++++++++++++++++++++++++++++++++++++++-----
test/Sema/format-strings.c | 35 +++++++++
2 files changed, 201 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 837806b build_llvm_package.bat: Update to VS2015 and include LLDB
new ff48266 Fix autoupgrade logic for Objective-C class properties module flag
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/IR/AutoUpgrade.cpp | 8 ++++----
test/Bitcode/upgrade-module-flag.ll | 2 +-
.../Inputs/objectivec-class-property-flag-mismatch.ll | 5 +++++
test/Linker/objectivec-class-property-flag-mismatch.ll | 16 ++++++++++++++++
4 files changed, 26 insertions(+), 5 deletions(-)
create mode 100644 test/Linker/Inputs/objectivec-class-property-flag-mismatch.ll
create mode 100644 test/Linker/objectivec-class-property-flag-mismatch.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 libcxx.
from 03f7d10 Move inline attributes in filesystem to first declaration
new b6a049f Use _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY in valarray 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:
include/valarray | 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 clang.
from 5a8a262 [CUDA] Don't try to run sanitizers on NVPTX.
new 23c768a [CodeGen][ObjC] Block captures should inherit the type of the [...]
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/CGBlocks.cpp | 29 ++++++++++++++++---------
lib/CodeGen/CGBlocks.h | 13 +++++++++++-
test/CodeGenObjCXX/lambda-expressions.mm | 36 ++++++++++++++++++++++++++++++++
3 files changed, 67 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 libcxx.
from 6dbed46 [libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to sup [...]
new 03f7d10 Move inline attributes in filesystem to first declaration
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/experimental/filesystem | 10 +++++++---
1 file changed, 7 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 d9020fe fix-it hints can't contain newlines
new 7642eb2 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 d7dd7b5 Daily bump.
new 0d2eafa 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 6655014 Daily bump.
new 3906992 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 libcxx.
from 833d644 [libc++] Fix and document visibility attributes for Clang, GC [...]
new 6dbed46 [libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to sup [...]
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:
CMakeLists.txt | 2 +
docs/DesignDocs/VisibilityMacros.rst | 10 ++
include/__config | 9 ++
include/istream | 168 +++++++-------------
include/ostream | 77 +++------
include/streambuf | 294 ++++++++++++-----------------------
include/string | 15 +-
utils/sym_check/sym_diff.py | 6 +
8 files changed, 211 insertions(+), 370 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 d2dfe70 testsuite: Fix C++11 compilation failure for gdb.cp/m-static.exp
new 0a0df90 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 d457626 Automatic date update in version.in
new 00c8cd4 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 f37024c Automatic date update in version.in
new a4e74e1 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 gcc.
from cc4b5c5 * c-common.c (check_cxx_fundamental_alignment_constraints): [...]
new b74250b 2016-09-15 Louis Krupp <louis.krupp(a)zoho.com> PR fortran/6 [...]
new d9020fe fix-it hints can't contain newlines
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:
gcc/ChangeLog | 7 ++
gcc/diagnostic-show-locus.c | 83 ++++++++++++++++++++++
gcc/fortran/ChangeLog | 5 ++
gcc/fortran/parse.c | 25 +++++++
gcc/testsuite/ChangeLog | 5 ++
.../gfortran.dg/misplaced_implicit_character.f90 | 8 +++
libcpp/ChangeLog | 8 +++
libcpp/include/line-map.h | 2 +
libcpp/line-map.c | 13 ++++
9 files changed, 156 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/misplaced_implicit_character.f90
--
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 38edf4b [Sema] Allow shifting a scalar operand by a vector operand.
new 5a8a262 [CUDA] Don't try to run sanitizers on NVPTX.
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/Driver/SanitizerArgs.cpp | 6 ++++++
test/Driver/cuda-no-sanitizers.cu | 12 ++++++++++++
2 files changed, 18 insertions(+)
create mode 100644 test/Driver/cuda-no-sanitizers.cu
--
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 c473891 [asan] provide dummy implementations for __sanitizer_cov_trace_pc_*
new 2fa8b5c [asan] fix window 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/sanitizer_common/sanitizer_coverage_libcdep.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 lld.
from b76f897 Fix old copy-n-paste errors.
new 50ba0ad Check /pdb output using llvm-pdbdump.
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/COFF/{rsds.test => pdb.test} | 57 +++++++++++----------------------------
1 file changed, 15 insertions(+), 42 deletions(-)
copy test/COFF/{rsds.test => pdb.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 compiler-rt.
from 4494460 [asan] Reenable 64-bit allocator on android/aarch64.
new c473891 [asan] provide dummy implementations for __sanitizer_cov_trace_pc_*
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 | 3 +++
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 6 ++++++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f094f62 [InstCombine] move folds for icmp (sh C2, Y), C1 in with othe [...]
new 837806b build_llvm_package.bat: Update to VS2015 and include LLDB
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/release/build_llvm_package.bat | 21 ++++++++++++---------
1 file changed, 12 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 compiler-rt.
from f785825 [sanitizer] Fixup 2: Do not introduce __sanitizer namespace globally
new 4494460 [asan] Reenable 64-bit allocator on android/aarch64.
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/sanitizer_platform.h | 4 +-
.../tests/sanitizer_allocator_test.cc | 51 +++++++++++++++-------
2 files changed, 39 insertions(+), 16 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 dcc5ba2 [libFuzzer] make caller-callee feedback work with trace-pc-guard
new f094f62 [InstCombine] move folds for icmp (sh C2, Y), C1 in with othe [...]
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 | 48 ++++++++++------------
lib/Transforms/InstCombine/InstCombineInternal.h | 8 ++--
2 files changed, 25 insertions(+), 31 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 cac9e30 [libc++] Avoid <memory> include in locale_win32.h
new 833d644 [libc++] Fix and document visibility attributes for Clang, GC [...]
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:
CMakeLists.txt | 1 -
docs/DesignDocs/VisibilityMacros.rst | 85 ++++++++++++++++++
docs/index.rst | 1 +
include/__config | 168 +++++++++++++++++------------------
include/__locale | 12 +--
include/__string | 3 +-
include/experimental/filesystem | 8 +-
include/istream | 6 +-
include/locale | 72 +++++++--------
include/ostream | 4 +-
include/streambuf | 8 +-
include/string | 8 +-
include/vector | 2 +-
13 files changed, 229 insertions(+), 149 deletions(-)
create mode 100644 docs/DesignDocs/VisibilityMacros.rst
--
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 1f48f81 Error out instead of producing a corrupt PT_LOAD.
new 35aaf76 Create PDB.h and move code to remove unnecessary #includes.
new b76f897 Fix old copy-n-paste errors.
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:
COFF/Driver.cpp | 3 ++-
COFF/Driver.h | 2 --
COFF/InputFiles.cpp | 5 +++++
COFF/InputFiles.h | 4 ++--
COFF/PDB.cpp | 6 +++---
COFF/{Writer.h => PDB.h} | 15 +++++----------
ELF/Error.h | 4 ++--
ELF/Strings.h | 4 ++--
8 files changed, 21 insertions(+), 22 deletions(-)
copy COFF/{Writer.h => PDB.h} (60%)
--
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 31daa34 [sanitizer-coverage] make trace-pc-guard and indirect-call wo [...]
new dcc5ba2 [libFuzzer] make caller-callee feedback work with trace-pc-guard
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/Fuzzer/FuzzerInternal.h | 1 +
lib/Fuzzer/FuzzerTracePC.cpp | 12 ++++++++++++
lib/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/fuzzer.test | 3 ++-
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 1 +
5 files changed, 17 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 e57451a [sanitizer-coverage] make trace-pc-guard and indirect-call wo [...]
new 133fae6 Simplify Clang's version number configuration in CMake.
new 38edf4b [Sema] Allow shifting a scalar operand by a vector operand.
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:
CMakeLists.txt | 19 ++---
include/clang/Basic/Version.h | 20 -----
include/clang/Basic/Version.inc.in | 3 +-
lib/Frontend/InitPreprocessor.cpp | 8 +-
lib/Sema/SemaExpr.cpp | 25 +++++--
test/CodeGen/vecshift.c | 146 +++++++++++++++++++++++++++++++++++++
test/Sema/vecshift.c | 67 +++++++++++++++++
7 files changed, 241 insertions(+), 47 deletions(-)
create mode 100644 test/CodeGen/vecshift.c
create mode 100644 test/Sema/vecshift.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 compiler-rt.
from 226fa67 [sanitizer] Fixup: Do not introduce __sanitizer namespace globally
new f785825 [sanitizer] Fixup 2: 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/sanitizer_common/sanitizer_stacktrace_libcdep.cc | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.